# # Server-side contents of source file 231 # # Client-side ftp ftp2 FTP 3rd party transfer, make target use PORT ftp://%HOSTIP:%FTPPORT/dest/destpath/231 -u daniel:stenberg --3p-url ftp://%HOSTIP:%FTP2PORT/source/sourcepath/231 --3p-user daniel2:stenberg2 -P - # # Verify data after the test has been "shot" # target-side protocol check > s/^(PORT 127,0,0,1).*/$1/ USER daniel PASS stenberg PWD TYPE I CWD dest CWD destpath PORT 127,0,0,1 STOR 231 QUIT USER daniel2 PASS stenberg2 PWD TYPE I PASV RETR source/sourcepath/231 QUIT