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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.6 - (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 : jlemieux 1.6 <li>Download the FTP and WebDAV Support feature from the <a href="http://www.eclipse.org/downloads/">download site</a>. You can find the feature
93 :     at the end of the drops page.</li>
94 : mvalenta 1.4 <li>Unzip it into the parent directory of the Eclipse root directory.</li>
95 :     <li>(Re)start Eclipse.</li>
96 :     </ol>
97 :     </li>
98 :     </p>
99 :     </ol>
100 :    
101 :     <!-- End of Getting Started -->
102 :    
103 :     <!-- FTP -->
104 :     <table bgcolor="#cccccc" border="0" cellpadding="2" cellspacing="0" width="100%">
105 :     <tbody>
106 :     <tr>
107 :     <td width="90%"><a name="ftp"><b><font color="#000000" size="+1">
108 :     FTP Component</font></b></a>
109 :     </td>
110 :     <td align="Right"><a href="#toc">top</a>
111 :     </td>
112 :     </tr>
113 :     </tbody>
114 :     </table>
115 :    
116 :     <!-- FTP contents -->
117 : mvalenta 1.1 <ol>
118 : 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>
119 :     <p>This is most likely because the FTP daemon you are using is not returning
120 :     a listing for files with a space inside their names, even when the name is
121 :     quoted. The file will still be uploaded correctly but Eclipse cannot update
122 :     the remote timestamp for the file. This is a known issue with Solaris and
123 :     some old versions of WU-FTPD.
124 :     </p>
125 :     </li>
126 :     <p/>
127 :    
128 :     <li><b><a name="ftp_2">The Eclipse FTP client doesn't seem to work with my FTP Server. What's wrong?</a></b>
129 :     <p>The FTP client in Eclipse should work with any FTP server that gives
130 :     standard UNIX style file listings. The listings need to be in that
131 :     format so that the Eclipse client can obtain the file timestamps.
132 :     </p>
133 :     <p>There have been timing issue problems with some servers. Here's a summary of the problem:
134 :     <ol>
135 :     <li>eclipse ftp client adds a file</li>
136 :     <li>eclipse ftp client asks for a listing to get the server timestamp</li>
137 :     <li>server gives listing that doesn't include the new file</li>
138 :     </ol>
139 :     <p>
140 :     This is clearly a server issue. Perhaps the server takes some additional
141 :     time to write out the file so the file doesn't appear in the listing.
142 :     Slowing down the process makes the problem go away.
143 :     </p>
144 :     <p>Top test whether this issue is what is giving you a problem, you can turn on FTP debugging in Eclipse.
145 :     <ol>
146 :     <li>Create a file named ".options" in your eclipse executable directory</li>
147 :     <li>Put the following lines in the file:
148 :     <ul>
149 :     <li>org.eclipse.team.ftp/debug=true</li>
150 :     <li>org.eclipse.team.ftp/requests=true</li>
151 :     <li>org.eclipse.team.ftp/responses=true</li>
152 :     <li>org.eclipse.team.ftp/list=true</li>
153 :     </ul>
154 :     </li>
155 :     <li>Start eclipse with the extra parameters "-vm /path/to/java.exe
156 :     -consolelog -debug" (se java.exe instead of javaw.exe). This will dump
157 :     the low level ftp output to the console.</li>
158 :     </ol>
159 :     </li>
160 :     <p/>
161 :    
162 : mvalenta 1.1 </ol>
163 : mvalenta 1.4
164 :     <!-- End of FTP -->
165 :    
166 :     <table border="0" cellpadding="2" cellspacing="5" width="100%">
167 :     <tbody>
168 :     <tr>
169 :     <td><font face="arial,helvetica,geneva" size="-1">
170 :     Last Modified: $Date: 2002/10/10 12:52:49 $</font>
171 :     </td>
172 :     </tr>
173 :     </tbody>
174 :     </table>
175 :    
176 : mvalenta 1.1 </body>
177 :     </html>