Backup Your Files to FTP Server Using Command Line

Posted By Keith Dsouza On July 30, 2009 @ 8:05 pm In Software | 1 Comment

These days many web hosting providers provide users with unlimited online storage [1] space, so wouldn’t it be good to use some of that space for backups [2]?

Here is a hassle free way to create encrypted backup archives of your files upload them to a FTP server from the command line.

ZIPEncryptFTP is a C# command-line program that will let you create encrypted backups of your data without having to use a GUI and upload it to a FTP server.

To backup data with ZIPEncryptFTP just run this command from your command line

ZIPEncryptFTP /directory /password /url /ftpuser /ftppassword

Running the command will compress the files and sub-folders in the folder you specify to a ZIP file, encrypt the ZIP file using AES with the password secret your prove and upload the file to the FTP server, everything is done in the memory and it does not create any temporary files.

The software allows you to backup [2] more than one directory at a time along with several other options.

To run this program you will require to have the .Net 2.0 framework runtime.

Download ZIPEncryptFTP [3]


Article printed from Techie Buzz: http://techie-buzz.com

URL to article: http://techie-buzz.com/softwares/backup-files-ftp-from-command-line.html

URLs in this post:

[1] online storage: http://techie-buzz.com/tag/online-storage

[2] backups: http://techie-buzz.com/tag/backup

[3] Download ZIPEncryptFTP: http://blog.didierstevens.com/programs/zipencryptftp/

Copyright © 2006-20011 Techie Buzz. All rights reserved.