Command CURL pada ubuntu
Command nya
- Download menggunakan curl $ curl –O [URL]
- Download dan save menggunakan nama yang berbeda $ curl –o [filename] [URL]
- Download multi file $ curl -O [URL1] -O [URL2]
- Download dari server ftp $ curl -O ftp://ftp.example.com/file.zip
Di tulis oleh: Nanda Anubis