|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi all,
Is it possible to set IIS6 up to listen to a port & once a file gets sent to that port have it save it in a specific dir/folder? How do I set this! Also is it possible to set this up & test on my localhost... thanks. IIS 6 WinXP Pro SP2 |
|
#2
|
||||
|
||||
|
What method do you plan to use to send the file to that port?
__________________
# Jeremy Explain your problem instead of asking how to do what you decided was the solution. |
|
#3
|
|||
|
|||
|
Quote:
It's actually an application that I've coded so it opens a socket... it sends a text file to an IP addr & port #. I was wondering if I can get Windows 2003 SP1 standard edition to deal with everything else on the server end? Thanks. |
|
#4
|
||||
|
||||
|
You still have to choose a method, like POST or PUT, to send across your socket connection. I believe PUT across HTTP will require Web Dav.
|
|
#5
|
|||
|
|||
|
Well I recoded the method now to use POST ... as I said before it was just using socket TCP/IP (basically raw, opens a socket & tranfers a file) now it's using POST to upload the file.
|
|
#6
|
||||
|
||||
|
If you're POSTing, you can setup a new site in IIS, tell it to listen on a different port, and change the document root for that site to a different directory.
|
![]() |
| Viewing: Dev Shed Forums > System Administration > IIS > IIS6 settings... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|