Backup SFTP

thoroughfare

Verified User
Joined
Aug 11, 2003
Messages
575
Hi John,

How about SFTP instead of FTP for user backups? It makes me nervous sending all my users' data across an unsecure protocol, at timed intervals.

Thanks,
Matt :)
 
second that one...this thread should be moved to features though.

The only problem is that most people probably don't know how to use a secure ftp so their needs to be a option for both.
 
Not sure you understand what I mean... I'm just talking about the user backups which can be FTPed on a cron schedule. You wouldn't need to understand STP really to do that.

Thanks,
Matt :)
 
Hello,

The ftp script is here:

/usr/local/directadmin/scripts/ftp_upload.php

if you want to create your own (should sftp take a while, fate undecided), you can just copy it to
/usr/local/directadmin/scripts/custom/ftp_upload.php and make any changes you need.

John
 
So anything in the custom directory will override the default scripts? If I get it working, I'll post it here :)

Thanks!
Matt :)
 
Forgive my ignorance, but what's wrong with using a simple call to scp in place of a whole php script? :)
 
Back
Top