Forum Moderators: phranque
I use a dial up Internet access and working at home.
I have more than 100MB html files to be upload in the web server and its hard to FTP it.
I use WS_FTP for transferring files. Any suggestions and solution to upload the files more faster?
Im using Linux web server.
Your suggestions will be a great help.
In any case... assuming you can ssh into your server, compress it (zip, rar, whatever) before uploading. You probably bring that down to around 15Mb, then log on to your server and unzip.
There might be a way to upload more effectively. For downloading wget lets you set a switch so if your transfer gets interrupted, it doesn't have to start all over again. Anyone know if there is a similar tool for uploads?
Then start uploading the files, and once a file is transfered you don't need to transfer. That way even if the line drops you at least have transfered some whole files, and just need to carry on until they are all uploaded. Once you have all of the archives transfered, unzip/etc the files on the other end.
My problem now is, how can I unzip the zip file using SSH. My zip file is: collect1.zip
Please let me know if the command below is correct after I connect to the LINUX server and will unzip the collect1.zip
gzip -c -d collect1.zip ¦ tar xf -