mirror of
https://github.com/curl/curl.git
synced 2026-06-01 22:54:17 +03:00
Fixed the --ftp-port address to the CLIENTIP address.
This commit is contained in:
parent
915dfb494e
commit
5eba93c4e7
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ ftp
|
|||
FTP dir list, PORT with specified IP and slow response
|
||||
</name>
|
||||
<command>
|
||||
ftp://%HOSTIP:%FTPPORT/ -P %HOSTIP
|
||||
ftp://%HOSTIP:%FTPPORT/ -P %CLIENTIP
|
||||
</command>
|
||||
</client>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue