khalilov 0 Report post Posted January 2, 2009 I had all my database and a copy of all the scripts i have on my site on my old computer which had an unfortunate accident and is now unsalvagable. I know how to download my database but can i download all the scripts too? copying and pasting over 50 scripts sounds time consuming. Share this post Link to post Share on other sites
yordan 10 Report post Posted January 2, 2009 Please explain something. Where are the scripts currently ? On a computer in a single folder ? On your website ? Share this post Link to post Share on other sites
khalilov 0 Report post Posted January 4, 2009 Please explain something. Where are the scripts currently ? On a computer in a single folder ? On your website ?sorry for the delay in replying, the scripts are currently on Xisto server and are functioning,so they are on my website Share this post Link to post Share on other sites
yordan 10 Report post Posted January 4, 2009 sorry for the delay in replying, the scripts are currently on Xisto server and are functioning,so they are on my websiteDoes that mean that your problem is now solved ?Or does your question mean that you ask how to download all your scripts from your website on Xisto to your new computer ? Share this post Link to post Share on other sites
khalilov 0 Report post Posted January 5, 2009 I want to download them on my new computer Share this post Link to post Share on other sites
yordan 10 Report post Posted January 5, 2009 I want to download them on my new computerThe best way is to use a ftp client, I suggest portable FileZilla, you find it here : http://portableapps.com/apps/internet/filezilla_portable Using Filezilla, you connect to yoursite.astahost.com with your cpanel name and password.You will see two boxes, the right one shows your PC disks, the left one shows the Xisto disks. You navigate to the Xisto folder where your scripts are, and you right click "download" and it will bring all the files in the folder, including sub folders.You can also use FileZilla in order to upload new scripts to a new folder on Xisto server, when creating new programs.Hope this helped.Yordan===========P.S. By the way, you can also use Xisto cpanel in order to do smart things.Start the cpanel file manager.Select the folder containing all your files at Xisto, and choose "Compress". This will create a zip file which has all your scripts. Then use the select the just created .zip file, and click "Download" (do not click "Delete"...) Share this post Link to post Share on other sites
laniczech 0 Report post Posted January 5, 2009 i like adobe dreamweaver for most of my website work, enables you to keep a constant back up up your site and preview changes in a browser before you upload Share this post Link to post Share on other sites
moonwitch1405241479 0 Report post Posted January 13, 2009 I am not sure if Asta supports SSH anymore, but that could easily be the option you were looking for.In short, when you create an SSH connection with eg. putty (google putty.exe), you can enter commands to create a zip-file (or tarball if you use linux). Then it's all one file cd httpdocszip httdocs_backup.zip After that, you can use an ftp-client to download said file. Share this post Link to post Share on other sites
yordan 10 Report post Posted January 13, 2009 I am not sure if Asta supports SSH anymore, but that could easily be the option you were looking for. cd httpdocszip httdocs_backup.zip As I already said here http://forums.xisto.com/topic/96518-topic/?findpost= (a couple of lines above)you don't need a ssh connection in order to zip files, you can do it from your Xisto cpanel. Share this post Link to post Share on other sites