Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-core-dev] How to use EFS FTP Example


Hi,

You have found a plugin that was never completed (that's why it is hidden in a sub-directory of our documentation project).  I haven't tried using this plug-in for several months, and I suspect it is not working at all.  A better example of EFS is the org.eclipse.ui.examples.filesystem plugin.  However, if you want to hack on the FTP example plugin and make it work, I welcome patches attached to a bug report ;)

John




Tianchao Li <lit@xxxxxxxxx>
Sent by: platform-core-dev-bounces@xxxxxxxxxxx

20/04/2006 04:43 PM

Please respond to
"Eclipse Platform Core component developers list."

To
platform-core-dev@xxxxxxxxxxx
cc
Subject
[platform-core-dev] How to use EFS FTP Example





Hi,
       I'm experimenting with the FTP file system example plugin
       org.eclipse.core.filesystem.ftp. However, I meet some problem.
       1. Create a local project, e.g. TestFtpFilesystem
       2. Create a file with the New File Wizard. Check "link file to
       the file
       system", and in the location field, enter ftp://ftp.leo.org/WEL
       COME.TXT. Finish the wizard.
       3. An icon that represents the file WELCOME.TXT appears in the
       project.
       Have a look at .project, the linked resource is there
       <linkedResources>
       <link>
       <name>WELCOME.TXT</name>
       <type>1</type>
       <locationURI>ftp%3A/ftp.leo.org/WELCOME.TXT</locationURI>
       </link>
       </linkedResources>
       4. The icon for WELCOME.TXT has a ! sign which probably
       indicates that
       the file is not accessible. Click on WELCOME.TXT, the file can
       not be
       opened.
       
       Anybody knows how to run the ftp example correctly?
       
       Regards,
       Tianchao Li
       

_______________________________________________
platform-core-dev mailing list
platform-core-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-core-dev


Back to the top