Question : Create an upload folder accessible to all users

Dear All,

I have an FTP server (IIS) running on my home computer to share files with friends.

The structure is along the lines of this:

FTP machine
-user1 (virtual directory)
-user2 (virtual directory)

user1 and user2 accounts have been registered on WIN XP and point to the same folder, say D:/Shared. Both users have READ rights.

I would now like to create another folder on D (Say, D:/Up) into which both users could write files. What is the simplest (for the users) way of doing that.

Ideally I would like them to see a split with two folder names - Shared and Up and then have them get read rights for shared, and write rights for Up. I also do not want them to be able to have a stroll around the FTP server to see my own backups and such.

Thanks in advance.

Answer : Create an upload folder accessible to all users

Now's my turn to say, sorry for the delay. :)

In regards to IIS FTP server:

You may be able to do what you want, but I'm not sure since I'm not too familiar with IIS's FTP feature. Maybe the people in IIS forum might have better knowledge. What I do know is that IIS FTP is generally a pain to configure except for anonymous access to FTP root and all and that the exact configuration procedure seems to differ among Windows operating systems (2000, XP, 2003). That's why I go with FileZilla. I wonder why Microsoft never made FTP as easy to use as IIS. Guess FTP is just an extra freebie to them.

In regards to your FileZilla server issue:

Sorry I may not be of much help, but here's what I can comment on. I've only used it as local FTP at home so can't help too much for outside access to FTP but you need to be sure your ISP doesn't block the FTP port and that you have router enabled for FTP port forwarding to your server.

For the error you're getting, is that after the server is all setup or when you are trying to configure it for the first time? Here is how I do it:

1. download & install server version of FileZilla (install as a service)
2. during install keep default admin port 14147 (can change though)
3. after install, login in from the FTP server machine to admin interface using 127.0.0.1 as IP and the chosen admin port (in step 2). If you're not going to manage multiple FTP servers, then you can also check the always connect to this server option. You would only specify some other IP address if you were managing a remote FTP server, since it is same machine, you can use 127.0.0.1.
4. launch the filezilla server interface if not launched already.
5. Go to Edit -> Users. (and Groups and Settings later or first if need to configure those settings)
6. Create users, specifying their passwords, home directories, and access permissions. It's relatively straightforward with the GUI.
7. done, you may close the admin interface.
8. now you can test with FTP client from the FTP server, from pc on LAN, and test access thru your router/ISP internet IP address from outside (or mimic outside request from a pc on LAN). In all cases, it should work if everything is setup OK.

I just noticed during the install that as a service, it starts upon login, so you may have to login to keep service running unlike IIS. I searched for your error online and some others have it too but it seems they're all posted in foreign language, except this site:

http://www.aprelium.com/forum/viewtopic.php?p=26747&sid=f30ca5561a14942647d90f0a663caa21

Hope I was able to help.
Random Solutions  
 
programming4us programming4us