I am attempting to backup files to a linux host using SFTP. I am able to send files, but they all end up in the user home directory on the host. For example, my user “adminuser” home dir is /home/adminuser. I want to put the files in the /clips directory. When I perform a test, the file ends up in the /home/adminuser directory. I think whats happening is the software is attempting to create/check that the directory is there, but when uploading the file, it ignores the path.
I have emailed support 4 days ago and have not received any response or reply.
After testing, you can see that the ftptest.txt file was placed in my home directory, not the /clips directory.
My sshd logs confirm that blueiris tries to create the folder (but fails since it already exists). I have tried this without the folder already created and all it does is create the folder and then upload the file to the home directory.
When I manually sftp a file, I can see my session change to the correct directory and upload the file.