FTP in Python. 1006 Assignment 2
Go to file
Kah Kian Fong 57f37c5561 Added for check if file exists before DWLD 2023-03-21 23:25:49 +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 Added for check if file exists before DWLD 2023-03-21 23:25:49 +08:00
server.py Added for check if file exists before DWLD 2023-03-21 23:25:49 +08:00