• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

ftp with 'virtual' users?

jae

Golden Member
i want to share some files with a former co-worker of mine. I figured plain ftp might be simpler and faster for him. I installed vsftpd, but everything I find seems to say that I need to make an user for him on my server. Is this true?
 
While not bullet proof you can set the login shell to /bin/false so that he can't open a shell on your server. That still gets him SSH access with allows port forwarding and other non-shell related features.

If you're just trying to share a few files with him I would look into using Google Drive or Dropbox, that will be far more palatable to someone with limited computer experience.
 
If you don't want to use any specific accounts and passwords for your friend, you still need to create account exactly called "Anonymous" and specify the folder for it. In this case if he types IP/domain of your FTP server he gets in without password and logging in, many web browsers and file managers logon to free FTP servers in anonymous mode by default.
 
Back
Top