Get a file from an SSH server using SFTP: curl -u username s
Or use the more appropriate FTPS way to get the same file: curl -ftp-ssl Get a file off an FTPS server: curl ftps:///secrets.txt Get the definition of curl from a dictionary: curl dict:///d:curl Get the all terms matching curl from a dictionary: curl dict:///m:curl Get a directory listing of an FTP site: curl Get a web page from a server using port 8000: curl Get a README file from an FTP server: curl
Get the main page from a web-server: curl