Commit Graph

172 Commits

Author SHA1 Message Date
Mark Fisher
754917bb4e dir -> directory 2011-09-02 08:24:47 -04:00
Gary Russell
962e089bf0 INT-1945 Polishing
Change constant name; fix @since
2011-09-02 08:08:14 -04:00
Mark Fisher
874c3f518f polishing 2011-09-02 08:08:14 -04:00
Gary Russell
9fc834f92f INT-1945 (S)FTP Gateway - Initial Implementation
Non-Invasive - only modified files are additions to NS Handlers,
Schemas, and Docs. Some refactoring still required.
2011-09-02 08:08:12 -04:00
Mark Fisher
7c5603fe83 INT-2092 update schema imports to use 2.1 version 2011-08-31 05:26:02 -04:00
Mark Fisher
baf3a69ffd updated 2.0 xsd 2011-08-18 07:42:23 -04:00
Mark Fisher
215eb65f9e SftpSessionFactory -> DefaultSftpSessionFactory 2011-08-18 07:42:23 -04:00
Mark Fisher
3e71b5a83b INT-2004 added 2.1 versions of all XML schemas and adjusted spring.schemas files accordingly 2011-08-05 11:07:20 -04:00
Oleg Zhurakousky
871e3bd503 INT-1965 added test properties file 2011-07-08 10:08:38 -04:00
Oleg Zhurakousky
77de5f6d93 INT-1965 fixed XSDs in FTP and SFTP modules to make sure they are PropertyPlaceholder compatible (e.g., xsd:string instead of xsd:boolean) 2011-07-08 10:07:42 -04:00
Oleg Zhurakousky
661fbb6898 INT-1961 added tests to validate that Sftp Inbound Adapter is NOT running when 'auto-startup' is set to 'false' 2011-07-06 17:56:27 -04:00
Oleg Zhurakousky
97db1da5b2 INT-1921 fixed FTP/SFTP adapters to have '/' as a default file separator character 2011-05-31 15:16:56 -04:00
Oleg Zhurakousky
d56471edba INT-1909 added support for injecting JschSession with Properties configuration (e.g., session.setConfig(Properties) ) 2011-05-23 15:48:32 -04:00
Oleg Zhurakousky
08d601a2ba INT-1901 added support for 'comparator' atribute for FTP/SFTP Inbound Channel adapters 2011-05-11 15:03:34 -04:00
Oleg Zhurakousky
e350874842 polishing, cleaned up SftpSession rename() method 2011-05-06 14:37:03 -04:00
Oleg Zhurakousky
2872aceeb7 polishing, made getTemporaryFileSuffix() protected 2011-05-06 12:26:41 -04:00
Oleg Zhurakousky
937e681df7 INT-1892 added support in SFTP for renaming files to file names that represent and existing file 2011-05-05 10:05:40 -04:00
Mark Fisher
f10fcc2dd5 INT-1864 added inbound SFTP test for default adapter configuration (should have CachingSessionFactory) 2011-04-29 11:24:18 -04:00
Mark Fisher
88fab8d2ca INT-1864 added tests for SFTP outbound adapters with caching and non-caching SessionFactory instances 2011-04-29 11:21:36 -04:00
Mark Fisher
ab0207c49e INT-1864 added SFTP inbound tests for caching and non-caching SessionFactory instances 2011-04-29 11:12:04 -04:00
Mark Fisher
b09318a35b INT-1864 added 'cache-sessions' boolean attribute to FTP adapters. Default is TRUE for backwards compatibility. 2011-04-29 10:43:38 -04:00
Gary Russell
6eb31e7e09 INT-1848 Add order Attribute to (s)ftp Outbound Adapters 2011-03-25 13:54:15 -04:00
Oleg Zhurakousky
5c349ecb7b INT-1756 fixed broken test 2011-03-09 10:11:48 -05:00
Oleg Zhurakousky
d12eadf33c INT-1756 added support for auto-creating remote directories 2011-03-09 09:54:27 -05:00
Oleg Zhurakousky
2d6e490969 INT-1782 added support for configuring temporary suffix 2011-03-07 15:33:58 -05:00
Oleg Zhurakousky
f6061346d3 added more test to InnerGatewayWithChainTests 2011-02-02 19:56:04 -05:00
Oleg Zhurakousky
eae714a983 polishing fixed the spelling of some of the sftp tests 2011-02-01 09:48:28 -05:00
Oleg Zhurakousky
893d749907 general poslihing in tests for FTP/SFTP and javadocs polishing in DefaultHttpHeaderMapper 2011-01-17 15:08:09 -05:00
Oleg Zhurakousky
f0d446617d INT-1703 added support for configuring 'remote-file-separator' for FTP/SFTP 2011-01-06 13:35:37 -05:00
Oleg Zhurakousky
a4366a8986 INT-1704 fixed FTP/SFTP tests that broke the build due to the change introduced with file renaming 2010-12-21 15:55:12 -05:00
Oleg Zhurakousky
45e62cdabc INT-1700 changed from IOException to NestedIOException to stay compatible with Java 5 2010-12-21 15:45:45 -05:00
Oleg Zhurakousky
6d07e51bb0 polishing JschLogger 2010-12-16 12:44:49 -05:00
Mark Fisher
1803d73547 INT-1676 added spring.tooling and .gif icons for adapters that were missing these files 2010-12-10 10:41:54 -05:00
Oleg Zhurakousky
601538a9f2 INT-1668 added logic to FTP/SFTP to ensure that the files are being uploaded with .writing extension and then renamed. Added rename(..) method to Session strategy. Ensured that file to be uploaded is not copied locally. Tested upload/download with both SFTP and FTP of a very large files. Added more mock tests 2010-12-07 10:02:59 -05:00
Oleg Zhurakousky
b4d22ac021 INT-1660 added check to validate if jschSession is connected to the SftpSession.isOpen() method 2010-12-06 12:48:10 -05:00
Oleg Zhurakousky
f4f0c2ea36 INT-1664 renamed copy() methods to read(..) and write(..) 2010-12-06 12:37:51 -05:00
Oleg Zhurakousky
5f36b01024 INT-1664, INT-1665 added check for connection validity to recognize stale FTP connections, added 'throws IOException' to other relevant methods of Sessioin strategy, added debug statements to monitor session and session pool state, polished code 2010-12-06 12:25:07 -05:00
Oleg Zhurakousky
583b2771cd INT-1664, INT-1665 added isOpen() method to the Session strategy, added check for stale connection to the CachingSessionFactory which will ensure that it only returns valid (non-stale) Session 2010-12-06 09:06:29 -05:00
Oleg Zhurakousky
0f761f3adb INT-1663, INT-1664, INT-1665, INT-1666 refactored Session to encapsulate 'copy' functionality as a whole, fixed FTP stale connection issue, fixed FTP default buffer size, better error reporting, removed remoteWorkingDirectory attribute from session factory, other polishing, adjusted tests 2010-12-05 19:25:04 -05:00
Oleg Zhurakousky
36144d80c3 INT-1655 polishing, removed unused import 2010-12-01 19:54:59 -05:00
Oleg Zhurakousky
fadddf94b9 INT-1655 fixed accidental dependency on Log4J instead of coommons logging 2010-12-01 16:27:25 -05:00
Oleg Zhurakousky
ee5b305260 INT-1655 added support for JSch Loging for SFTP adapter, updated documentation 2010-12-01 16:06:00 -05:00
Mark Fisher
c2343c8911 ignoring test that seems to do nothing 2010-11-22 21:23:46 -05:00
Oleg Zhurakousky
a4f6a172d0 INT-1552 added schema docs for FTP module, polished FTP schema docs 2010-11-22 10:29:38 -05:00
Oleg Zhurakousky
9ce3eec884 INT-1552 added schema docs for SFTP module 2010-11-22 10:17:45 -05:00
Oleg Zhurakousky
d6dcc6571a INT-1614 fixed test xml files for SFTP, updated SFTP documentation 2010-11-22 09:41:48 -05:00
Mark Fisher
bc784eeca2 INT-1614 polishing 2010-11-22 09:29:46 -05:00
Mark Fisher
1132422887 INT-1614 polishing SFTP module 2010-11-22 08:59:53 -05:00
Mark Fisher
7ec046ad3f INT-1641, INT-1614 added support for 'filename-regex' for the FTP and SFTP inbound channel adapters 2010-11-22 01:21:07 -05:00
Mark Fisher
bcc919fed7 INT-1614 changed the 'auto-create-directories' attribute to 'auto-create-local-directory' since it only affects the local directory 2010-11-22 01:00:58 -05:00