Issues with SFTP
Markus Friedl
markus at openbsd.org
Wed Jan 30 01:51:58 EST 2002
> Things consider problems with sftp software
>
> - sftp manually first time to accept the fingerprint and anytime software
> is updated on host.
this is a problem with your setup. don't blame sftp.
> - no ascii mode only binary
what is "ascii" ?
> - no verbose or indication of bytes transfered (you would do an ls after
> sftp is done)
sftp is a unix tool, so it usually cries only on errors.
> - no mput or mget (this may be a show stopper) but could script could
> generate itself with all the filenames takes coding.
use get * or put *
-m
More information about the openssh-unix-dev
mailing list