cguimaraes / ssTFTP

Open Source Implementation of Trivial File Transfer Protocol (TFTP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Communication does not continue

cguimaraes opened this issue · comments

Server accepts connection but does not continue communication.

Server:

$ java -jar sstftp-server/target/sstftp-server-0.2.jar -d ./example-files -p 55555
$ ^C

Client:

$ java -jar sstftp-client/target/sstftp-client-0.2.jar -a get -f f1024.txt -c localhost -p 55555
Aug 05, 2023 10:18:02 AM pt.cguimaraes.sstftp.client.TFTPClient <init>
INFO: Downloading f1024.txt from server in octet mode...
$ ^C