Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 187 Bytes

curl.md

File metadata and controls

7 lines (5 loc) · 187 Bytes

Connect to a FTP server using SSL

curl -v -u user --ssl-reqd ftp://hostname/

In case of self-signed certificate, add option -k or --insecure to not check the certificate.