WinScp is not transfering all the files

Advertisement

VenuGopal
Guest

WinScp is not transfering all the files

Hi,

I'm using Wiscp protocol to transfer the files from Windows server to a UNIX server.
While transfering the files it is not sending (I'm assuming) some of the files and also not giving any info in log file on the missing files.

Suppose I have 770 files in my folder and it is transfering total of 660 files and not transfering 110 files. The files are missing randomly.

I'm using the following code to create instance of WinScp.
Note: %1 is the parameter (I'm providing folder path)
***********************************************
option batch on
option confirm off
option transfer binary
open SavedSession
cd <destination Directory>
put %1
close
exit
***********************************************

Any help is appreciated. :)

Reply with quote

Advertisement

Advertisement

You can post new topics in this forum