Search results

  1. M

    Archiving Multiple files after SFTP

    I am able get the files from remote to archive good , i want to archive the files to another folder on remote after get , but single file works good with remote and multiple files were there it fails. Please help. echo "begin" port="22" host_name="host" sftp_username="user"...
  2. M

    Password with special character issue when using expect with SFTP

    we requested to change password without characters as workaround.
  3. M

    Password with special character issue when using expect with SFTP

    We have SFTP Password as ?AFR'-rx]p[HL5G;'&ZM I am using the script as follows and getting error message as "password: Permission denied, please try again." The same is working good with command line , Please help how to handle password in expect here. echo "begin" port="22"...
Top