
Secure Copy To Remote Host
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
A Service Menu that allows you to easily SCP a file to a remote host. (Or even locally, but why bother?!? lol)
Now fixed, using fish:// after a discussion with a friend. I was thinking bass-ackwards earlier and could not get it to work. (Stuffing host into a var, then feeding that to fish, instead of calling kdialog right after the fish:// part. Bah.)
Either way, it's the only context-menu scp I've seen so far. :) If there are others, possibly one that allows me to select multiple files, *please* let me know.
17 years ago
0.1 -- Initial Release
0.2 -- Now uses fish:// instead of scp.
17 years ago
0.1 -- Initial Release
0.2 -- Now uses fish:// instead of scp.
lazychris2000
17 years ago
Report
azote
16 years ago
#!/bin/bash
kdeinstdir=`kde-config --prefix`
echo "Now installing Secure Copy To Remote Host"
cp scpfile.desktop $kdeinstdir/share/apps/konqueror/servicemenus/
echo "Finished installing."
Report
wvl
17 years ago
The "Copy/Move To .." feature ('kuick'?) allows you to type an URL when choosing "Browse".
See:
http://bugs.kde.org/show_bug.cgi?id=55155
Report
SynTruth
17 years ago
Excellent! :) This make me very happy.
Thanks devs! Not that I use CVS, but hopefully soon-ish the current CVS makes it into an official release.
If anything, I am now more familiar with how servicemenus and such work, I'd never used kdialog before yesterday, so it's all a good learning experience. ;)
Report
mrthc
17 years ago
Report
SynTruth
17 years ago
Report