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

riomenx

Script to resume file upload from local folder to remote server?

It is necessary to transfer the file by modification time to the server or the last file in the list
open ftp://admin:admin@1.1.1.1/ -rawsettings AddressFamily=1
lcd D:\Backup\archive
cd /BACKUP1/W_W
put rab_z.bak
 
exit