I am using phpseclib to upload a file to a remote server. Previously, my script worked fine, but a few weeks ago it appears to have stopped working. I am getting a
NET_SFTP_STATUS_NO_SUCH_FILE: File not found from $sftp->put.
The problem is that the file to be uploaded to the server does exist. Plus, the code worked previously anyways.
Since the script was previously working, it seems that maybe perhaps some settings for the target server may have changed.
Does anyone have any ideas or suggestions for troubleshooting this?