Use the wget utility to copy a file from a URL to your web space.

To use wget you need to login to your Ecenica shared account, or VPS via SSH.

  1. Open your SSH client and start a SSH connection.
  2. Use the following command, swapping https://www.example.com/file.zip with your target URL
    wget https://www.example.com/file.zip
    

The above command will copy the file to your current folder path.