FTP in Python. 1006 Assignment 2
Go to file
devoalda f843bc3440 Modified both client and server to take in args from cli, fixed bad file descriptor error 2023-03-21 20:58:47 +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
SSL Added SSL for Client and server. LIST still buggy. 2023-03-20 20:49:26 +08:00
clientfile File overwrite for upload implemented 2023-03-15 18:10:21 +08:00
config Added SSL for Client and server. LIST still buggy. 2023-03-20 20:49:26 +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 Modified both client and server to take in args from cli, fixed bad file descriptor error 2023-03-21 20:58:47 +08:00
server.py Modified both client and server to take in args from cli, fixed bad file descriptor error 2023-03-21 20:58:47 +08:00