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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top