Re: FTP client with file encryption for remote backup?
- From: comphelp@xxxxxxxxx (Todd H.)
- Date: 20 Feb 2006 11:58:38 -0600
"Tom" <Tom@xxxxxxxxxx> writes:
Hi,
I would like to use my ISP's FTP server for backing up my personal files
from my desktop. I was wondering if there is a tool available (open
source/freeware if possible) that can automatically encrypt files while
transfering them to a remote FTP server, so that the files on the remote
server cannot be used by the ISP.
File encryption is what you need. Transport level encryption is moot
if the goal is to protect admins of the remote machine from doing
anything with them:
On *nix, or using cygwin in windows (include gpg in what gets installed):
tar cvfz somfile.tgz /path/to/backup
gpg -c somefile.tgz > somefile.tgz.gpg (symmetric key option used for simplicity)
ftp or scp somefile.tgz.gpg to the ISP
--
Todd H.
http://www.toddh.net/
.
- References:
- Prev by Date: Re: Do employees care about secutity?
- Next by Date: Re: Symantec vs. McAfee
- Previous by thread: FTP client with file encryption for remote backup?
- Next by thread: Re: FTP client with file encryption for remote backup?
- Index(es):
Relevant Pages
|