Monday, July 7, 2014

Configuring FTP to SFTP on peopletools 8.49



As we know that the SFTP protocal is supported from Peopletools 8.50 only. we need to customize the delivered script to have the SFTP implemented for  peopletools 8.49


Script to be customized: <PS_HOME>\bin\ftpunx

You can get the parameter that is passed to this script and do some scripting to read the file and perform the SFTP file transfer using below command.

$SFTP_CMD -b $1 $USER@$SERVERNAME


Note: This above applies to PSUNX only. And for PSNT you may need to have the secure FTP clients installed and have the transfer initiated from the client.

Rest Next :-}

No comments: