Hi,
Is there a way to disable this warning for a certain server?
Image: https://i.ibb.co/dkcW7xJ/dl.png
I do not see that there is any possibility for that here:
Image: https://i.ibb.co/1f2D5G4/option.png
Thanks,
Feriman
[Solved] SFTP-Plugin: how to disable warning for a certain server?
Moderators: Hacker, petermad, Stefan2, white
[Solved] SFTP-Plugin: how to disable warning for a certain server?
Last edited by Feriman on 2024-01-15, 14:57 UTC, edited 1 time in total.
Re: SFTP-Plugin: how to disable warning for a certain server?
As scp standard supports only up to 2GB, the warning message in your img1 is ok. As we can see in your img2 you have everything set to scp. If the server also supports sftp during transfer, you can avoid the error message by unchecking the (force of) use of scp for everything and by unchecking the (force of) scp for data transfer.Feriman wrote: 2024-01-14, 22:02 UTC Is there a way to disable this warning for a certain server?
Image: https://i.ibb.co/dkcW7xJ/dl.png
I do not see that there is any possibility for that here:
Image: https://i.ibb.co/1f2D5G4/option.png
Even if your server supports more than 2GB via scp, this is not guaranteed *), so the message is just a warning of data loss. You then assume responsibility for this by confirming the warning message, and not the plugin.
Jo"AutoHotKey may be a solution for your query..." ube
*) e. g. if the server is updated or the server configuration is changed...
Re: SFTP-Plugin: how to disable warning for a certain server?
Thx for the info! It's OK for me like that.
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: SFTP-Plugin: how to disable warning for a certain server?
This happens when the server isn't detected as 64-bit. You need to manually add the line
largefilesupport=1
to the affected server section in sftpplug.ini. Be warned that file transfers >2GB (or >4GB on some systems) may be damaged, so double check that it does work correctly.
largefilesupport=1
to the affected server section in sftpplug.ini. Be warned that file transfers >2GB (or >4GB on some systems) may be damaged, so double check that it does work correctly.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: SFTP-Plugin: how to disable warning for a certain server?
Interesting. This is apparently an option with/of libssh2. Could you please document this and all other options from sftpplug.ini, because I didn't find anything about it in the forum or in the plugin. For example - the easiest way - is within the readme.txt, that comes with the plugin.