This repository has been archived by the owner on Sep 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Попытки загрузки и выгрузки файла на/с сервер(а) не привели к успеху: Загрузка файла на сервер: Клиент: ➜ atftp 167.99.132.136 1820
tftp> put intertwined
timeout: retrying...
timeout: retrying...
^Ctftp: unknown error.
tftp: aborting Сервер: ke@ubuntu-s-1vcpu-1gb-fra1-01:~/2020H2/src$ java tftp --host 167.99.132.136 -p 1820
Server Ready. Address: 167.99.132.136 Port: 1820
Write Request from /91.108.28.40
Time out, resend ack
Time out, resend ack
Time out, resend ack
Time out, resend ack
Write Request from /91.108.28.40
Client start failed:access violation, file exists
Time out, resend ack
Client failed: Connection failed
Write Request from /91.108.28.40
Time out, resend ack
Time out, resend ack
Time out, resend ack
Time out, resend ack
Time out, resend ack
Client failed: Connection failed Выгрузка файла: Клиент: ➜ atftp 167.99.132.136 1820
tftp> get test.txt
timeout: retrying...
timeout: retrying...
^Ctftp: unknown error.
tftp: aborting Сервер: ke@ubuntu-s-1vcpu-1gb-fra1-01:~/2020H2/src$ java tftp --host 167.99.132.136 -p 1820
Server Ready. Address: 167.99.132.136 Port: 1820
Read Request from /91.108.28.40
procce checking
send block no. 1
bytes sent: 516
current op code 3
Resent blk 1
Resent blk 1
Resent blk 1
Resent blk 1
Read Request from /91.108.28.40
procce checking
send block no. 1
bytes sent: 516
current op code 3
Resent blk 1
Client failed: connection failed
Resent blk 1
Resent blk 1
Resent blk 1
Resent blk 1
Read Request from /91.108.28.40
procce checking
send block no. 1
bytes sent: 516
current op code 3
Resent blk 1
Client failed: connection failed
Resent blk 1
Resent blk 1
Resent blk 1
Resent blk 1
Resent blk 1
Client failed: connection failed |
Никак не получается воспроизвести.. может есть еще какие нибудь детали?
Сервер
Linux:
сервер:
|
Воспроизводится в том случае, когда сервер и клиент находятся на разных машинах. |
Да. В этом и была проблема. Локально рабоотало, при связи Линукс-Линукс - нет. Но, судя по пакетам из |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Лаб. 2 сервер
Описание см. readme