wget command

  1. K

    Linux Wget command examples

    In Linux command line you have to use wget command to download all your files from remote server. There are various basic ways to use wget command: If you want to download the file in same directory: You have to use below command to download the file in current directory # wget...
  2. K

    How can we upload files through SSH?

    For that it is must to have access of SSH. You can login to SSH by entering hostname or IP address and port of server. After that change directory in which you want to upload your files. cd domains/domain.com/public_html/ You have to enter path of your folder where you have to upload your...
Top