Command option Sample:curl --disable-epsv

Search command sample in the internet.It is the result.


curl --disable-epsv option

curl --disable-epsv --socks4 localhost:5001 -k -v --user user:password    #881720 - curl: key authentication doesn't work with scp/sftp - Debian Bug report logs : http://bugs.debian.org/cgi-bin/bugreport.cgi@bug=711349
curl --disable-epsv -o testfile.txt -u myusername:mypassword ftp://ftp.myserver.com/path/to/testfile.txt    Using curl over ftp took 3+ minutes for a 4 byte file w/ EPSV - SaltyCrane Blog : http://www.saltycrane.com/blog/2011/10/using-curl-ftp-took-3-minutes-4-byte-file-epsv/