SCP support

English support forum

Moderators: Hacker, petermad, Stefan2, white

eydaimon
Junior Member
Junior Member
Posts: 57
Joined: 2005-05-21, 19:41 UTC

SCP support

Post by *eydaimon »

according to this link - http://en.jakilinux.org/apps/ssh-tricks/
- total commander has a plugin to allow SCP, but I don't see such an addon on the downloads pages.
In the MS Windows environment, we have a great app called WinSCP. The interface of this program looks very much like Total Commander. By the way, there is a plug-in allowing for SCP connections from TC as well.
I would really like to see such an addon though.
User avatar
XPEHOPE3KA
Power Member
Power Member
Posts: 854
Joined: 2006-03-03, 18:23 UTC
Location: Saint-Petersburg, Russia

Post by *XPEHOPE3KA »

Go to totalcmd.net & search for SFTP. Maybe you'll be lucky.
F6, Enter, Tab, F6, Enter, Tab, F6, Enter, Tab... - I like to move IT, move IT!..
eydaimon
Junior Member
Junior Member
Posts: 57
Joined: 2005-05-21, 19:41 UTC

Post by *eydaimon »

I wasn't :(
User avatar
XPEHOPE3KA
Power Member
Power Member
Posts: 854
Joined: 2006-03-03, 18:23 UTC
Location: Saint-Petersburg, Russia

Post by *XPEHOPE3KA »

This plugin really doesn't work? Strange...
eydaimon
Junior Member
Junior Member
Posts: 57
Joined: 2005-05-21, 19:41 UTC

Post by *eydaimon »

no, appearantly not....
SFTP plugin(author site) Access remote servers via secure FTP (FTP via SSH). Requires SSH2. This is NOT the same as SCP! The plugin is based on Putty source code and is therefore open source. Because of the Swiss crypto export laws, the plugin is only available from the Author's site.
atleast not if you read the description which is on the official addon page (and as quoted): http://www.ghisler.com/plugins.htm

SCP and SFTP aren't the same thing as far as I'm aware... SFTP sounds like it would require a ftpd which handles ssh on the remote host whereas SCP requires a regular sshd.

so... maybe not so strange? ...
User avatar
franck8244
Power Member
Power Member
Posts: 704
Joined: 2003-03-06, 17:37 UTC
Location: Geneva...

Post by *franck8244 »

SFTP, is -simply- an ssh connection between 2 hosts where you receive the file list (of the 2nd) without sending a ls command ... Downloading a file is as simple as F5, enter

SCP is a single command that opens an ssh connection, change to the wanted directory, ask to download the file (as it would trought sftp) then closes the connection

So sftp does not requires an ftps server but a single sshd daemon that supports sftp...
TC#88260 -
eydaimon
Junior Member
Junior Member
Posts: 57
Joined: 2005-05-21, 19:41 UTC

Post by *eydaimon »

cool. I'll give it a go anyway.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50390
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Indeed SCP is the only secure transfer method for which there isn't any plugin. SFTP is similar to SCP, and most servers which support SCP could also support SFTP. They just need to be configured accordingly.

To plugin writers: It shoudn't be too difficult to make the SFTP plugin support SCP too. It's based on PUTTY source code, which does support both SCP and SFTP. Unfortunately I cannot write it myself because I wouldn't be allowed to distribute it then... :(
Author of Total Commander
https://www.ghisler.com
User avatar
franck8244
Power Member
Power Member
Posts: 704
Joined: 2003-03-06, 17:37 UTC
Location: Geneva...

Post by *franck8244 »

As I tried to explain above, an scp plugin can not exist. It can only be a small executable that whould be passed some arguments...
TC#88260 -
cuban
Junior Member
Junior Member
Posts: 27
Joined: 2003-06-18, 01:55 UTC

Post by *cuban »

I'd like to see the ability to have addons to FTP like with other plug ins. That way the community could write one themselves that uses the FTP interface!
djet
Junior Member
Junior Member
Posts: 9
Joined: 2005-12-15, 19:53 UTC

Post by *djet »

franck8244 wrote:As I tried to explain above, an scp plugin can not exist. It can only be a small executable that whould be passed some arguments...
How does WinSCP work then? If it's able to present a directory listing, the same should be able via TC.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50390
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

The easiest way would probably to write some local FTP proxy which would take ftp commands and convert them into SCP, something like the stunnel tool, but for SSH, not SSL.
Author of Total Commander
https://www.ghisler.com
damjang
Senior Member
Senior Member
Posts: 215
Joined: 2003-10-09, 15:58 UTC
Contact:

Post by *damjang »

I don't know if this may be usefull, but WinSCP have a plugin for FAR File manager. It is a dll. Maybe it wil be usefull for TC? Also the source code is available here.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50390
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

I can't do it myself, for legal reasons, but I would be willing to finance a plugin. Any freelance developer who would like to convert this into a TC plugin?
Author of Total Commander
https://www.ghisler.com
Frank Broughton
New Member
New Member
Posts: 1
Joined: 2004-02-15, 04:53 UTC
Location: NY USA
Contact:

Post by *Frank Broughton »

Move to my home here in America, write the plugin, release it and then move back home.... haha

I would love to see SCP integrated in TC, I do not have the skills to do it. I do have an extra room....

:D
Post Reply