New SFTP plugin available now

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
totalcmd16a
Junior Member
Junior Member
Posts: 9
Joined: 2013-09-09, 04:15 UTC

Post by *totalcmd16a »

Hi boss:
This url is no longer valid, cloud you please send this file to my email? "kcxv#qq.com". or you can make this url valid? many thanks ^_^
ghisler(Author) wrote:I have put all versions between 0.98 beta and 1.41 here:
https://plugins.ghisler.com/fsplugins/sftp/

Please test which one is the last fast one and which the first slow one! You may need to use older versions of the ssh/ssl dlls too.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48083
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

2charly_35
Ah, sorry, I thought that you use the bottom command line. For a button, you need to drag the path to the plugin to the button bar. This will add the full path including the plugin name in the form:
cd \\\pluginname\servername\home\user\subdir
Author of Total Commander
https://www.ghisler.com
seb-
Senior Member
Senior Member
Posts: 276
Joined: 2011-11-15, 06:14 UTC
Location: DE\BN - only part time TC user after switching to Linux ;)

Post by *seb- »

I just re-downloaded the latest version of the plugin (1.4.1) from totalcmd.net

http://www.totalcmd.net/plugring/G_SFTP.html

I'm trying to download files and put the download task into background, but the background button is simply missing.

I'm using 8.0 32bit - 2012-05-23.

The changelog in the first post of this thread says:
- new in 0.95: Support for transfers in background (separate thread) for TC 7.55

Is there some trick necessary in order to get this working?
Couldn't find any suggestion on the forum other than that background transfer seems possible in general...

thanks+br
seb
User avatar
white
Power Member
Power Member
Posts: 4622
Joined: 2003-11-19, 08:16 UTC
Location: Netherlands

Post by *white »

seb- wrote:I'm trying to download files and put the download task into background, but the background button is simply missing.
You have to check the check box "Download in background" in the download dialog, before the download starts. Same applies to uploads.
seb-
Senior Member
Senior Member
Posts: 276
Joined: 2011-11-15, 06:14 UTC
Location: DE\BN - only part time TC user after switching to Linux ;)

Post by *seb- »

white wrote:
seb- wrote:I'm trying to download files and put the download task into background, but the background button is simply missing.
You have to check the check box "Download in background" in the download dialog, before the download starts. Same applies to uploads.
I should have my glasses checked again...

i never saw this checkbox... also because my workflow is usually f5+enter....

I expected to have the "background" button as for usual copy / move dialog ;-)

thanks for the hint!

br
seb-
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48083
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

The checkbox is there when a transfer cannot be simply moved to the background because a new connection is necessary.
Author of Total Commander
https://www.ghisler.com
totalcmd16a
Junior Member
Junior Member
Posts: 9
Joined: 2013-09-09, 04:15 UTC

Post by *totalcmd16a »


Hi Boss:
Test result: (With the last ssllib curl-7.33.0-devel-mingw32)
seems this defect cause by version 14.
0.98beta 8M/s
10 9M/s
11 9M/s
12 9M/s
13 9M/s
14 200K/s
totalcmd16a
Junior Member
Junior Member
Posts: 9
Joined: 2013-09-09, 04:15 UTC

Post by *totalcmd16a »

by the way, another question:
I found only version 14 can use on windows 8.1.
version <14 couldn't use on win8.1
thanks.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48083
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

There is no difference at all in the download function of version 13 and 14. The only major difference is that v14 loads zlib1.dll explicitly, while 13 does not.

Maybe it helps to turn off "Compression with zlib" in the connection settings of each connection?
Author of Total Commander
https://www.ghisler.com
totalcmd16a
Junior Member
Junior Member
Posts: 9
Joined: 2013-09-09, 04:15 UTC

Post by *totalcmd16a »

ghisler(Author) wrote:There is no difference at all in the download function of version 13 and 14. The only major difference is that v14 loads zlib1.dll explicitly, while 13 does not.

Maybe it helps to turn off "Compression with zlib" in the connection settings of each connection?
Hi Boss:
"Compression with zlib" is not checked by default.
14 is also slow whether checked or not checked "Compression with zlib".
13 is fast whether checked or not checked "Compression with zlib".
If you could send me a debug version 14, I can print some debug message for you. ^_^~
Thanks for reply~
The_Immortal
Junior Member
Junior Member
Posts: 7
Joined: 2013-11-12, 14:05 UTC

Post by *The_Immortal »

Guys, I'm sorry for stupid questions but I'm unable to find options that allows to change connection type (ssh/telnet/raw/etc) like it was in the previous (old) SFTP plugin.

So:

1. How to change connection type in sftpplug 1.4.1 then? Is it real auto-detected?

2. Is there a way to use command line to enter ssр comamnd like it's realised in WinSCP?


Thank you very much!
Sob
Power Member
Power Member
Posts: 941
Joined: 2005-01-19, 17:33 UTC

Post by *Sob »

2totalcmd16a: There's not much debugging output in sftp plugin and most of the magic happens outside in libssh2 anyway. I tested it here with clean install, your dlls from curl-7.33.0-devel-mingw32, TC 8.01 and TC 8.50b8. No matter what I do, I don't see any speed differences between plugin 1.3 and 1.4. And as author wrote, there really isn't anything changed in the source. Strange...
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48083
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Maybe a virus scanner which only finds newer versions suspicious?
Author of Total Commander
https://www.ghisler.com
totalcmd16a
Junior Member
Junior Member
Posts: 9
Joined: 2013-09-09, 04:15 UTC

Post by *totalcmd16a »

Sob wrote:2totalcmd16a: There's not much debugging output in sftp plugin and most of the magic happens outside in libssh2 anyway. I tested it here with clean install, your dlls from curl-7.33.0-devel-mingw32, TC 8.01 and TC 8.50b8. No matter what I do, I don't see any speed differences between plugin 1.3 and 1.4. And as author wrote, there really isn't anything changed in the source. Strange...
thanks for reply.
OK, I'll try to find this root cause by myself.
I just do bindiff 1.3 vs 1.4 version. Now, I found nothing.
I will working on it...
Post Reply