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
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48112
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: New SFTP plugin available now

Post by *ghisler(Author) »

I can confirm that it shows L for all files - I will check the code.
Author of Total Commander
https://www.ghisler.com
JOUBE
Power Member
Power Member
Posts: 1484
Joined: 2004-07-08, 08:58 UTC

Re: New SFTP plugin available now

Post by *JOUBE »

ghisler(Author) wrote: 2023-08-24, 09:01 UTC I can confirm that it shows L for all files - I will check the code.
Okay, thanks.

Please change -??? to -000 also (in the case of '----'). Thanks.

It would be best to use the original attr. routine of the plugin for the values of <fs>.permissions.

Joube
soosdaniel1335
Junior Member
Junior Member
Posts: 8
Joined: 2023-08-28, 07:29 UTC

Re: New SFTP plugin available now

Post by *soosdaniel1335 »

Hey,

It doesn't works:

Image: https://i.imgur.com/ksjREKo.png

I use Azure VPN and Total Commander (x64) 10.52 with Secure FTP plugin (sftpplug.wfx64) [3.05, 2023/03/24].

I cannot share the IP address, but I can test.

(This connection works with WinSCP without plugins, but I would like to use Total Commander.)

Thanks.
JOUBE
Power Member
Power Member
Posts: 1484
Joined: 2004-07-08, 08:58 UTC

Re: New SFTP plugin available now

Post by *JOUBE »

soosdaniel1335 wrote: 2023-08-28, 07:39 UTC Image: https://i.imgur.com/ksjREKo.png
You will find the "Secure FTP" plugin within the Network Neighborhood (Alt+F1). It is _not_ within the menu Net -> FTP/FTPS.
soosdaniel1335
Junior Member
Junior Member
Posts: 8
Joined: 2023-08-28, 07:29 UTC

Re: New SFTP plugin available now

Post by *soosdaniel1335 »

JOUBE wrote: 2023-08-28, 08:07 UTCYou will find the "Secure FTP" plugin within the Network Neighborhood (Alt+F1). It is _not_ within the menu Net -> FTP/FTPS.
Thanks, I found it (Network Neighborhood), but it doesn't work: Image: https://i.imgur.com/3m7GWOM.png

(I installed PuTTY and I created: sftpplug/pageant.lnk)

My settings: Image: https://i.imgur.com/kGC4sc2.png
JOUBE
Power Member
Power Member
Posts: 1484
Joined: 2004-07-08, 08:58 UTC

Re: New SFTP plugin available now

Post by *JOUBE »

soosdaniel1335 wrote: 2023-08-28, 08:39 UTC
JOUBE wrote: 2023-08-28, 08:07 UTCYou will find the "Secure FTP" plugin within the Network Neighborhood (Alt+F1). It is _not_ within the menu Net -> FTP/FTPS.
Thanks, I found it (Network Neighborhood), but it doesn't work: Image: https://i.imgur.com/3m7GWOM.png

(I installed PuTTY and I created: sftpplug/pageant.lnk)

My settings: Image: https://i.imgur.com/kGC4sc2.png
- Remove: sftp:// before IP
- IP:22 if okay, but 22 is the default port. You can remove it
- I myself does not use Pageant, so I can not help you with this. Maybe you can configure it with password auth for testing on the server 'sshd_config': PasswordAuthentication yes. Try it than with other user, not root.
soosdaniel1335
Junior Member
Junior Member
Posts: 8
Joined: 2023-08-28, 07:29 UTC

Re: New SFTP plugin available now

Post by *soosdaniel1335 »

JOUBE wrote: 2023-08-28, 09:05 UTC- Remove: sftp:// before IP
- IP:22 if okay, but 22 is the default port. You can remove it
- I myself does not use Pageant, so I can not help you with this. Maybe you can configure it with password auth for testing on the server 'sshd_config': PasswordAuthentication yes
Removed: sftp:// and :22
I tried without PuTTY, but it doesn't work: Image: https://i.imgur.com/hw3UDrY.png
Where is the sshd_config?
soosdaniel1335
Junior Member
Junior Member
Posts: 8
Joined: 2023-08-28, 07:29 UTC

Re: New SFTP plugin available now

Post by *soosdaniel1335 »

JOUBE wrote: 2023-08-28, 09:05 UTCTry it than with other user, not root.
I can't change the server and I only have this root user. WinSCP: it works immediately.
JOUBE
Power Member
Power Member
Posts: 1484
Joined: 2004-07-08, 08:58 UTC

Re: New SFTP plugin available now

Post by *JOUBE »

soosdaniel1335 wrote: 2023-08-28, 09:22 UTC Where is the sshd_config?
On the Server. But does not care in your case...
JOUBE
Power Member
Power Member
Posts: 1484
Joined: 2004-07-08, 08:58 UTC

Re: New SFTP plugin available now

Post by *JOUBE »

soosdaniel1335 wrote: 2023-08-28, 09:24 UTC
JOUBE wrote: 2023-08-28, 09:05 UTCTry it than with other user, not root.
I can't change the server and I only have this root user. WinSCP: it works immediately.
Sorry, I do not use Pageant. You can use the key files pub pem directly (without pageant). Or IIRC a ppk file in the pub field.
soosdaniel1335
Junior Member
Junior Member
Posts: 8
Joined: 2023-08-28, 07:29 UTC

Re: New SFTP plugin available now

Post by *soosdaniel1335 »

JOUBE wrote: 2023-08-28, 09:31 UTCSorry, I do not use Pageant. You can use the key files pub pem directly (without pageant).
The WinSCP doesn't ask for a .pub and .pem files, if I remember correctly. How can I give these files to Total Commander? How can I create these files?

I don't use pageant (PuTTY) because it doesn't work with Total Commander.
Or IIRC a ppk file in the pub field.
What do you mean?
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48112
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: New SFTP plugin available now

Post by *ghisler(Author) »

Since you are already using Putty, you can use the Puttygen program for this.
1. Start Puttygen
2. Click on the "Load" button
3. Select the ppk file
4. In the "Conversion" menu, select the "Save SSH key" menu item
5. Save as key name.pem (key name is freely selectable)
6. Click on the "Save public key" button in the main window
7. Save as key name.pub (key name is freely selectable)
Author of Total Commander
https://www.ghisler.com
soosdaniel1335
Junior Member
Junior Member
Posts: 8
Joined: 2023-08-28, 07:29 UTC

Re: New SFTP plugin available now

Post by *soosdaniel1335 »

ghisler(Author) wrote: 2023-08-28, 14:06 UTC3. Select the ppk file
Thanks, but where to find? I don't use ppk file with WinSCP, if I remember correctly.
JOUBE
Power Member
Power Member
Posts: 1484
Joined: 2004-07-08, 08:58 UTC

Re: New SFTP plugin available now

Post by *JOUBE »

ghisler(Author) wrote: 2023-08-28, 14:06 UTC1. Start Puttygen/quote]The problem might be that he doesn't have access to the server to put the public key there...
JOUBE
Power Member
Power Member
Posts: 1484
Joined: 2004-07-08, 08:58 UTC

Re: New SFTP plugin available now

Post by *JOUBE »

soosdaniel1335 wrote: 2023-08-28, 14:45 UTCThanks, but where to find? I don't use ppk file with WinSCP, if I remember correctly.
On your Lw: Tc -> find files *) -> *.ppk *.pub *.pem **). Also WinSCP should need such files.

If you do not find such files.Try to remove the tick a "use Putty agent"

*) Maybe you need for this search hidden and system file visible.

**) Often the *.pem file is a file without extension (*.) but with the same name as the *.pub file.
Post Reply