Command Line not transfering all files.

Report client bugs
Post Reply
shivagi
Posts: 1
Joined: Tue May 27, 2014 9:04 pm

Command Line not transfering all files.

Post by shivagi »

Hi,

I am trying to transfer all files which have a particular file name pattern (example: Fil1_{*). When launched through commandline, all avaiable files on the SFTP server does not get transfered.

The command i am using is as shown below. This command is launched from a PowerShell script.

'c:\program files\coreftp\corecmd.exe' @('-s', '-O','-delsrc','-site', 'ftps.source.com', '-d', 'item_trans_{*', '-p', 'c:\download');

My questions:
Is there a limit on number of bytes transfered per command ?
Is there a limit on number of files transfered per command ?
is there any perticular comfiguration to be made in the CoreFTP for all files to be transfered ?
I am using the CoreFTP LE 2.2 version.

THnaks.
Post Reply