FTP in Python. 1006 Assignment 2
Go to file
xypoon 6f22116691 elif typo to fix invalid command at every command 2023-03-20 19:41:29 +08:00
.idea Added serverfile for ftp server file storage, added clientfile for ftp client file storage, able to list, upload, download and rename 2023-03-13 20:34:15 +08:00
clientfile File overwrite for upload implemented 2023-03-15 18:10:21 +08:00
serverfile File overwrite for upload implemented 2023-03-15 18:10:21 +08:00
.gitignore Modified Server to handle connection to filezilla, welcome message and help is now separated 2023-03-16 08:34:33 +08:00
client.py elif typo to fix invalid command at every command 2023-03-20 19:41:29 +08:00
server.py Modified Server to handle connection to filezilla, welcome message and help is now separated 2023-03-16 08:34:33 +08:00