Active
Project:
Save to FTP
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
15 Apr 2009 at 18:28 UTC
Updated:
4 Dec 2011 at 23:01 UTC
FTP sends the password in clear text which is a potential security issue if one is on wireless or some other potentially compromised internet access point. The use of SFTP or SSH would keep this from being a problem. However, use of these is a bit more complicated then a simple ftp transfer so it will take me a bit.
Comments
Comment #1
coderintherye commentedCould leverage this: http://us2.php.net/manual/en/function.ssh2-scp-send.php
Or pure PHP implementation: http://phpseclib.sourceforge.net/documentation/net.html