Changes between Initial Version and Version 1 of Ticket #11813, comment 2


Ignore:
Timestamp:
Dec 29, 2018, 9:53:26 AM (6 years ago)
Author:
Ignacio Llorente

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11813, comment 2

    initial v1  
    1 Unfortunately I can not reproduce now this bug behavior.
    2 (Maybe some of the **settings** that I have changed lately was related to the bug?)
    3 I have just activated **Logging** and also Debug > 3-**Verbose**, so... in case the bug re-appears, I will be able to answer the question.
     1Thanks for the hint! These are the steps to reproduce the weird behaviour:
    42
    5 Is there **any suggestion** (based on internal code) to reproduce the bug?
     31. Open FileZilla
     42. Note that **Synchronized Browsing is off**
     53. JFYI my base local folder is C:\wamp64\www\cloud\ and my base remote folder is /var/www/
     64. Go to a local folder (e.g. C:\wamp64\www\cloud\i\bibliotecas\181229b\one\)
     75. Go to a **remote folder that is not the Synchronized one** (e.g. /var/www/i/bibliotecas/181229b/two)
     86. Double click at one local file (e.g. C:\wamp64\www\cloud\i\bibliotecas\181229b\one\myfile.txt) it opens Notepad++ **editing the file**
     97. At FileZilla go to the remote folder that is the **Synchronized** one (e.g. /var/www/i/bibliotecas/181229b/one)
     108. **Activate Synchronized Browsing**
     119. At FileZilla go to another folder (e.g. /var/www/i/bibliotecas/181229b/three)
     1210. At Notepad++ modify and save the file (in this example: C:\wamp64\www\cloud\i\bibliotecas\181229b\one\myfile.txt)
     1311. Switch into FileZilla again.
     1412. 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
     16I would prefer this behavior:
     17When 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.
    625
    726