I want to rar and extract folder(of my wordpress site) in the host machine using FileZilla ? Is it possible with FileZilla ? If not what you will suggest ? I dont have SSH access.
|
migrated from stackoverflow.com May 14 '12 at 12:05
|
The wording of your question is not clear, so I am assuming you want the the files transferred to and from your wordpress site to be compressed. It looks like there is not a standard FTP compression algorithm ("Unfortunately, there is no one standard FTP file compression method; there are HUNDREDS"). You could contact wpengine.com to see if their FTP server supports a compression algorithm, but I would not get my hopes up. When you use a company like wpengine.com you get the advantage of a low cost, easy to use and maintain system, but lose the ability to run custom code. As a result you options are limited to what tools they give you. If their FTP server supports compression then you could get a compatable client and use the compression in the site. If you can run custom code on their server then you could get a program which would do the rar compression/extraction for you. Otherwise you will have to upload/download the full size files. If you need an easy way to transfer files between computers there are other services for this (like yousendit). As a side note, the FileZilla FTP server does support compression but it looks like you would need the ability to configure the server (which is not possible with most hosts). |
|||
|
|
|
All computers (including smart phones) may use ssh. On Windows you may transfer files with WinSCP, which works a little like the Windows File Explorer (or Norton Commander if you're old enough to have known that). You could use putty to uncompress on the host but it's simpler to simply transfer your folder and let WinSCP handle all the file copies. Of course you'll need a login and a password. If I didn't understand and it's the server that doesn't offer ssh, why not simply send the uncompressed folder with filezilla ? Filezilla is good at that. |
|||||
|
|
FileZilla cannot do this. It only allows you to execute FTP command (even with SFTP, which uses SSH). There are two options:
If none of the above applies, you cannot rar files. |
|||
|
|
