How to enable SFTP to deploy the pack
By default, FTP is used to deploy the files to the target system.
If your system uses SFTP, then the commented line in the following script can be edited:
REM psftp %USER%@%FTP_SERVER% -pw %PASSWORD% -bc -be -b deploy.scp >> %LOG%
The following is the default FTP line after it is commented to enable SFTP
deployment:
psftp %USER%@%FTP_SERVER% -pw %PASSWORD% -bc -be -b deploy.scp >> %LOG% REM ftp -s:deploy.scp >> %LOG%
The default SFTP process uses the command from PuTTY. Modify the psftp line if you use other SFTP software.