eclipse FTP/WebDAV faq frequently asked questions about the eclipse 2.0 target management support |
Eclipse Target Management Component |
Table of contents: |
Getting Started | top |
FTP Component | top |
This is most likely because the FTP daemon you are using is not returning a listing for files with a space inside their names, even when the name is quoted. The file will still be uploaded correctly but Eclipse cannot update the remote timestamp for the file. This is a known issue with Solaris and some old versions of WU-FTPD.
The FTP client in Eclipse should work with any FTP server that gives standard UNIX style file listings. The listings need to be in that format so that the Eclipse client can obtain the file timestamps.
There have been timing issue problems with some servers. Here's a summary of the problem:
This is clearly a server issue. Perhaps the server takes some additional time to write out the file so the file doesn't appear in the listing. Slowing down the process makes the problem go away.
Top test whether this issue is what is giving you a problem, you can turn on FTP debugging in Eclipse.
Last Modified: $Date: 2002/10/10 12:52:49 $ |