Skip to content

A simple FTP client and server written with sockets in python

Notifications You must be signed in to change notification settings

ach5948/SimpleFTP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleFTP

A simple FTP client and server written with sockets in python

The implemented commands are:

rftp <FTP Server Address> <User> <Password>

rget <File Name>

rput <File Name>

This is purely a programming exercise. The code is by no means secure. Not that FTP was ever secure.

The accepted usernames and passwords are currently stored as a dictionary in the server. I'm planning on moving these to a database and adding a way to create an account at some point.

The current usernames and passwords are:

andrew password1

guest password

About

A simple FTP client and server written with sockets in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages