Displaying 4 results from an estimated 4 matches for "libssh2_sftp_setstat".
2024 Jul 31
1
sftp can't preserve uploaded mtime: fsetstat: No such file or directory
I've just tried that. It still fails.
Is it possible to dump the decrypted sftp commands? I tried -vvv but found nothing interesting.
The Total Commander plugin calls:
libssh2_sftp_setstat(ConnectSettings->sftpsession,
thename,&attr)
What does the command line client use?
-------- Original Message --------
From: Brian Candler [mailto:b.candler at pobox.com]
Sent: Wednesday, July 31, 2024 at 15:42 UTC
To: ilya Basin; openssh-unix-dev at mindrot.org
Subject: sftp can...
2024 Aug 01
1
sftp can't preserve uploaded mtime: fsetstat: No such file or directory
...n 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,
> thename,&attr)
>
> What does the command line client use?
>
>
> -------- Original Message --------
> From: Brian Candler [mailto:b.candler at pobox.com]
> Sent: Wednesday, July 31, 2024 at 15:42 UTC
> To: ilya Basin; open...
2024 Jul 31
1
sftp can't preserve uploaded mtime: fsetstat: No such file or directory
On 31/07/2024 16:28, ilya Basin wrote:
> I use openssh-client 1:8.9p1-3ubuntu0.6 and I'm trying to upload files to EFT Server.
>
> Previously I was using Total Commander with SFTP plugin and it does preserve mtime.https://www.ghisler.com/plugins.htm
>
> When I try to do the same from command line it fails.
>
> $ sftp -p user at server <<< 'put
2024 Aug 02
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,
thename,&attr)
What does the command line client use?
-------- Original Message --------
From: Brian Candler [mailto:b.candler at pobox.com]
Sent: Wednesday, July 31, 2024 at 15:42 UTC
To: ilya Basin; openssh-unix-dev at mindrot.org
Subject: sftp can...