Post a reply

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: i am copying files from ftp using get comamnd but tranfer aborted

Please attach a full session log file showing the problem (using the latest version of WinSCP).

To generate the session log file, use /log=C:\path\to\winscp.log command-line argument. Submit the log with your post as an attachment. Note that passwords and passphrases not stored in the log. You may want to remove other data you consider sensitive though, such as host names, IP addresses, account names or file names (unless they are relevant to the problem). If you do not want to post the log publicly, you can mark the attachment as private.
mnaveen

i am copying files from ftp using get comamnd but tranfer aborted

    "option batch abort" ^
    "open ftps://*****@itechws.com:%Password%@*****.sharefileftp.com -hostkey="******"" ^
    "get /ECC/* E:\ECC\" ^


< 2020-12-15 22:12:02.058 Copying files from remote side failed.
< 2020-12-15 22:12:02.058 Connection closed; transfer aborted.

what should to resume transfer and to speedup the downloads?
mnaveen

How to specify speed limit and resume tranfer options for put and get commands

I have large volume of data to tranfer to FTP, can you please help me to specifying speed limits and resume options.
mnaveen

Re: get command falinign the script

Thank you.. that worked
martin

Re: get command falinign the script

You are missing the trailing quote.
mnaveen

get command falinign the script

"synchronize local E:\expEDIum /temp_TM ^


> 2020-12-15 19:49:09.481 Script: synchronize local E:\expEDIum /temp_TM ^
< 2020-12-15 19:49:09.481 Script: Too many parameters for command 'synchronize'.
mnaveen

need to copy files from local directory to ftp

i m trying to copy in local directory to ftp directories using sychronize command
"D:\Program Files\WinSCP\winscp.com" /log="D:\eCP\winscp_log\test\winscp.log" /command ^
    "option batch abort" ^"open ftps://xxxxxxxxxxx%%2Fsupport@xxxxxx.com:%Password%@xxxxxxxxxxx.sharefileftp.com/BILLING/TEST" ^
"synchronize remote D:\Citrix ftps://xxxxxxxxxxx%%2Fsupport@xxxxxx.com:%Password%@xxxxxxxxxxx.sharefileftp.com/BILLING/TEST"  ^
    "exit"

but remote directory is not listing, please help me to fix this