Hostnic Promo

Command CURL pada ubuntu

Command nya

  1. Download menggunakan curl $ curl –O [URL]

  2. Download dan save menggunakan nama yang berbeda $ curl –o [filename] [URL]
     
  3. Download multi file $ curl -O [URL1] -O [URL2]
     
  4. Download dari server ftp $ curl -O ftp://ftp.example.com/file.zip


Di tulis oleh: