SFTP: didn't define a constant

This commit is contained in:
terrafrost 2013-06-12 14:16:47 -05:00
parent 7b3434c01f
commit c0fa1ee0b9

View File

@ -107,6 +107,10 @@ define('NET_SFTP_STRING', 2);
* Resumes an upload
*/
define('NET_SFTP_RESUME', 4);
/**
* Append a local file to an already existing remote file
*/
define('NET_SFTP_RESUME_START', 8);
/**#@-*/
/**