Path to local storage remote file
Bugzilla Link | 536666 |
Status | NEW |
Importance | P3 normal |
Reported | Jul 04, 2018 00:55 EDT |
Modified | Sep 02, 2018 22:21 EDT |
Reporter | Denis Shmakov |
Description
Eclipse 4.8.0
If i create different connections and connect to one remote host xxx.xxx.xxx.xxx with different logins (on one hosting different sites divided by login) and edit file with same name (for example index.php) this file save on project folder on one path. For example
workspace\RemoteSystemsTempFiles\xxx.xxx.xxx.xxx\index.php
On old version Eclipse 4.4.0 local version save with connection name. For example
workspace\RemoteSystemsTempFiles\xxx.xxx.xxx.xxx\SiteA.ftp.files\index.php
workspace\RemoteSystemsTempFiles\xxx.xxx.xxx.xxx\SiteB.ftp.files\index.php
How can i do this path in new eclipse version and divide local version of remote files?