Point & Click File Transfer with sshForum: Apps Topic: Point & Click File Transfer with ssh started by: phh Posted by phh on Nov. 18 2005,04:11
Does anyone have an easy(lazy) suggestion on the client side for copying multiple/selected files between machines using scp or sftp? I know I can use the commands at the cli but does emelfm or one of the utilities that ship with dsl have the ability to use ssh? I know newer versions of mc (midnight commander) can do it. I know I could use gtk & gftp but I was hoping I could find a solution with just the basic dsl cd. Thanks in advance for ideas, apologies if it is a question with an obvious answer. phh Posted by mikshaw on Nov. 18 2005,04:20
Although I've never used mc for ftp, I'm pretty sure it will work.
Posted by phh on Nov. 18 2005,12:46
I didn't want to use ftp, I wanted to move the files securely.phh Posted by clacker on Nov. 18 2005,15:03
phh, can you use the mget command in sftp? That would let you download multiple files at a time. So rather than using get 15 times to get 15 files, you'd type mget *.tar.gzIt's still using the cli. Posted by phh on Nov. 21 2005,04:21
Mget sounds better. Thanks for the suggestion.phh |