Next: Transfer Configuration details
Up: Configuring transfers
Previous: Configuring transfers
  Contents
  Index
You wish to transfer files to a directory 'reportupload' on unix server called 'targetsys'. The files will be processed at the remote system and a result file will be placed in the 'resultdownload' directory, with the file name having rpt appended (eg a file test.xml will generate testrpt.xml). The result file will be available within 30 minutes.
- create a conf file called 'targetsys1.conf' (a copy of sample.conf)
- create an inbox directory 'targetsys1' and response directory 'targetsys1').
- start putty and create a session 'targetys'. Save the session and test that a connection can be made.
- edit 'targetsys1.conf'
- remove the line: disabled = 'y'
- set local directory: subdir = 'targetsys1'
- update the server settings with the userid etc. for targetsys.
- specify: savedprofile = 'targetsys' (or the profile you saved in putty).
- specify remote directory: targetdir = 'uploaddir/'
- set: response = 'y'
- set response file as: responsein = '%fname%rpt.%ftype%'
- set remote directory: responsedir = 'resultsdownload/'
- set sensible wait parameters: initialwait=1800
- restart SFTPPlus
- place test file in the inbox directory 'targetsys1'
- after a few seconds you should see the test file has gone - the transfer will be running.
- check the message.log file to see the progress
- If the remote system is running, you should see the file has been uploaded, and the response file will be created.
- after 30 minutes SFTPPlus will attempt to retrieve the results file.
Next: Transfer Configuration details
Up: Configuring transfers
Previous: Configuring transfers
  Contents
  Index
2005-10-27