Community
Participate
Working Groups
Im hoping this is the correct product/platform to report this. The FTP/WebDAV plugin doesn't save the username/password you enter the first time you create a new site, nor does it ask for this on subsequent requests. To reproduce: Create a new ftp syncronization, with ip adress in the adress field and username and password in their respective fields. Syncronization now works fine, but after restarting the application, the username/password is lost, and an isNull() assertion on username/password failes in org.eclipse.ftp.internal.FTPClient.authenticate(). Workaround: manually edit the .deployments file (under eclipse\workspace\.metadata\.plugins\org.eclipse.core.resources\.projects\<projectname>\org.eclipse.team.core) and change the url to standard username:password@url.
*** Bug 79386 has been marked as a duplicate of this bug. ***
This plugin is not being actively developed or maintained. Patches will be accepted.
The FTP plugin is currently not being actively developed or maintained.
Created attachment 23049 [details] Plugin which resolves your problem. Stop eclipse, Remove folder "eclipse/plugins/org.eclipse.target" Copy this file into eclipse/plugins. (Do not uncompress it !)
Created attachment 23050 [details] Modified org/eclipse/target/AuthenticatedSite.java Added Method: protected void initializeAuthorization()
Created attachment 23051 [details] Modified org/eclipse/target/Site.java Modified method: void init() Added methode: protected void initializeAuthorization()
Created attachment 23053 [details] Patch
Reopening
*** This bug has been marked as a duplicate of 102785 ***