[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Remote SFTP File Open (SSH_FXP_OPEN) speed optimisations
[Thread Prev] | [Thread Next]
- Subject: Remote SFTP File Open (SSH_FXP_OPEN) speed optimisations
- From: Does Itwork <doesitwork@xxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Fri, 12 Jun 2020 14:55:22 +0000 (UTC)
- To: "libssh@xxxxxxxxxx" <libssh@xxxxxxxxxx>
Hi, Are there any tricks or settings in libssh that could speed up slow file opens of a new file on a remote sftp server? When we retrieve files in a time sensitive application using libssh, the sftp file open command(SSH_FXP_OPEN) takes much longer to complete than the actual read(SSH_FXP_READ) of a small amount of data from the file (50-100 bytes) - open: 16-60ms vs read: <2ms. Many thanks.
Re: Remote SFTP File Open (SSH_FXP_OPEN) speed optimisations | Jakub Jelen <jjelen@xxxxxxxxxx> |