Posts

Showing posts with the label filezilla

FTP with Remote archive handling

Is FTP Enough ? FTP is the way one usually goes when he wants to upload/download files to his server, but pure uploading and downloading is not enough, as there is a simple yet very important feature which is still absent and it is some archive handling. When I say "Archive handling" I refer to packing and extracting files to/from an archive (eg: tar or zip file). Why Archive handling Because transferring many files (thousands) to/from my server is very very slow, so when I want to start a new site and upload all files for my wordpress site, I prefer uploading a single zip file (less than one minute) then extracting it remotely on my server which will take several seconds, rather than upload thousands of files which might take several hours (assuming nothing fails in the way). (same goes for backing up my site, where zipping the whole site then downloading a single file is much preferred over downloading all files from the server) The usual way I did it in t...

Best free FTP program

There is no debate, if you need a good and free FTP program just run and download filezilla, and don't let anyone else tell you otherwise. But what will you do when filezilla fails you? Which program will you use? It seems that most free FTP programs are shitty (sorry for the word - but they really are), but if filezilla isn't a solution try the following next 2 best options (which are reasonable enough even though they are under filezilla's league): * CoreFTP (the free version) * LeechFTP If you have any other (better?) free ftp program, please add it in the comments.