|
Home > Archive > IIS FTP Server > August 2004 > New FTP Server
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Ricardo 2004-08-09, 5:54 pm |
| I already have a FTP server running in a machine with the IP 192.168.10.2,
this ftp has several virtual folder that are accessed by this URL :
ftp.domain.com/virtualfolder.
To backup data that is in a Linux server, I want to create an other FTP
server on the same server (192.168.10.6), but it's now allowed by IIS.
How can I create two or more FTP servers, using the same port (21) on the
same IIS, without using virtual folders ? So users can access it by typing an
other URL.
Thanks,
| |
| Jeff Cochran 2004-08-09, 5:54 pm |
| On Mon, 9 Aug 2004 13:13:03 -0700, "Ricardo"
<Ricardo@discussions.microsoft.com> wrote:
>I already have a FTP server running in a machine with the IP 192.168.10.2,
>this ftp has several virtual folder that are accessed by this URL :
>ftp.domain.com/virtualfolder.
>
>To backup data that is in a Linux server, I want to create an other FTP
>server on the same server (192.168.10.6), but it's now allowed by IIS.
>
>How can I create two or more FTP servers, using the same port (21) on the
>same IIS, without using virtual folders ? So users can access it by typing an
>other URL
Separate IP addresses or separate ports. Them's the choices.
Jeff
|
|
|
|
|