cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Using ftpupload.c returns a directory listing in HTML format

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 13 Aug 2015 14:35:51 +0200 (CEST)

On Thu, 13 Aug 2015, Nils Söderman wrote:

> And thanks for the verbose tip! I like to see whats going on, since I
> debugged Z80 in the seventies.
> So, is it wrong to change name of the file for transport up to the archive?

The key to your problem is in the single server response you get after the
'STOR' command:

< 550 ws_data2.txt: Permission denied

The server apparently doesn't allow you to store a file in that directory.

-- 
  / daniel.haxx.se

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2015-08-13