Last change
on this file since 2527 was
2521,
checked in by Nicklas Nordborg, 9 years ago
|
References #305: Create package for supporting external files on FTP servers
This should now work. Supported URI schemas are ftp:// and ftps://. ftps assumes implicit SSL and require a linked file server for login/certificate information. ftp uses anonymous login if not linked with a file server and also has support for explicit SSL if linked with a file server that specify a certificate.
|
File size:
496 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <classpath> |
---|
3 | <classpathentry kind="src" path="src"/> |
---|
4 | <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/> |
---|
5 | <classpathentry kind="lib" path="lib/base-core-3.3.0.jar"/> |
---|
6 | <classpathentry kind="lib" path="META-INF/lib/sshj-0.9.0.jar"/> |
---|
7 | <classpathentry kind="lib" path="META-INF/lib/ftp4j-1.7.2.jar"/> |
---|
8 | <classpathentry kind="output" path="bin"/> |
---|
9 | </classpath> |
---|
Note: See
TracBrowser
for help on using the repository browser.