diff --git a/dist/phing/deploy.properties.sample b/dist/phing/deploy.properties.sample index c2fce6e6a0..65fc1d09ac 100644 --- a/dist/phing/deploy.properties.sample +++ b/dist/phing/deploy.properties.sample @@ -16,6 +16,7 @@ ws.ftp.path= #sFTP server ws.sftp.host= +ws.sftp.port= ws.sftp.user= ws.sftp.password= ws.sftp.path= @@ -24,4 +25,4 @@ ws.sftp.path= ws.webdav.host= ws.webdav.user= ws.webdav.password= -ws.webdav.uri= \ No newline at end of file +ws.webdav.uri= diff --git a/dist/phing/deploy.xml b/dist/phing/deploy.xml index ef418f1336..4aa8be1dde 100644 --- a/dist/phing/deploy.xml +++ b/dist/phing/deploy.xml @@ -25,8 +25,11 @@ - - + + + + + + params='--DISPLAY="sftp" --DRIVER=sftp --json_data={\"SERV\":\"${ws.sftp.host}\",\"PATH\":\"${ws.sftp.path}\",\"USER\":\"${ws.sftp.user}\",\"PASS\":\"${ws.sftp.password}\",\"PORT\":\"${ws.sftp.port}\"}'/>