FTP
EPSV
STOR
STOR 552 disk full
# Client-side
ftp
 
FTP upload file with 552 disk full response
 
data
    to
      see
that FTP
works
  so does it?
 
ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -T log/test%TESTNUMBER.txt
# Verify data after the test has been "shot"
data
    to
      see
that FTP
works
  so does it?
USER anonymous
PASS ftp@example.com
PWD
EPSV
TYPE I
STOR %TESTNUMBER
QUIT
# 70 - CURLE_REMOTE_DISK_FULL
70