Commit Graph

153 Commits

Author SHA1 Message Date
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
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
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
08d601a2ba INT-1901 added support for 'comparator' atribute for FTP/SFTP Inbound Channel adapters 2011-05-11 15:03:34 -04:00
Oleg Zhurakousky
2872aceeb7 polishing, made getTemporaryFileSuffix() protected 2011-05-06 12:26:41 -04:00
Oleg Zhurakousky
1731bfb3b4 INT-1885 added support for empty remote-file-separator to the FTP Inbound Channel Adapter 2011-05-05 18:45:16 -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
29c2b2a0c1 INT-1836 fixed AbstractFtpSessionFactory to actually use 'port' when connecting to FTP server 2011-03-24 07:36:31 -04: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
893d749907 general poslihing in tests for FTP/SFTP and javadocs polishing in DefaultHttpHeaderMapper 2011-01-17 15:08:09 -05:00
Oleg Zhurakousky
010a323446 INT-1742 fixed FTP rename functionality which does not play well with some of the FTP servers when rename-to file exists 2011-01-12 11:32: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
fab6b6d54c INT-1670 updated SFTP/FTP documentation to reflect recent changes 2010-12-10 13:38:25 -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
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
43c9a5b270 removed wrong value form one of the fields in test xml file 2010-11-22 10:50:45 -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
Mark Fisher
bc784eeca2 INT-1614 polishing 2010-11-22 09:29:46 -05:00
Oleg Zhurakousky
49d544acec INT-1614 fixed test test xml file again 2010-11-22 09:23:11 -05:00
Oleg Zhurakousky
c58d3b6b49 INT-1614 fixed test test xml file 2010-11-22 09:22:12 -05:00
Oleg Zhurakousky
2cd1746eea INT-1614 fixed test xml files and updated FTP documentation 2010-11-22 09:20:20 -05:00
Oleg Zhurakousky
d2d0f861ca INT-1614 made createClient method package private 2010-11-22 08:34:58 -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
Mark Fisher
ad485e9124 INT-1614 moved outbound parsers into a single class in the file module 2010-11-22 00:48:05 -05:00
Mark Fisher
c9a1af9970 INT-1614 all logic for inbound adapters is now in a base class 2010-11-22 00:31:50 -05:00
Mark Fisher
4476620094 INT-1614 consistency with pattern-matching FileListFilter implementation names. The PatternMatchingFileListFilter is now RegexPatternFileListFilter (breaks existing use, but since 'filename-pattern' now has a *simple* ant path match, users should know aobut the changes). It's also more consistent with SimplePatternFileListFilter 2010-11-22 00:00:39 -05:00
Oleg Zhurakousky
003d9e71f6 INT-1614 made FtpSession package private 2010-11-21 21:54:27 -05:00
Mark Fisher
6cc442345d INT-1614 added SpEL support for remote filename generator on FTP outbound adapters, and renamed the 'filename-generator' reference attribute to 'remote-filename-generator' to match SFTP 2010-11-21 19:36:45 -05:00
Oleg Zhurakousky
1c8bb054e6 INT-1614 fixed sanity test config based on refactored XML 2010-11-21 19:14:04 -05:00
Mark Fisher
319faaf8d0 INT-1614 temporaryDirectory is now a File instead of a Resource 2010-11-21 19:03:25 -05:00
Mark Fisher
2e3fc66bba INT-1614 factored all FTP and SFTP MessageHandler code into a single FileTransferringMessageHandler in the spring-integration-file module 2010-11-21 18:54:12 -05:00
Mark Fisher
fd083e9772 INT-1614 FtpSendingMessageHandler now takes the SessionFactory in its sole constructor 2010-11-21 18:14:19 -05:00
Mark Fisher
f448ec93b2 INT-1614 'auto-delete-remote-files-on-sync' is now 'delete-remote-files' 2010-11-21 18:05:18 -05:00
Mark Fisher
21b2a232ea INT-1614 changed 'local-working-directory' attribute to 'local-directory' on FTP side (now consistent with SFTP and matches the name of the actual property) 2010-11-21 17:45:23 -05:00
Mark Fisher
dbdbb88247 INT-1614 moved file copy code up to base class, subclasses now only implement isFile and getFilename methods 2010-11-21 17:29:51 -05:00
Mark Fisher
54ce478f4b added log4j category for integration 2010-11-21 16:00:03 -05:00
Mark Fisher
d97785a8e6 fixed package name for FTP log4j category 2010-11-21 15:58:53 -05:00
Mark Fisher
4e31918771 INT-1614 changed 'remotePath' property to 'remoteDirectory' - now matches the 'remote-directory' attribute within the schema 2010-11-21 15:56:20 -05:00
Mark Fisher
698a1f922e INT-1614 moved 'synchronizeToLocalDirectory' to the base class and changed Session.ls() to return an array rather than Collection 2010-11-21 15:42:40 -05:00
Mark Fisher
54ea3867b6 INT-1614 refactoring as much as possible into base class 2010-11-21 15:16:37 -05:00
Mark Fisher
25e20b73c1 INT-1614 refactoring as much as possible into base class 2010-11-21 14:54:04 -05:00
Mark Fisher
3acef7cafc INT-1614 refactoring as much as possible into base class 2010-11-21 14:20:15 -05:00