fioan89 / sourcesync

A powerful plugin for performing one-way file synchronization for Intellij Idea and Pycharm projects
Other
89 stars 36 forks source link

FTP option is not going into the correct root path #25

Closed eflowbeach closed 8 years ago

eflowbeach commented 9 years ago

On my webserver, I have files stored in /public_html/ and when I use that as the

Root path: /public_html/

it FTP's the files into: /

even if I set Root path to: /public_html/public_html/ the files still end up in: /

fioan89 commented 8 years ago

I've tested both FTP and FTPS connections with version 1.8 (available in the plugins repository) and it seems to be working fine. My ftp server configures the chroot_list_enable=YES and chroot_local_user=YES. My test upload's the files into the local user home folder. Can you provide the configuration for your ftp server?

eflowbeach commented 8 years ago

WIth your latest release it, appears to work now. :-) Thanks!