1. After extracting the SFTP.zip file... Place the  SFTP folder on "C:\" Drive


2. Run "C:\SFTP\Setup-POSH-SSH.bat" to Install and Import the POSH-SSH module on the machine


3. For Uploading Files to SFTP set the following Parameters Values on "SFTP_Upload.cfg" files

   eg. 

        URL=sftp.paristech.com

        UserName=UserName

        Password=UserPassword

        LocalFolder=C:\SFTP\Source

        SFTPFolder=/Upload/Data Files

   

   Then run "C:\SFTP\SFTP_Upload_Files.bat"

   

4. For Download Files to SFTP set the following Parameters Values on "SFTP_Download.cfg" files

   eg. 

        URL=sftp.paristech.com

        UserName=UserName

        Password=UserPassword

        LocalFolder=C:\Client Folder\Data Files

        SFTPFolder=/Upload/Data Files

    

    Then run "C:\SFTP\SFTP_Download_Files.bat"