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

Guest

Anonymous wrote:

I'm fairly new to this. I am using WinSCP for transferring a single file to a single server using synchronization and that works well. I wasn't sure about doing multiple files to multiple servers. I'm sure it will have to be done using scripting. I'll read up on it. Any help or examples would be greatly appreciated.

This is what I have:
A scripting file as such:
synchronize remote [ <Z:IT\xfer\tve> [ <KPU010@SCP.SSSNET.com> ] ]
synchronize remote [ <Z:IT\xfer\osg1> [ <KPUSFTP@NJ.OSGBILLING.com> ] ]
synchronize remote [ <Z:IT\xfer\osg2> [ <KPUSFTP@NJ.OSGBILLING.com> ] ]
Now what do I do to call this scripting file? The top one can be changed 4 times a day, the other 2 are once a month. My boss thought we could have this all in one synchronization doing all the files at once. Is that possible?
Guest

I'm fairly new to this. I am using WinSCP for transferring a single file to a single server using synchronization and that works well. I wasn't sure about doing multiple files to multiple servers. I'm sure it will have to be done using scripting. I'll read up on it. Any help or examples would be greatly appreciated.
martin

Re: Multile files to multiple remote Directories?

Well, of course. What particular problem are you having this this?
Guest

Multile files to multiple remote Directories?

Is it possible to send file1 to remote directory1 and file2 to remote directory2 from the same session? I am using WinSCP version 5.5.3, windows 7 and doing SFTP.