Link to home
Start Free TrialLog in
Avatar of Mystical_Ice
Mystical_Ice

asked on

How run two seperate FTP sites off same port in IIS

Hi,

I have IIS running a FTP site that has been working great for off-site backups. No problems.  What I need to do though, is set up a second FTP site for another client.  I created one in IIS, and assigned it a high port - 5832.  Did the forwarding on the firewalls, and i started getting "500 invalid port command".  After some research, that apparently means there is a problem with NAT, but it's passing through like 5 NAT devices, so rather than troubleshooting them all, i was wondering if it would be possible to run TWO seperate FTP sites on the same port (21).  Based on which login name the user uses, would direct him to one home directory if he logs in with 'user1' for instance, or a second home directory if h logs in with 'user2'.

Is that possible?  

Thanks in advance
Avatar of Adrian Cantrill
Adrian Cantrill
Flag of Australia image

What your wanting to do (based on user name) isnt possible , there aren't really any practical ways to run multiple services on one port anyway (http can happen, with a little clever reverse proxying) but for FTP its no really possible. Isn't having two ip's an option ?
ASKER CERTIFIED SOLUTION
Avatar of chakko
chakko
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Mystical_Ice
Mystical_Ice

ASKER

Yes that's exactly what I need. Users isolated to a folder. That would work. Is that easy to set up?
FileZilla Server takes about 15 minutes to install and setup for 1-2 user accounts.

Make sure you turn off the MS IIS FTP so that you don't get a port conflict.

I use plesk control panel that had this out of the box, so I never needed to set IIS up myself. But as I understand it, you change the metabase xml and restart the server. Shouldnät be difficult, but you dont know with Microsoft, you'll probably need to fiddle with it until it works :)

See this for conversion of an existing ftp site:
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/b63de8ef-e3c5-456d-a8ca-7af4198819d4.mspx?mfr=true

still any issues? accept answer?