# Client-side
ftp
FTP resume upload but denied access to remote file
ftp://%HOSTIP:%FTPPORT/236 -T log/ftpserver.cmd -C -
REPLY SIZE 550 access to this file is very much denied
REPLY APPE 550 I said: access to this file is very much denied
REPLY STOR 550 I said: access to this file is very much denied
# Verify data after the test has been "shot"
USER anonymous
PASS curl_by_daniel@haxx.se
PWD
EPSV
TYPE I
SIZE 236
STOR 236
# (25) Failed FTP upload: 550
25