Skip to content
Snippets Groups Projects
Commit 0b854f31 authored by rswindell's avatar rswindell
Browse files

Changed send command from resend to send, apparently resend only works if the

file already exists on the receiver's end.
parent a045fe58
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ Mnemonic (Command Key) K
Protocol Name Kermit (MS-DOS Kermit)
Access Requirements !UNIX
Upload Command Line %!kermit -f %!kermit.ini receive %f
Download Command Line %!kermit -f %!kermit.ini resend %f
Download Command Line %!kermit -f %!kermit.ini send %f
Batch UL Command Line %!kermit -f %!kermit.ini receive
Batch DL Command Line %!kermit -f %!kermit.ini send @%f
Bidir Command Line
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment