Commit Graph

283 Commits

Author SHA1 Message Date
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
f448ec93b2 INT-1614 'auto-delete-remote-files-on-sync' is now 'delete-remote-files' 2010-11-21 18:05:18 -05:00
Mark Fisher
22c36710f7 INT-1614 ignoring test 2010-11-21 17:30:31 -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
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
72fcb154b8 updated POMs now that there are no dependencies on commons-io or commons-lang 2010-11-21 14:44:44 -05:00
Mark Fisher
3acef7cafc INT-1614 refactoring as much as possible into base class 2010-11-21 14:20:15 -05:00
Mark Fisher
9e3a039d2b INT-1614 replaced AcknowledgmentStrategy with simple delete flag option only 2010-11-21 13:53:56 -05:00
Mark Fisher
9c0e122958 INT-1614 renamed EntryAcknowledgmentStrategy to AcknowledgmentStrategy for now, but will most likely remove the strategy altogether since there's a conflict if one is set and the delete flag is true at the same time 2010-11-21 13:32:25 -05:00
Mark Fisher
7687dc67ee INT-1614 removing dependencies on commons-lang 2010-11-21 12:57:36 -05:00
Oleg Zhurakousky
d4289cbfa3 INT-1638 fixed import for Jsch bundle in SFTP manifest from [0.1.41, 0.1.5) to [0.1.41, 0.1.50) 2010-11-21 12:16:40 -05:00
Oleg Zhurakousky
5a757523d1 INT-1638 removed unused dependencies form manifests, made minor refactoring to sftp and ftp modules to removed dependencies on commons-io and commons-lang 2010-11-21 12:04:16 -05:00
Oleg Zhurakousky
ffbf155b1e INT-1614 removed unused Temp.java form test package of SFTP module 2010-11-21 09:40:00 -05:00
Oleg Zhurakousky
e4d3bc0a09 INT-1614 fixed tests in FTP 2010-11-19 22:35:42 -05:00
Mark Fisher
294ffb2bfe INT-1614 using File instead of Resource for localDirectory 2010-11-19 21:40:22 -05:00
Mark Fisher
f14df7e59d INT-1614 removed connect() call from constructor 2010-11-19 21:24:11 -05:00
Mark Fisher
44ca3a10c9 INT-1614 added channel connect call to session connect() 2010-11-19 21:19:58 -05:00
Mark Fisher
16bc4f635d INT-1614 added connect call into constructor 2010-11-19 20:55:41 -05:00
Mark Fisher
ff607a46a0 INT-1614 opening channel after connecting session 2010-11-19 20:38:42 -05:00
Mark Fisher
e193bbab68 INT-1614 channel disconnect is already handled by session 2010-11-19 20:25:30 -05:00
Mark Fisher
e18c5231c9 INT-1614 ignoring Exceptions upon closing the Session 2010-11-19 20:17:17 -05:00
Mark Fisher
0a6842dd7d INT-1614 fixed issue with FTP retrieve stream 2010-11-19 20:02:55 -05:00
Mark Fisher
fc9fff58d4 INT-1614 moved the 'synchronizer' package into the 'remote' 2010-11-19 18:59:29 -05:00
Mark Fisher
b91a17ed01 INT-1614 renamed DefaultSftpSession to SftpSession and renamed SimpleSftpSessionFactory to DefaultSftpSessionFactory 2010-11-19 18:52:15 -05:00
Mark Fisher
398fdee558 INT-1614 removed connect() from Session, renamed disconnect() to close() 2010-11-19 18:19:07 -05:00
Mark Fisher
9596777724 INT-1614 refactoring FTP for Session and SessionFactory 2010-11-19 17:42:34 -05:00
Mark Fisher
c7c0972ce2 INT-1614 moved Session and SessionFactory from SFTP into more general 'remote' package in the file module 2010-11-19 15:47:54 -05:00
Oleg Zhurakousky
0c950f2378 INT-1614 removed warning from SFTP 2010-11-19 13:08:55 -05:00
Oleg Zhurakousky
564d72ee64 INT-1614 adding @Ignored sanity tests 2010-11-19 13:05:23 -05:00
Mark Fisher
df3422bb44 INT-1637 updated JSCH range to include 0.1.41 since that is available in EBR 2010-11-19 12:51:06 -05:00
Mark Fisher
7edbc931b1 INT-1614 replaced 'directoryExists' with 'exists' 2010-11-19 12:44:10 -05:00
Mark Fisher
794cbc9f93 INT-1614 naming consistency 2010-11-19 12:34:26 -05:00
Mark Fisher
ee6e079175 INT-1614 removed the 'autoCreateDirectory' property for inbound SFTP 2010-11-19 12:23:11 -05:00
Mark Fisher
d9ebf2657e INT-1614 naming changes for synchronizers and the interface's strategy method itself 2010-11-19 12:01:49 -05:00
Mark Fisher
17d280615d INT-1614 renamed 'synchronization' package to 'synchronizer' 2010-11-19 11:36:06 -05:00
Mark Fisher
4344c432c5 INT-1614 added SFTP operations to the SftpSession interface so that the calling code is no longer tied to JSCH Channel instances 2010-11-19 11:30:25 -05:00
Mark Fisher
f08299c8b9 INT-1614 renamed QueuedSftpSessionPool to CachingSftpSessionFactory and it no longer implements Lifecycle 2010-11-19 10:43:55 -05:00
Mark Fisher
66fea3257e INT-1614 removed SftpSessionPool and the pool impl now implements SessionFactory 2010-11-19 10:22:14 -05:00
Mark Fisher
8076b68bf2 INT-1614 created SftpSession interface 2010-11-19 10:12:55 -05:00
Mark Fisher
9f410d5068 INT-1614 SftpSessionFactory is now an interface 2010-11-19 09:57:22 -05:00
Mark Fisher
2c2d2fd38a INT-1614 synchronize method now accepts the loacl directory as an argument rather than having its own direct reference 2010-11-19 09:10:31 -05:00
Mark Fisher
e177797aef INT-1614 encapsulation 2010-11-19 08:54:59 -05:00
Mark Fisher
4d05b9c559 INT-1614 polishing 2010-11-19 08:24:00 -05:00
Mark Fisher
1d3445c538 INT-1614 removing scheduled task capabilities from synchronizers 2010-11-19 08:11:35 -05:00
Oleg Zhurakousky
d03a6533cf INT-1614 polished SFTP ignored test 2010-11-19 08:07:32 -05:00
Mark Fisher
45798c5345 INT-1614 refactoring FTP and SFTP so that base class receive() calls synchronizer on demand for both (was for SFTP but not FTP). 2010-11-19 07:47:54 -05:00