5 | | Is there **any suggestion** (based on internal code) to reproduce the bug? |
| 3 | 1. Open FileZilla |
| 4 | 2. Note that **Synchronized Browsing is off** |
| 5 | 3. JFYI my base local folder is C:\wamp64\www\cloud\ and my base remote folder is /var/www/ |
| 6 | 4. Go to a local folder (e.g. C:\wamp64\www\cloud\i\bibliotecas\181229b\one\) |
| 7 | 5. Go to a **remote folder that is not the Synchronized one** (e.g. /var/www/i/bibliotecas/181229b/two) |
| 8 | 6. Double click at one local file (e.g. C:\wamp64\www\cloud\i\bibliotecas\181229b\one\myfile.txt) it opens Notepad++ **editing the file** |
| 9 | 7. At FileZilla go to the remote folder that is the **Synchronized** one (e.g. /var/www/i/bibliotecas/181229b/one) |
| 10 | 8. **Activate Synchronized Browsing** |
| 11 | 9. At FileZilla go to another folder (e.g. /var/www/i/bibliotecas/181229b/three) |
| 12 | 10. At Notepad++ modify and save the file (in this example: C:\wamp64\www\cloud\i\bibliotecas\181229b\one\myfile.txt) |
| 13 | 11. Switch into FileZilla again. |
| 14 | 12. FileZilla detects the file’s change and suggest an upload… to **the remote folder that was active when I start editing the file** . In this example: /var/www/i/bibliotecas/181229b/two/myfile.txt |
| 15 | |
| 16 | I would prefer this behavior: |
| 17 | When FileZilla detects a "File has changed": **If Synchronized Browsing is ON, remote path (of the "File has changed dialog") would be the computed synchronized one** . As in this example: |
| 18 | - "File has changed dialog"'s local path is C:\wamp64\www\cloud\i\bibliotecas\181229b\one\myfile.txt |
| 19 | - Present local path is C:\wamp64\www\cloud\i\bibliotecas\181229b\three |
| 20 | - Present remote path is /var/www/i/bibliotecas/181229b/three |
| 21 | - Synchronized Browsing is ON |
| 22 | |
| 23 | - So the **relative path of the changed file** is ../one/myfile.txt |
| 24 | - So ... "File has changed dialog"'s remote path would be /var/www/i/bibliotecas/181229b/three/../one/myfile.txt , so /var/www/i/bibliotecas/181229b/one/myfile.txt would be the remote path I expected. |