コマンドオプションサンプル:curl --disable-epsv

コマンドサンプルを検索した結果です。


curl --disable-epsv オプション

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/
curl --disable-epsv ftp://example.com/    ftpのEPRT/EPSV mode - うまいぼうぶろぐ : http://hogem.hatenablog.com/entry/20091108/1257612023