Bugzilla – Attachment 2323 Details for
Bug 2136
add -a flag to usage() and man page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sftp -a diff
file_2136.txt (text/plain), 1.48 KB, created by
Loganaden Velvindron
on 2013-08-01 16:57:54 AEST
(
hide
)
Description:
sftp -a diff
Filename:
MIME Type:
Creator:
Loganaden Velvindron
Created:
2013-08-01 16:57:54 AEST
Size:
1.48 KB
patch
obsolete
>Index: sftp.c >=================================================================== >RCS file: /cvs/openssh/sftp.c,v >retrieving revision 1.161 >diff -u -p -r1.161 sftp.c >--- sftp.c 25 Jul 2013 01:56:52 -0000 1.161 >+++ sftp.c 1 Aug 2013 06:52:51 -0000 >@@ -2116,7 +2116,7 @@ usage(void) > extern char *__progname; > > fprintf(stderr, >- "usage: %s [-1246Cpqrv] [-B buffer_size] [-b batchfile] [-c cipher]\n" >+ "usage: %s [-1246aCpqrv] [-B buffer_size] [-b batchfile] [-c cipher]\n" > " [-D sftp_server_path] [-F ssh_config] " > "[-i identity_file] [-l limit]\n" > " [-o ssh_option] [-P port] [-R num_requests] " >Index: sftp.1 >=================================================================== >RCS file: /cvs/openssh/sftp.1,v >retrieving revision 1.89 >diff -u -p -r1.89 sftp.1 >--- sftp.1 25 Jul 2013 01:56:52 -0000 1.89 >+++ sftp.1 1 Aug 2013 06:52:51 -0000 >@@ -31,7 +31,7 @@ > .Sh SYNOPSIS > .Nm sftp > .Bk -words >-.Op Fl 1246Cpqrv >+.Op Fl 1246aCpqrv > .Op Fl B Ar buffer_size > .Op Fl b Ar batchfile > .Op Fl c Ar cipher >@@ -107,6 +107,12 @@ to use IPv4 addresses only. > Forces > .Nm > to use IPv6 addresses only. >+.It Fl a >+Attempt to resume partial transfers of existing files. >+Note that resumption assumes that any partial copy of the local file matches >+the remote copy. >+If the remote file differs from the partial local copy then the resultant file >+is likely to be corrupt. > .It Fl B Ar buffer_size > Specify the size of the buffer that > .Nm
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 2136
: 2323