andresoviedo / google-drive-ftp-adapter

Google Drive FTP Adapter to connect to google drive through the FTP protocol
GNU Lesser General Public License v3.0
395 stars 93 forks source link

Configuration for anonymous user #31

Closed TammysHead closed 5 years ago

TammysHead commented 5 years ago

Hello,

I would like to have a configuration for the anonymous users. Like the ones for the normal users but for the anonymous one where you don't need user and pass. Thank you 😄 Changing the name of an account to anonymous and deleting password didn't help because I get this error: "421 Maximum login limit has been reached."

Thanks!

andresoviedo commented 5 years ago

Hi @TammysHead
Please try the latest version. You would need to configure the following parameters If you have any issue please reopen this one Kind regards

# FTP anonymous login
ftp.anonymous.enabled=true
ftp.anonymous.home=
ftp.anonymous.rights=pwd|cd|dir|put|get|rename|delete|mkdir|rmdir|append