file transfer between server through java or spring
I have to access a file from
server A from location /home/usr/local/abc.log
and send it to
another server B at the location /opt/wag.
Please advise as these servers have different credentials: how would java
help me to transfer these files?
I mean is there a java api which can help me to achieve this?
I have to develop the java application which would do this file transfer
between the servers.
Please advise how java or spring would help.
No comments:
Post a Comment