| Latest FTP Plug-in release available | 2.3.27 | 04/02/2012 |

FTP connections can be non-secure as well as secure.
Every client that needs a (secure SSH) connection to an FTP server to upload and download files to/form that FTP server will benefit.
| Smart client | Web client | Headless client | ![]() |
![]() |
![]() |
||
| 4+ | 1.5 + | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| 5+ | 1.5 + | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| 6+ | 1.5 + | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
These video's will give you an introduction and simple instructions of how you can start using the Component.
Please do not forget to import the sample solution. You can find the sample solution in servoy_root/solutions/it2be-examples.
Please do not forget to import the sample solution. You can find the sample solution in servoy_root/solutions/it2be-examples.
The FTP Plug-in and the source code are distributed under the terms of the FreeBSD license.
You can download the Plug-in with our Components Manager that is available here (please don't forget to download and read the manual).
You can download the source code on ServoyForge.
Please report issues, feature requests and possible fixes etc. on ServoyForge instead of using our Helpdesk.
You can download the Plug-in with our Components Manager that is available here (please don't forget to download and read the manual).
You can download the source code on ServoyForge.
Please report issues, feature requests and possible fixes etc. on ServoyForge instead of using our Helpdesk.
When you want to support our efforts to make our Open Source Components for Servoy even better. |
2.3-027 04/02/2012
[chg] signed using new certificate (expires May 13th 2015)
2.3-026 03/26/2012
Plug-in and source are now available on ServoyForge under the FreeBSD license
[new] added getBuild() method
[new] added getBuildDate() method
[chg] removed dependency of common-core library
[chg] removed use of runtime license string
[chg] deprecated register() method
[chg] deprecated getLicense() method
[chg] deprecated getVersionLicensed() method
[chg] added updated sample solution
2.2-025 11/02/2011
[chg] changed libraries to support (backward) compatibility between (beta) releases
2.2-023 05/05/2010
[chg] made several changes to fix security issue with latest Java release
2.2-020 01/29/2010
[chg] improved Framework to work with external (gui and command-line) installer
2.2-018 08/17/2009
[chg] changed Framework
2.2-017 07/28/2009
[new] added SFTPfile to overcome the fact that Servoy 4 does not recognize the old file format anymore
[chg] removed signature from core-common.jar to avoid security issues
2.2-016 03/16/2009
[chg] it is not longer necessary to register a developer license
2.2-015 01/19/2009
[chg] made some adjustments to core activation wizard
2.2-014 12/05/2008
[new] added enterLocalActiveMode property to the JFTPclient connection
[new] added setReplyInformationMethod to JFTPclient to retrieve server replies in callback method
[chg] included new (100k smaller) libraries for (non secure) ftp connections
[chg] improved connection and feedback for connect method in JFTPclient
2.2-013 10/30/2008
[chg] improved license feedback in log file
[fix] changed a couple of core functions
2.2-012 10/30/2008
[fix] preference panel 'Components' is now available again
2.2-011 10/21/2008
[fix] added register(...) method
2.2-010 09/29/2008
[fix] corrected issue with Eclipse update manager
2.2-009 08/16/2008
[fix] corrected startup file for client loaded from application server
2.2-008 06/30/2008
[ftp] redesigned for Servoy 4.0
2.1-007 04/22/2008
[chg] exceptions are not throwns anymore but return a 'false' result
2.0-005 02/25/2008
[new] added method 'getVersionLicensed' to find out what version is licensed
[chg] reduced client download size for resources with overall savings up to 45%
[fix] connect now returns correct result (boolean)
[fix] disconnect now returns correct result (boolean)
[fix] cd now returns correct result (boolean)
[fix] mkdirs now returns correct result (boolean)
[fix] mkdirs now works as expected
2.0-004 07/24/2007
[new] added JFTPClient and JFTPFile classes to accommodate plain FTP communication
[new] added sample solution
[new] added (more) tooltips and sample data
[chg] moved all SFTP methods to SFTPclient
[chg] moved SFTPSettings properties to SFTPclient
[chg] renamed several existing methods for consistency
1.1-003
[new] added method 'mkdir'
[new] added method 'mkdirs'
[new] added method 'rename'
[new] added method 'chmod'
[new] added method 'rm'
[new] added method 'getWorkingPath'
1.0-002
[new] initial release
Thanks to Scott Butler and Patrick Ruhsert for their contributions!
[chg] signed using new certificate (expires May 13th 2015)
2.3-026 03/26/2012
Plug-in and source are now available on ServoyForge under the FreeBSD license
[new] added getBuild() method
[new] added getBuildDate() method
[chg] removed dependency of common-core library
[chg] removed use of runtime license string
[chg] deprecated register() method
[chg] deprecated getLicense() method
[chg] deprecated getVersionLicensed() method
[chg] added updated sample solution
2.2-025 11/02/2011
[chg] changed libraries to support (backward) compatibility between (beta) releases
2.2-023 05/05/2010
[chg] made several changes to fix security issue with latest Java release
2.2-020 01/29/2010
[chg] improved Framework to work with external (gui and command-line) installer
2.2-018 08/17/2009
[chg] changed Framework
2.2-017 07/28/2009
[new] added SFTPfile to overcome the fact that Servoy 4 does not recognize the old file format anymore
[chg] removed signature from core-common.jar to avoid security issues
2.2-016 03/16/2009
[chg] it is not longer necessary to register a developer license
2.2-015 01/19/2009
[chg] made some adjustments to core activation wizard
2.2-014 12/05/2008
[new] added enterLocalActiveMode property to the JFTPclient connection
[new] added setReplyInformationMethod to JFTPclient to retrieve server replies in callback method
[chg] included new (100k smaller) libraries for (non secure) ftp connections
[chg] improved connection and feedback for connect method in JFTPclient
2.2-013 10/30/2008
[chg] improved license feedback in log file
[fix] changed a couple of core functions
2.2-012 10/30/2008
[fix] preference panel 'Components' is now available again
2.2-011 10/21/2008
[fix] added register(...) method
2.2-010 09/29/2008
[fix] corrected issue with Eclipse update manager
2.2-009 08/16/2008
[fix] corrected startup file for client loaded from application server
2.2-008 06/30/2008
[ftp] redesigned for Servoy 4.0
2.1-007 04/22/2008
[chg] exceptions are not throwns anymore but return a 'false' result
2.0-005 02/25/2008
[new] added method 'getVersionLicensed' to find out what version is licensed
[chg] reduced client download size for resources with overall savings up to 45%
[fix] connect now returns correct result (boolean)
[fix] disconnect now returns correct result (boolean)
[fix] cd now returns correct result (boolean)
[fix] mkdirs now returns correct result (boolean)
[fix] mkdirs now works as expected
2.0-004 07/24/2007
[new] added JFTPClient and JFTPFile classes to accommodate plain FTP communication
[new] added sample solution
[new] added (more) tooltips and sample data
[chg] moved all SFTP methods to SFTPclient
[chg] moved SFTPSettings properties to SFTPclient
[chg] renamed several existing methods for consistency
1.1-003
[new] added method 'mkdir'
[new] added method 'mkdirs'
[new] added method 'rename'
[new] added method 'chmod'
[new] added method 'rm'
[new] added method 'getWorkingPath'
1.0-002
[new] initial release
Thanks to Scott Butler and Patrick Ruhsert for their contributions!




