Python/file_transfer_protocol
AlexDvorak 9456e81437 Seperate client and server of FTP (#1106)
* added sample file to transfer

* split client and server into separate files

* client and server now work in python2

* server works on python3

* client works on python3

* allow configurable ONE_CONNECTION_ONLY for testing server

* allow testing of ftp server + client

* use f-strings

* removed single letter vars

* fixed bad quote marks

* clearer file handler names

* 'with open() as' syntax

* unicode and emojis in the test data

* s -> sock

* consistent comment spacing

* remove closing formalities

* swap in and out_file

* f-string

* if __name__ == '__main__':
2019-08-07 15:44:48 +02:00
..
client.py Seperate client and server of FTP (#1106) 2019-08-07 15:44:48 +02:00
ftp_send_receive.py reduce indentation (#741) 2019-03-28 01:46:46 +08:00
mytext.txt Seperate client and server of FTP (#1106) 2019-08-07 15:44:48 +02:00
server.py Seperate client and server of FTP (#1106) 2019-08-07 15:44:48 +02:00