sftp(1) has this: reput [-Ppr] [local-path] remote-path Resume upload of [local-path]. Equivalent to put with the -a flag set.
remote-path should be marked optional, not local-path. Probably a pasto from reget. OK? Index: sftp.1 =================================================================== RCS file: /cvs/src/usr.bin/ssh/sftp.1,v retrieving revision 1.125 diff -p -u -r1.125 sftp.1 --- sftp.1 22 Jan 2019 06:58:31 -0000 1.125 +++ sftp.1 17 Jun 2019 12:42:05 -0000 @@ -613,11 +613,11 @@ with the flag set. .It Xo Ic reput .Op Fl Ppr -.Op Ar local-path -.Ar remote-path +.Ar local-path +.Op Ar remote-path .Xc Resume upload of -.Op Ar local-path . +.Ar local-path . Equivalent to .Ic put with the