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

Michael

Error while getting file from Ftp. Size of file - more 2TB.

Using this command
Get -preservetime -resume DWHFull.bak "D:\BackUp\Temp\DWHFull\"
When size of file more 2TB, some time getting error :
<failure>
<message>Error transferring file '/DWH/DWHFull.bak'.</message>
<message>An unknown error occurred while accessing D:\BackUp\Temp\DWHFull\DWHFull.bak.</message>
<message>Copying files from remote side failed.</message>
<message>The specified network name is no longer available. </message>
</failure>
And i can not continue getting file with key "-resume". I delete partial file and restart downloading. When size of file less than 2TB, all ok, key "-resume" - working.

Got anyone this error in same situation(big size of file)?