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

dotps1

DuplicateFile method not working

Using FileZilla, and I cannot get DuplicateFile to work:
# Test.txt and Test.Dir both exist.
# after already connecting, and having the WinSCP.Session object already in a variable
$WinSCPSession.DuplicateFile(
     "/Test.txt", "/Test.Dir/Test.txt"
)

it returnes and error everytime:
Exception calling "DuplicateFile" with "2" argument(s): "Operation not supported."

not really sure what the deal is, does FileZilla not support this operation?