I have a two way sync set up between `desk` and `serve`. When I am in the profile, it shows me that it CAN see the files/folders in `serve`. When I run the profile in preview mode, it says there is nothing in `serve` and is going to copy everything from the left. I'm not sure what is wrong.
I took some screenshots and put them up on https://imgur.com/a/ansRpny.
two way sync over SFTP sees files on right but then says its empty
-
IMTheNachoMan
- Posts: 143
- Joined: Sun Nov 20, 2022 5:11 am
Re: two way sync over SFTP sees files on right but then says its empty
In most cases, you should be using library 1 (SFTP) and not 2 (SCP).
SCP is not a standardized protocol, it's obsolete and rarely tested.
Can you try SFTP?
SCP is not a standardized protocol, it's obsolete and rarely tested.
Can you try SFTP?
-
IMTheNachoMan
- Posts: 143
- Joined: Sun Nov 20, 2022 5:11 am
Re: two way sync over SFTP sees files on right but then says its empty
I think you need to make sure that you specify an absolute path. Otherwise, Syncovery will look relative to your home directory.
So, prepend the folder path with a slash on the Internet Protocol Settings dialog.
So, prepend the folder path with a slash on the Internet Protocol Settings dialog.
-
IMTheNachoMan
- Posts: 143
- Joined: Sun Nov 20, 2022 5:11 am
Re: two way sync over SFTP sees files on right but then says its empty
Oh my gosh. I don't know how I didn't realize/think that. That fixed it. Thank you!