ncftpput: Resume Upload
by admin on Jul.27, 2012, under Linux (Ubuntu)
It’s sometimes necessary to continue a broken upload since your connection may not always be stable, an unexpected error could occur or because you’d like to continue the upload on the next day.
ncftp allows us to continue uploads which were canceled for whatever reason. In order to instruct ncftpput to continue an upload use the -z flag.
This is an example usage of how to continue a canceled upload:
ncftpput -z -u ExampleUser -p ExamplePassword -v -R ftp.example.com /Incoming/ my-huge-example-file.avi
-z = Instruct ncftp to continue broken uploads
-u = Username
-p = Password
-v = Show upload progress
-R = Upload directories recursively