Skip to content
Snippets Groups Projects
Commit 2677c27b authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

FTP test case data

parent c9381665
No related branches found
No related tags found
No related merge requests found
Showing
with 21 additions and 1 deletion
ftp://%HOSTIP:%FTPPORT/a/path/103 --head
ftp://userdude:passfellow@%HOSTIP:%FTPPORT/103 --use-ascii
"ftp://%HOSTIP:%FTPPORT//path%20with%20%20spaces/and%20things2/106;type=A"
ftp://%HOSTIP:%FTPPORT/107 -T data/reply106.txt
ftp://%HOSTIP:%FTPPORT/CWD/STOR/RETR/108 -T data/reply106.txt -P -
ftp://%HOSTIP:%FTPPORT/109 -T data/reply106.txt --append
ftp://%HOSTIP:%FTPPORT/110 -C 20
ftp://%HOSTIP:%FTPPORT/110 -C 2000
ftp://%HOSTIP:%FTPPORT/112 -T data/reply106.txt -C 40
36
FTP dir list, PORT with specified IP
FTP --head to get file size only
FTP user+password in URL and ASCII transfer
FTP GET with type=A style ASCII URL using %20 codes
FTP PASV upload file
FTP PORT upload with CWD
FTP PASV upload append
FTP download resume with set limit
FTP download resume beyond file size
FTP PASV upload resume
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment