Famicoman/pyFTPServer
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
README pyFTPServer 0.1 Mike Dank This is an application for a concurrent FTP server. This server will be able to allow multiple clients to connect and interact with the server simultaneously. To run the program you can use the following command: python pyftpserver.py outfile portnumber For example: python pyftpserver.py out 55556 pyftpserver.py is the source code for the server application outfile is the file where the server log is written to portnumber is the port you with to use