FTP in Python. 1006 Assignment 2
Go to file
markypenguin a795a81e46
Update server_v1.py
2023-03-24 10:42:16 +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
server_v1.py Update server_v1.py 2023-03-24 10:42:16 +08:00
users.txt Add files via upload 2023-03-24 10:40:35 +08:00