Hi there
Just a quick shufti at ProFTP...
By default, when you log in with FTP, you end up in your
<username> directory, in which you have no write permissions.
I digged through the configuration file for ProFTP in /etc/proftp.conf, and added the following just after the first <Directory /*> and before the </Limit> line :
AllowOverwrite on
Umask 007
This will allow you to have write permissions in your
<username> directory, allowing you to overwrite existing files. (But not directories).
This
<username> directory can be found in /home/e-smith/files/users/
Is this a safe thing to do?
Since you can only have write access in your
<username> folder and below, I don't see any problem with that.
Regards
Librarian