java - Transfer file from ftp Server to another ftp server using spring integration ftp support -
i new spring , working on spring integration ftp support.
- i made transfer local directory server(filzilla).
- i downloaded file server , fine.
but want find how can transfer file ftp server ftp server , if it's possible read file without downloading server.
if mean fetch file , send server without writing local file system then, no, that's not possible standard components.
however, can use 2 ftpremotefiletemplate
s (use execute
method) stream data inputstream
outputstream
.
Comments
Post a Comment