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 ftpremotefiletemplates (use execute method) stream data inputstream outputstream.


Comments

Popular posts from this blog

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -