This website requires JavaScript.
Explore
Help
Register
Sign In
devoalda
/
Python_FTP
mirror of
https://github.com/Devoalda/Python_FTP.git
Watch
1
Star
0
Fork
You've already forked Python_FTP
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
FTP in Python. 1006 Assignment 2
11
Commits
1
Branch
0
Tags
1.3
MiB
Python
100%
f843bc3440
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
Cite this repository
APA
BibTeX
Cancel
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