I am trying to upload about 50 odd files to SFTP and although it does upload those files they are all some odd format with '.temp' extension. What am I doing wrong?
I have attached some screenshots for reference, so I hope it helps.
Hi
Under normal conditions, files are uploaded with temporary names, and after the upload completes successfully, they are renamed to their intended names. This ensures a more atomic upload process. However, in your situation, an error occurs during the renaming process.
The most frequent reason for a failed rename operation is that the user account you’re using does not have the necessary permissions to rename files in the target directory.
Some SFTP servers run under chroot jails or have strict server-side restrictions that disallow certain operations like renaming.
Try uploading files in a mode that doesn't use temporary files. To do this, check the box labeled "Don't use temporary files".
Resolving the permissions issue is a significant step toward ensuring smooth uploads. If you encounter any challenges or have further questions, please feel free to reach out here.