Can I manually extract email files from backups created by Plesk? - email

I have made a email backup with plesk for a particular domain. Now i like to extract/import the emails in email program local.
When i unzip domain.com_mn_1112091008.tgz i get a .discorvery folder and another .zip file.
How can i import the emails with their corresponding attachments?
Regards

NO can one can extract .tgz file in plesk panel.
I can only done via on your desktop with WinRar Software or you can upload .tgz file thorugh backup manager and then click on uploaded and then click on Restore.

Related

Extract ZIP file in specific folder on server using terminal?

I have a problem with my VPS server, more precisely with extracting a .zip file (5GB) through the file manager. I have limited support because it is a self-managed VPS. I need a command for a terminal to extract file "5.zip" to a specific server dir for ex: http:xxxxxxx.com/funny folder on my server. Can someone help me with this? Thanks.
You provide URL, not path to directory. But to extract zip file in particular directory you can use command:
cd /directory/funny
unzip /path/to/5.zip
Change /directory/funny with the real directory which your web service serve.

Emailing Yii project via gmail

Has anyone ever managed to email a Yii project (zipped) via gmail or any email client. Gmail keeps picking up an "executable file" whenever I try to email the zipped folder.
Thanks in advance
You can try to use password protected archive, to prevent scanning content of your archive by google.
Also you ca try to delete 'yiic' and 'yiic.bat' files from '/framework' directory
Just change extension to something else, for instance project.zip into project.dat
The executable file is yiic.bat. just delete yiic.bat file and mail...
install project without yiic.bat file by yiic file as
php yiic.php webapp appName
Use Google Drive, the best & free way to transfer upto 10GB of data.
You can learn more about it at:
Google Drive
Wikipedia

Check and Download Multiple files from FTP server

I use the concept of uploading and downloading files from FTP server. I have been successful in both for a single file.
Now, for downloading, there may be more than one files on ftp. So, multiple files to be downloaded at local side.
I have referred this too, but couldn't get exactly what I want.
I want to download multiple files from ftp programatically. And for that I have to check the existence of file for particular URL.
Ftp protocal have the list cmd , you can list the files on the server and then download it.

cURL ftp transfer scenario

I'm trying to automate uploading and downloading from an ftp site using cURL inside MAtlab, but I'm having difficulties. Essentially I want one computer continuously uploading new files to an ftp, yet since there is a disk quota on the ftp, I want another computer continuously downloading and removing those same files from the ftp.
Easy enough, but my problem arises from wanting to make sure that I don't download a file that is still being uploaded, thereby resulting in an incomplete file.
First off, is there a way in cURL to make it so that the file wouldn't be available for download from the ftp site until the entire file has been uploaded?
One way around this is that I could upload files to one directory, and once they are finished uploading, then I could transfer them to a "Finished" directory on the ftp site. Then the download program would only look for files inside that "Finished" directory. However, I don't know how to transfer files within an ftp site using cURL.
Is it possible to transfer files between directories on an ftp site using cURL without having to download the file first?
And if anyone else has better ideas on how to perform this task, I'd love to hear em!
Thanks!
You can upload the files using a special name and then rename it when done, and have the download client only download files with that special "upload completed" name style.
Or you move them between directories just as you say (which is essentially a rename as well, just changing the directory too).
With the command line curl, you can perform "raw" commands after the upload with the -Q option and you can even find a tiny example in the curl FAQ: http://curl.haxx.se/docs/faq.html#Can_I_use_curl_to_delete_rename

Tool which monitors file changes and uploads only changed files over ftp to webserver

Is there a tool(for Windows) which can monitor file changes and can upload only modified files over ftp to a webserver directory.
SmartFTP is one such tool which has synchronization feature... http://www.smartftp.com/features/