Intermediary transaction http://www.aliyun.com/zixun/aggregation/6858.html ">seo diagnose Taobao guest cloud host technology Hall
Foreword: Many people are in Baidu or Google search: Faster than FTP upload methods/tools, the fastest FTP tool ... Thankfully, there really is a "tool" that is wget
If the traditional FileZilla, 8UFTP, CuteFTP, FLASHFXP and other software called FTP Upload tool, that this article introduced the "protagonist" wget can be no exaggeration to call the FTP upload artifact.
If you're still spending too much time uploading files with FTP tools, and lucky you do not know through which the key keyword search to my article about wget, this article can save you a few hours or even a day of FTP upload time (file very large premise).
Believe me, the next steps and screenshots you see will actually make you feel the exciting transfer speed of the FTP upload artifact.
I deeply know the pain of waiting to upload speed, sometimes slow or even timeout, disconnection ...
I also realized that the power of the upload speed let us how anxious and helpless
Perhaps most people use the storm or the quick to see the film, see the 1-2m/s download speed but I believe that a few people have seen the download speed of 5-6m/s, anyway, bloggers are not personally seen ...
Unhappy >>>
To use a virtual host:
Because our company is independent electric business website, but the network speed really is very slow, this will the user experience and the website Trust degree greatly discounts, at the same time the virtual host manageability, the extensibility is almost not, gets the most basic 301 redirects also does not give ... Simply, I will now use the virtual host replaced VPS.
Replacement >>>
After buying a VPS:
First of all, I am in the VPS Control Panel to the new site, domain binding, parsing and so on ready to do, I put before the space backup good
Web site file Compression package FTP upload the way to the VPS server, see upload speed for 10k/s to 30k/s appearance.
I realized that I do not know how many 1G documents to the year and month ah ....
I am determined to change the way to upload, so familiar with the search, I found wget this cross-platform upload artifact, and then I said I use wget this tool operation steps:
1. The original virtual host space with the online packaging good backup files (such as: A001.rar)
2. Log in the FTP space of the backup file, select Backup file, right key: Copy URL to clipboard (this URL is based on FTP protocol URL)
3. Modify URL to a URL link with username and password
4. Example
Replicated Url:ftp://uesername@219.153.50.13/uesername/db/a001.rar
Modified Url:ftp://uesername:password@219.153.50.13/db/a001.rar (note: After modification to remove uesername this
directory)
5. Login to the VPS Linux system (the blogger is using Xshell), use the command to enter the root directory of the site, enter
wget ftp://uesername:password@219.153.50.13/db/a001.rar (URL can right-click to select "Paste") enter
Note: If the win server enters DOS, the same effect can be achieved with the wget command
Here is the moment to witness the miracle.
Note that the lower right corner of the download speed reached s above
I have 1G more files, in total 3 minutes 26 seconds.
Summary analysis: wget transmission is so fast because both sides are using the server in the transmission, and the server is generally 100M broadband. This is the reason for speeding, I hope to be able to bring help to a friend in need!