Displaying 6 results from an estimated 6 matches for "ssh2_fxp_write".
2004 May 06
2
ID mismatch
Hi,
When do the sftp to remote server with file system full, sftp connection
get "ID mismatch"
and connection closed. Is it supposed to get the "sftp>" prompt back? I try
with V3.7.1p2 and V3.8.1p1 and have the same result.
Please help.
rdsosl.sef_cdf-831# sftp -v edosuser at rdsosl
Connecting to rdsosl...
OpenSSH_3.8.1p1, OpenSSL 0.9.7d 17 Mar 2004
debug1: Reading
2002 Jan 06
3
sftp/scp performance testing
Folks, I've noticed poor performance using sftp. If anyone has any
advice on how to improve performance, I'd like to hear it. Test simply
involved transferring a single 143MB MP3 file using defaults for all the
program configs. The opensshd 3.0.2p1 server is used in all tests.
Software:
openssh suite 3.0.2p1
psftp (putty sftp client) latest dev snapshot
pscp (putty scp client) latest
2024 Aug 02
1
sftp can't preserve uploaded mtime: fsetstat: No such file or directory
...ot; 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_Series_17146_PSSF_T1_HB.zip M:0x001a
debug3: Sent message SSH2_FXP_WRITE I:5 O:0 S:32768
debug3: SSH2_FXP_STATUS 0
debug3: In write loop, ack for 5 32768 bytes at 0
debug3: Sent message SSH2_FXP_WRITE I:6 O:32768 S:32768
...
debug3: In write loop, ack for 35 17707 bytes at 983040
debug2: Sending SSH2_FXP_FSETSTAT
debug3: Sent message fd 7 T:1...
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,
>
2009 Feb 19
4
[Bug 1558] New: Sftp client does not correctly process server response messages after write error
...99% 199MB 6.7MB/s 00:00 ETACouldn't write to remote
file "/bigfile": Permission denied
ID mismatch (6404 != 3)
As can be seen from my server log the permission denied error is
returned to message id 6403
Got message_type SSH2_FXP_WRITE
write id 6403 handle 1 off 209715200 len 32768
ERROR: Attempt to write greater than Max file size, offset: 209715200,
data length:32809
Message id 3 is a close request
Got message_type SSH2_FXP_CLOSE
close id 3 handle 1
However there are several write requests (id 6404 to 6419) that t...
2014 Jan 24
1
Question Reagrding open SSH
...:101 I:2
debug1: Couldn't stat remote file: No such file or directory
Uploading /cust01/dellinvs/edi_prod/push/snd/OUT100000157152.INT.sch to /home/700000035/tovan/OUT100000157152.INT.wrk
debug3: Sent message SSH2_FXP_OPEN I:3 P:/home/700000035/tovan/OUT100000157152.INT.wrk
debug3: Sent message SSH2_FXP_WRITE I:4 O:0 S:564
debug3: SSH2_FXP_STATUS 0
debug3: In write loop, ack for 4 564 bytes at 0
debug3: Sent message SSH2_FXP_CLOSE I:4
debug3: SSH2_FXP_STATUS 0
sftp> rename /home/700000035/tovan/OUT100000157152.INT.wrk /home/700000035/tovan/OUT100000157152.INT
debug3: Sent message SSH2_FXP_RENAME &quo...