I have the need to setup our FTP for 2 different drives. One would need to point to the C:\inetpub\wwwroot on the server so that I can upload application files. The other needs to point to our T:\ drive (netware) for one of my applications to upload files. I cannot do it to where I have both acting simulatenously. Any advice is GREATLY appreciated. Thanks.

Re: Need to setup FTP for 2 different drives. by Tom

Tom
Wed Mar 03 13:36:41 CST 2004

"Jeff" <jeff@rciutil.com> wrote in message
news:BE154FF7-31CB-4FAA-80E5-C266CA36E1BE@microsoft.com...
> I have the need to setup our FTP for 2 different drives. One would need
to point to the C:\inetpub\wwwroot on the server so that I can upload
application files. The other needs to point to our T:\ drive (netware) for
one of my applications to upload files. I cannot do it to where I have both
acting simulatenously. Any advice is GREATLY appreciated. Thanks.


Create a virtual directory for each, pointing at the appropriate physical
path.

--
Tom Kaminski IIS MVP
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
http://mvp.support.microsoft.com/
http://www.microsoft.com/windowsserver2003/community/centers/iis/




Re: Need to setup FTP for 2 different drives. by Tom

Tom
Wed Mar 03 14:22:11 CST 2004

"Jeff" <jeff@rciutil.com> wrote in message
news:E7837BF6-9DCD-423C-BAF3-77135D06E68D@microsoft.com...
> Thanks for the reply. If I created a VD for both (say app & personal)
under the 'Default FTP Site' how would I connect to them? Currently I
connect in IE using ftp:\\rciweb in the address bar. Thanks.


Let's say you created one named "wwwroot" for C:\inetpub\wwwroot and one
named "T" for T: ...
ftp://rciweb/wwwroot
ftp://rciweb/T

--
Tom Kaminski IIS MVP
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
http://mvp.support.microsoft.com/
http://www.microsoft.com/windowsserver2003/community/centers/iis/