Unable to ignore errors using psftp
问题 I wish to upload all files in C:\Users\myuser\Downloads\SFTP folder on my local Windows to a remote SFTP server's myfolder directory. Below is my command: C:\putty\psftp.exe -b C:\putty\sftp_commands.txt -l myuser -pw mypass 10.8.44.86 Here is my C:\putty\sftp_commands.txt file: mkdir myfolder cd myfolder lcd "C:\Users\myuser\Downloads\SFTP" mput "C:\Users\myuser\Downloads\SFTP\*.*" Running the command gives the below permission denied error: C:\Users\myuser\Desktop>C:\putty\psftp.exe -b C: