large file is partially downloaded (in batch mode)

Core FTP client questions and answers
Post Reply
codyclassb
Posts: 3
Joined: Thu Feb 11, 2016 3:49 pm

large file is partially downloaded (in batch mode)

Post by codyclassb »

I download a very large file and occasionally runs into situation where the file is partially downloaded. Is it the right way to specify both -OG and -OL in the parameter ?

thanks


-OG -- Overwrite destination file if source file size is greater.
-OL -- Overwrite destination file if source file size is less (smaller).
-OS -- Skip file if exists
ForumAdmin
Site Admin
Posts: 987
Joined: Mon Mar 24, 2003 4:37 am

Post by ForumAdmin »

You can only use one -O option.

Consider using -R to resume the file instead.
Post Reply