*hello,* *I am using openssh-3.5p1.tar.gz with vsftpd, * *I am not getting transfer log with speed of transfer through "sftp using ssh2" for any event, I can see logging information only,* ** *Can any budy have any patch for above mension openssh version,* ** *Regards,* *nisarg raj* **
On Sat, 8 Mar 2008, nisarg raja wrote:> *hello,* > *I am using openssh-3.5p1.tar.gz with vsftpd, *Hi, OpenSSH doesn't use vsftpd for sftp transfers. vsftpd is a FTP server, not a "sftp" server.> *I am not getting transfer log with speed of transfer through "sftp using > ssh2" for any event, I can see logging information only,*OpenSSH 3.5 did not support logging for sftp transfers, that was added in 4.4p1.> *Can any budy have any patch for above mension openssh version,*You could extract the sftp-server.c from a more recent OpenSSH version and use that. -d
On Thu, 20 Mar 2008, nisarg raja wrote:> hello, > Thanks you verry much, I can test it and let you know also, > > FYI:- I can use OpenSSH 3.5 and vsftpd , I can loging by filezilla by using > option "sftp using > ssh2", the only thing I am not getting is transfer log,When you connect using "sftp using ssh2" you are not using vsftpd at all, you are using sshd(8) and its sftp-server(8). SFTP is a completely different protocol to FTP. -d