CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/08/06 18:14:17
Modified files:
usr.bin/ssh : sftp-client.c
Log message:
do_upload() used a near-identical structure for tracking
expected status replies from the server to what do_download()
was using.
Refactor it to use the same structure and factor out some common
code into helper functions.
