• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

pscp GUI?

Ace69

Senior member
I know that pscp is a has a CLI, but it would be much easier if someone had written a GUI like Putty for this utility. Does anyone know if there has been a GUI written for pscp?
 
Why? The command line syntax is pretty easy. Anyhow, cuteftp pro seems to have some ssh support, check it out.
 
I know that the command line is pretty easy, but what if I want to transfer many files at once? I don't want to have to type in each file that I want to transfer. I will check out CuteFTP for that ssh support, thanks.

Ace
 
For multiple files I tar or put them in a directory and use wildcards.
scp /home/n0cmonkey/stuff4scp/* n0cmonkey@pretty:/home/n0cmonkey/stuff4scp/

Works for me 🙂
 
Back
Top