PHRAS-771 #time 2h

report de PHRAS-750 (connect to ftp via a auth proxy)
This commit is contained in:
Jean-Yves Gaulier
2015-10-15 17:02:04 +02:00
parent cb98ac8216
commit ddf977465c
5 changed files with 93 additions and 40 deletions

View File

@@ -41,6 +41,8 @@ class FtpEditor extends AbstractEditor
<tasksettings>
<proxy></proxy>
<proxyport></proxyport>
<proxyuser></proxyuser>
<proxypwd></proxypwd>
</tasksettings>
EOF;
}
@@ -53,6 +55,8 @@ EOF;
return [
'proxy' => static::FORM_TYPE_STRING,
'proxyport' => static::FORM_TYPE_STRING,
'proxyuser' => static::FORM_TYPE_STRING,
'proxypwd' => static::FORM_TYPE_STRING,
];
}
}