curl / Mailing Lists / curl-library / Single Mail

curl-library

Re: FTP : Curl command line to append a file in remote

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 29 Jun 2017 14:18:50 +0200 (CEST)

On Thu, 29 Jun 2017, Venkataragavan Vijayakumar via curl-library wrote:

> I am trying to append a file from local file contents to remote file
> contents using CURL FTP command
>
> *command:*
>
> *curl --append file.txt ftp://IPAddress/file1.txt
> <ftp://IPAddress/file1.txt> -u username:passwd --verbose*

If you add -v to the command line, do you see curl sending the "APPE" command
instead of "STOR" when doing the upload?

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.haxx.se/mail/etiquette.html
Received on 2017-06-29