Issues with SFTP

Whitaker, Kenneth WhitakerK at MTMC.ARMY.MIL
Wed Jan 30 03:08:07 EST 2002


	Can verbose become implemented in the next version ?

	The "get *" works ok but need this part to be more useful.

      prompt    Toggle interactive prompting. Interactive  prompt-
               ing occurs during multiple file transfers to allow
               the user to selectively retrieve or  store  files.
               By  default,  prompting is turned on. If prompting
               is turned off, any mget  or  mput   will  transfer
               all files, and any mdelete  will delete all files.


	The ascii is only issue with DOS files anyway.

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


On Tue, Jan 29, 2002 at 09:56:27AM -0500, Whitaker, Kenneth wrote:
>      ascii     Set the "representation type" to "network  ASCII".
>      binary    Set the "representation type" to "image".

but the concept of 'ascii' is unknown to the sftp
client, the server and the protocol. despite it's
make sftp has nothing in common with ftp.

>    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.

someone could steal code from scp and implement this.



More information about the openssh-unix-dev mailing list