Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Multiple FTP users
Name: issolla Date: October 30, 2006 at 03:33:16 Pacific OS: Win 2003 CPU/Ram: 512 Product: Assembled
Comment:
I have FTP server. I have created a public IP and user are accessing this. But in this can I create multiple logins with the same pulblic IP? Or at any point of time only one user can be logged in? I need to use with multiple logins simelteneously. Pl. tell me how to do this?
Name: StuartS Date: October 30, 2006 at 03:43:06 Pacific
Reply:
Which FTP server are you using?
Most FTP server allow you to configure the maximum number of concurrent connections. Check the instructions for the server software.
Stuart
0
Response Number 2
Name: Michael J (by mjdamato) Date: October 30, 2006 at 09:23:45 Pacific
Reply:
"can I create multiple logins with the same pulblic IP"
That makes no sense. The puiblic IP is the external IP address of the FTP server - that has no correlation to the login accounts.
If you are using IIS in 2003 for the FTP server you can configure ananymous access and/or configure individual access. For example, you could configure ananymous access for people to download but then configure individual accounts where login is required to upload files.
To configure acess just right-click on the ftp folder being shared and edit the settings ont he security tab. There may be a way to create ftp accounts w/o having to create accounts on the server, but I haven't needed to do that myself, so I don't know how that would be done.
Summary: The default install for FTP server usually works fine - unsecure, but fine. Big catch on this - logon accounts have to have appropriate rights to logon locally. I usually do this by creating a local g...
Summary: I am trying to create a layout using IIS for server 2003 FTP. where each user logs in (anonymous is off), and has their own home directory. I have gotten that part down. In their home directory I have...
Summary: "Can I use different ports than 20 and 21? or does my isp block all ftp protocols no matter what ports i use?" Your ISP could block it still depending on the firewall it uses. If it actually goes in ...