lassik / mergedotnet

GUI-based N-way file sync program that does SFTP
Other
0 stars 0 forks source link

Symlinks to directories are not shown in the file browser in the Add SFTP Connection window #24

Open lassik opened 10 years ago

lassik commented 10 years ago

How to reproduce:

  1. On an OSX host, create a directory bugtest.
  2. Create a subdirectory bar.
  3. Create a symlink foo that points to bar (ln -s bar foo)
  4. (On a Windows box) Open Merge and press Add -> SFTP...
  5. The Add SFTP Connection window comes up. Enter the OSX computer's hostname, username and password, press Connect and wait for the file browser at the bottom of the same window to update.
  6. Navigate to the bugtest directory in the file browser and expand it by clicking + to the left of its name.

Bug: The file browser shows bugtest as having only a single subdirectory, bar. foo is not shown even though it is a symlink to a directory.

Expected behavior: Both foo and bar should be shown as subdirectories of bugtest in the file browser.