- Installation
pip install pyftpdlib
Permissions perm="elradfmw" correspond to:
-
e: change directory (CWD)
-
l: list files (LIST)
-
r: retrieve file from the server (RETR)
-
a: append data to an existing file (APPE)
-
d: delete file or directory (DELE, RMD)
-
f: rename file or directory (RNFR, RNTO)
-
m: create directory (MKD)
-
w: store a file on the server (STOR)