Issues with SFTP

Whitaker, Kenneth WhitakerK at MTMC.ARMY.MIL
Wed Jan 30 01:56:27 EST 2002


Hey, Thanks for the fast response.


     ascii     Set the "representation type" to "network  ASCII".
  
     binary    Set the "representation type" to "image".

   verbose   Toggle  verbose  mode.  In   verbose   mode,   all
               responses from the FTP server are displayed to the
               user. In addition, if verbose mode is on,  when  a
               file  transfer completes, statistics regarding the
               efficiency  of  the  transfer  are  reported.   By
               default, verbose mode is on if ftp 's commands are
               coming from a terminal, and off otherwise.


-----Original Message-----
From: Markus Friedl [mailto:markus at openbsd.org]
Sent: Tuesday, January 29, 2002 9:52 AM
To: Whitaker, Kenneth
Cc: 'openssh-unix-dev at mindrot.org'
Subject: Re: Issues with SFTP


> 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