Den 2015-08-13 kl. 14:35, skrev Daniel Stenberg:
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.



-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Thanks!  As I use my archive w/o username/password (within my routerprotected firewall) with my Win7-OS I did not expect any problem with password protection. The share "backup" password entry is empty. BUT connecting from RPi results in the same error. I have been scrutinizing the setup of the NAS, I have read/write permission on the two places I can set it. It is clearly a NAS problem?? Thanks to Patrick and the verbose command it was found. I will dig deeper into the problem, but am happy for any hint!
Nils

ftp> open 192.168.0.151
Connected to 192.168.0.151.
220 ProFTPD 1.3.3g Server (NETGEAR ReadyNAS) [192.168.0.151]
Name (192.168.0.151:pi): anonymous
331 Anonymous login ok, send your complete email address as your password
Password:
230 Anonymous access granted, restrictions apply
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> cd backup
250 CWD command successful
ftp> cd ftptest
250 CWD command successful
ftp> dir
200 PORT command successful
150 Opening ASCII mode data connection for file list
226 Transfer complete
ftp> put ws__data.txt
local: ws__data.txt remote: ws__data.txt
local: ws__data.txt: No such file or directory
ftp> put ws_data.txt
local: ws_data.txt remote: ws_data.txt
200 PORT command successful
550 ws_data.txt: Permission denied
ftp> 
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to