org.eclipse.team.ftp/doc-html/faq.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (view) (download) (as text)

1 : mvalenta 1.1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 :     <html>
3 :     <head>
4 :     <title>eclipse team 2.0 frequently asked questions</title>
5 : mvalenta 1.3
6 : mvalenta 1.1 <link rel="stylesheet" href="http://dev.eclipse.org/default_style.css"
7 :     type="text/css">
8 : mvalenta 1.3
9 : mvalenta 1.1 <meta content="text/html; charset=iso-8859-1"
10 :     http-equiv="Content-Type">
11 : mvalenta 1.3
12 : mvalenta 1.1 <style type="text/css">
13 :     h2 {background-color:lightgray;}
14 :     </style>
15 :     </head>
16 : mvalenta 1.4
17 :     <body>
18 :    
19 :     <!-- Title -->
20 :     <table border="0" cellpadding="2" cellspacing="5" width="100%">
21 :     <tbody>
22 :     <tr>
23 :     <td align="Left" width="70%">
24 :     <font class="indextop">eclipse FTP/WebDAV faq</font><br>
25 :     <font class="indexsub">frequently asked questions about the eclipse 2.0 target management support</font>
26 :     </td>
27 :     <td width="46%">&nbsp;</td>
28 :     </tr>
29 :     </tbody>
30 :     </table>
31 :    
32 :     <!-- Introduction -->
33 :     <table border="0" cellpadding="2" cellspacing="5" width="100%">
34 :     <tbody>
35 :     <tr>
36 :     <td align="Left" bgcolor="#0080c0" colspan="2" valign="Top"><b><font color="#ffffff" face="Arial,Helvetica">
37 :     Eclipse Target Management Component</font></b></td>
38 :     </tr>
39 :     </tbody>
40 :     </table>
41 :     <br>
42 : mvalenta 1.3
43 : mvalenta 1.4 <!-- Table of contents header -->
44 :     <table bgcolor="#cccccc" border="0" cellpadding="2" cellspacing="0" width="100%">
45 :     <tbody>
46 :     <tr>
47 :     <td><font color="#000000" face="Arial,Helvetica" size="+1"><a name="toc">Table of contents:</a>
48 :     </font></td>
49 :     </tr>
50 :     </tbody>
51 :     </table>
52 :    
53 :     <ul>
54 :     <li><b><a href="#gettingStarted">Getting started</a></b>
55 :     <ol>
56 :     <li><a href="#gettingStarted_1">How do I obtain FTP &amp; WebDAV support for Eclipse 2.0?</a></li>
57 :     </ol>
58 :     </li>
59 :    
60 :     </ul>
61 :    
62 : mvalenta 1.1 <ul>
63 : mvalenta 1.4 <li><b><a href="#ftp">FTP</a></b>
64 :     <ol>
65 :     <li><a href="#ftp_1">Why do I get error messages when uploading files with spaces in their names via FTP?</a></li>
66 : mvalenta 1.5 <li><a href="#ftp_2">The Eclipse FTP client doesn't seem to work with my FTP Server. What's wrong?</a></li>
67 : mvalenta 1.4 </ol>
68 :     </li>
69 :    
70 : mvalenta 1.1 </ul>
71 : mvalenta 1.4
72 :     <!-- End of table of contents -->
73 :    
74 :     <!-- Getting Started -->
75 :     <table bgcolor="#cccccc" border="0" cellpadding="2" cellspacing="0" width="100%">
76 :     <tbody>
77 :     <tr>
78 :     <td width="90%"><a name="gettingStarted"><b><font color="#000000" size="+1">
79 :     Getting Started</font></b></a>
80 :     </td>
81 :     <td align="Right"><a href="#toc">top</a>
82 :     </td>
83 :     </tr>
84 :     </tbody>
85 :     </table>
86 :    
87 :     <!-- Getting Started contents -->
88 :     <ol>
89 :     <li><b><a name="gettingStarted_1">How do I obtain FTP &amp; WebDAV support for Eclipse2.0?</a></b>
90 :     </p>
91 :     <ol>
92 :     <li>Download the <a href="http://eclipsedrops.ott.oti.com/downloads/master/downloads/drops/R-2.0-200206271835/download.php?dropFile=eclipse-FTP-WebDAV-2.0.zip">eclipse-FTP-WebDAV-2.0.zip</a> file from the website.</li>
93 :     <li>Unzip it into the parent directory of the Eclipse root directory.</li>
94 :     <li>(Re)start Eclipse.</li>
95 :     </ol>
96 :     </li>
97 :     </p>
98 :     </ol>
99 :    
100 :     <!-- End of Getting Started -->
101 :    
102 :     <!-- FTP -->
103 :     <table bgcolor="#cccccc" border="0" cellpadding="2" cellspacing="0" width="100%">
104 :     <tbody>
105 :     <tr>
106 :     <td width="90%"><a name="ftp"><b><font color="#000000" size="+1">
107 :     FTP Component</font></b></a>
108 :     </td>
109 :     <td align="Right"><a href="#toc">top</a>
110 :     </td>
111 :     </tr>
112 :     </tbody>
113 :     </table>
114 :    
115 :     <!-- FTP contents -->
116 : mvalenta 1.1 <ol>
117 : mvalenta 1.4 <li><b><a name="ftp_1">Why do I get error messages when uploading files with spaces in their names via FTP?</a></b>
118 :     <p>This is most likely because the FTP daemon you are using is not returning
119 :     a listing for files with a space inside their names, even when the name is
120 :     quoted. The file will still be uploaded correctly but Eclipse cannot update
121 :     the remote timestamp for the file. This is a known issue with Solaris and
122 :     some old versions of WU-FTPD.
123 :     </p>
124 :     </li>
125 :     <p/>
126 :    
127 :     <li><b><a name="ftp_2">The Eclipse FTP client doesn't seem to work with my FTP Server. What's wrong?</a></b>
128 :     <p>The FTP client in Eclipse should work with any FTP server that gives
129 :     standard UNIX style file listings. The listings need to be in that
130 :     format so that the Eclipse client can obtain the file timestamps.
131 :     </p>
132 :     <p>There have been timing issue problems with some servers. Here's a summary of the problem:
133 :     <ol>
134 :     <li>eclipse ftp client adds a file</li>
135 :     <li>eclipse ftp client asks for a listing to get the server timestamp</li>
136 :     <li>server gives listing that doesn't include the new file</li>
137 :     </ol>
138 :     <p>
139 :     This is clearly a server issue. Perhaps the server takes some additional
140 :     time to write out the file so the file doesn't appear in the listing.
141 :     Slowing down the process makes the problem go away.
142 :     </p>
143 :     <p>Top test whether this issue is what is giving you a problem, you can turn on FTP debugging in Eclipse.
144 :     <ol>
145 :     <li>Create a file named ".options" in your eclipse executable directory</li>
146 :     <li>Put the following lines in the file:
147 :     <ul>
148 :     <li>org.eclipse.team.ftp/debug=true</li>
149 :     <li>org.eclipse.team.ftp/requests=true</li>
150 :     <li>org.eclipse.team.ftp/responses=true</li>
151 :     <li>org.eclipse.team.ftp/list=true</li>
152 :     </ul>
153 :     </li>
154 :     <li>Start eclipse with the extra parameters "-vm /path/to/java.exe
155 :     -consolelog -debug" (se java.exe instead of javaw.exe). This will dump
156 :     the low level ftp output to the console.</li>
157 :     </ol>
158 :     </li>
159 :     <p/>
160 :    
161 : mvalenta 1.1 </ol>
162 : mvalenta 1.4
163 :     <!-- End of FTP -->
164 :    
165 :     <table border="0" cellpadding="2" cellspacing="5" width="100%">
166 :     <tbody>
167 :     <tr>
168 :     <td><font face="arial,helvetica,geneva" size="-1">
169 :     Last Modified: $Date: 2002/10/10 12:52:49 $</font>
170 :     </td>
171 :     </tr>
172 :     </tbody>
173 :     </table>
174 :    
175 : mvalenta 1.1 </body>
176 :     </html>