New SFTP plugin available now
Moderators: Hacker, petermad, Stefan2, white
- ghisler(Author)
- Site Admin
- Posts: 50386
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: New SFTP plugin available now
I can confirm that it shows L for all files - I will check the code.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: New SFTP plugin available now
Okay, thanks.ghisler(Author) wrote: 2023-08-24, 09:01 UTC I can confirm that it shows L for all files - I will check the code.
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
-
- Junior Member
- Posts: 8
- Joined: 2023-08-28, 07:29 UTC
Re: New SFTP plugin available now
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.
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.
Re: New SFTP plugin available now
You will find the "Secure FTP" plugin within the Network Neighborhood (Alt+F1). It is _not_ within the menu Net -> FTP/FTPS.
-
- Junior Member
- Posts: 8
- Joined: 2023-08-28, 07:29 UTC
Re: New SFTP plugin available now
Thanks, I found it (Network Neighborhood), but it doesn't work: Image: https://i.imgur.com/3m7GWOM.pngJOUBE 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.
(I installed PuTTY and I created: sftpplug/pageant.lnk)
My settings: Image: https://i.imgur.com/kGC4sc2.png
Re: New SFTP plugin available now
- Remove: sftp:// before IPsoosdaniel1335 wrote: 2023-08-28, 08:39 UTCThanks, I found it (Network Neighborhood), but it doesn't work: Image: https://i.imgur.com/3m7GWOM.pngJOUBE 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.
(I installed PuTTY and I created: sftpplug/pageant.lnk)
My settings: Image: https://i.imgur.com/kGC4sc2.png
- 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.
-
- Junior Member
- Posts: 8
- Joined: 2023-08-28, 07:29 UTC
Re: New SFTP plugin available now
Removed: sftp:// and :22JOUBE 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
I tried without PuTTY, but it doesn't work: Image: https://i.imgur.com/hw3UDrY.png
Where is the sshd_config?
-
- Junior Member
- Posts: 8
- Joined: 2023-08-28, 07:29 UTC
Re: New SFTP plugin available now
I can't change the server and I only have this root user. WinSCP: it works immediately.
Re: New SFTP plugin available now
On the Server. But does not care in your case...
Re: New SFTP plugin available now
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 wrote: 2023-08-28, 09:24 UTCI can't change the server and I only have this root user. WinSCP: it works immediately.
-
- Junior Member
- Posts: 8
- Joined: 2023-08-28, 07:29 UTC
Re: New SFTP plugin available now
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?JOUBE wrote: 2023-08-28, 09:31 UTCSorry, I do not use Pageant. You can use the key files pub pem directly (without pageant).
I don't use pageant (PuTTY) because it doesn't work with Total Commander.
What do you mean?Or IIRC a ppk file in the pub field.
- ghisler(Author)
- Site Admin
- Posts: 50386
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: New SFTP plugin available now
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)
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
https://www.ghisler.com
-
- Junior Member
- Posts: 8
- Joined: 2023-08-28, 07:29 UTC
Re: New SFTP plugin available now
Thanks, but where to find? I don't use ppk file with WinSCP, if I remember correctly.
Re: New SFTP plugin available now
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...
Re: New SFTP plugin available now
On your Lw: Tc -> find files *) -> *.ppk *.pub *.pem **). Also WinSCP should need such files.soosdaniel1335 wrote: 2023-08-28, 14:45 UTCThanks, but where to find? I don't use ppk file with WinSCP, if I remember correctly.
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.