Use of FTP "append" command
Posted
by sahs
on Stack Overflow
See other posts from Stack Overflow
or by sahs
Published on 2010-03-29T08:25:49Z
Indexed on
2010/04/13
4:23 UTC
Read the original article
Hit count: 346
I want to upload a file to a ftp server programmatically (C++). If the connection is lost while uploading a file, I wouldn't want to upload the file from scratch, but to upload only the part that I haven't sent.
Does the APPE command fulfill my demand? What list of FTP commands should I use exactly? And how?
© Stack Overflow or respective owner