Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: WinSCP totally needs Windows style remote copying.

metaclops wrote:

Lack of remote copying is a hole in this otherwise great program.

It is one the wishlist. However SFTP protocol does not support remote file duplication, so it will be possible with SCP only anyway.
metaclops

WinSCP totally needs Windows style remote copying.

Lack of remote copying is a hole in this otherwise great program.
martin

Re: How I can make duplicates of remote directories!

You need to add -R paramter:
cp -R "!" "Copy_of_!"
Perttu Pulkkinen

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:
cp "!" "Copy_of_!"


It works with files but not with directories. :(