mirror of
https://github.com/curl/curl.git
synced 2026-07-24 12:37:20 +03:00
parent
0ab38f5fd6
commit
2f036a72d5
4 changed files with 126 additions and 172 deletions
|
|
@ -34,7 +34,8 @@ FTP URL with type=i
|
|||
USER anonymous
|
||||
PASS ftp@example.com
|
||||
PWD
|
||||
CWD /tmp
|
||||
CWD /
|
||||
CWD tmp
|
||||
CWD moo
|
||||
EPSV
|
||||
TYPE I
|
||||
|
|
|
|||
|
|
@ -32,7 +32,8 @@ FTP URL with type=a
|
|||
USER anonymous
|
||||
PASS ftp@example.com
|
||||
PWD
|
||||
CWD /tmp
|
||||
CWD /
|
||||
CWD tmp
|
||||
CWD moo
|
||||
EPSV
|
||||
TYPE A
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue