Copy Folder & Files
The following successfully copies the files in the Folder "Client Reports" to "MLC UCITS I" in the WinSCP FTP folder
I would like for the entire folder to be transferred across i.e. including the folder itself. Is this possible?
FilePathx = \\sei-ireland-2\accting\Fund Accounting\MLC\MLC UCITS I\Valuations\31.05.2014\Client Reports\
FilePathY = /Usr/sebprime/MLC UCITS I/
Thanks,
Set transferResult = mySession.PutFiles(FilePathx, FilePathY, False, myTransferOptions)
I would like for the entire folder to be transferred across i.e. including the folder itself. Is this possible?
FilePathx = \\sei-ireland-2\accting\Fund Accounting\MLC\MLC UCITS I\Valuations\31.05.2014\Client Reports\
FilePathY = /Usr/sebprime/MLC UCITS I/
Thanks,