Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

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: Transfer within Remote Directory

This cannot be easily done with WinSCP scripting.
I suggest you switch to WinSCP .NET assembly and PowerShell.
dragonslayer53

Transfer within Remote Directory

Hi,
I am hoping someone can assist,
There is a folder created each day on the SFTP site, however the contents on this folder has to be in the SFTP root rather than an individual folder,

I basically need to move data from a folder starting with DDE to the root, but the folder name changes daily, however the first 3 characters do not,

I tried something along the lines of mv /DDE*/.* /.* but no luck, any recommendations?

Thanks