Displaying 4 results from an estimated 4 matches for "sftp_upload".
Did you mean:
ftpupload
2025 May 20
2
can function sftp_upload return OK even if an error message is received?
On Tue, 13 May 2025, Graziano Stefani (Nokia) via openssh-unix-dev wrote:
> Hi,
>
> With reference to the latest version of the portable OpenSSH, in
> file sftp-client.c, it looks to me there may be a bug in function
> sftp_upload.
>
> My understanding is that, when variable "len" is equal to 0, no more
> SSH_FXP_WRITE messages are sent out and you start draining the queue
> of pending responses. Variable "len" is set to 0 either when the
> upload is interrupted, or when the SSH_FXP_STATUS...
2025 May 13
1
can function sftp_upload return OK even if an error message is received?
Hi,
With reference to the latest version of the portable OpenSSH, in file sftp-client.c, it looks to me there may be a bug in function sftp_upload.
My understanding is that, when variable "len" is equal to 0, no more SSH_FXP_WRITE messages are sent out and you start draining the queue of pending responses. Variable "len" is set to 0 either when the upload is interrupted, or when the SSH_FXP_STATUS response message carries...
2024 Aug 02
1
sftp can't preserve uploaded mtime: fsetstat: No such file or directory
...M_Series_17146_PSSF_T1_HB.zip
debug2: Sending SSH2_FXP_STAT "/tempupload1/"
debug3: Sent message fd 7 T:17 I:2
debug3: Received stat reply T:105 I:2 F:0x000c M:40766
Uploading MRW_PM_Series_17146_PSSF_T1_HB.zip to /tempupload1/MRW_PM_Series_17146_PSSF_T1_HB.zip
debug2: sftp_upload: upload local "MRW_PM_Series_17146_PSSF_T1_HB.zip" to remote "/tempupload1/MRW_PM_Series_17146_PSSF_T1_HB.zip"
debug2: Sending SSH2_FXP_OPEN "/tempupload1/MRW_PM_Series_17146_PSSF_T1_HB.zip"
debug3: Sent dest message SSH2_FXP_OPEN I:3 P:/tempupload1/MRW_PM_Seri...
2024 Aug 01
1
sftp can't preserve uploaded mtime: fsetstat: No such file or directory
On Wed, 31 Jul 2024, ilya Basin wrote:
> I've just tried that. It still fails.
>
> Is it possible to dump the decrypted sftp commands? I tried -vvv but found nothing interesting.
Try
Subsystem sftp /usr/libexec/sftp-server -l debug3
in sshd_config
> The Total Commander plugin calls:
>
> libssh2_sftp_setstat(ConnectSettings->sftpsession,
>