How I can make duplicates of remote directories!
How I can make duplicates of remote directories like I can do in local windows by dragging them around? Now I have to copy directory to local machine, change its name and drop back to remote machine. That's costly.
I'm not enough familiar with unix but I tried make custom command Duplicate like this:
It works with files but not with directories. :(
I'm not enough familiar with unix but I tried make custom command Duplicate like this:
cp "!" "Copy_of_!"
It works with files but not with directories. :(