multiple FTP sites

  • Thread starter Thread starter dx
  • Start date Start date
D

dx

Internal network access only.

When hosting multiple web sites on the same server using IIS 5.0 on Win2000
Server, I know about creating DNS records and adding host headers to web
sites so that web browsers correctly receive the right web site.

What about multiple FTP sites on the same server?
 
You'd have to change what port the FTP service listens on for each site. (
i.e ftp.foo.org, ftp.foo.org:9000, ftp.foo.org: 8000 )
 
Internal network access only.

When hosting multiple web sites on the same server using IIS 5.0 on Win2000
Server, I know about creating DNS records and adding host headers to web
sites so that web browsers correctly receive the right web site.

What about multiple FTP sites on the same server?

Get a FTP server that supports virtual sites. There are many, ws_ftp is
one.
 
Back
Top