FTP without username and password

Jon Ribbens jon+usenet at unequivocal.eu
Tue Dec 6 10:48:07 EST 2022


On 2022-12-06, ^Bart <gabriele1NOSPAM at hotmail.com> wrote:
> Hi Guys,
>
> usually I use this code on my Debian Bullseye:
>
> # python3 -m pyftpdlib -i 192.168.0.71 -p 21 -d /home/my_user/ftp
>
> It works, it's simply easy and perfect but... a device in my lan needs a 
> ftp folder without username and password!
>
> I tried to search on internet how to set the code above to be available 
> without username and password but... I didn't understand how to fix it :\

The code above already does make the directory available without a
username and password. Do you mean you need the directory to be
*writable* without a username and password? If so try the '-w' option.


More information about the Python-list mailing list