A lot of times I used the command, which opens a temporary HTTP server on current directory:
python3 -m http.server
Now I need to receive files, is there any one-line command that opens a ftp server?
I am simply looking for a command line ftp server, no configurations files, no daemons.
I tried Twisted as in One line ftp server in python , but the user has no permission to send files...