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: WinScp is not transfering all the files

What are the names of files not being transferred?
VenuGopal

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. :)