Fastest Way to Transfer Files from Linux to Windows Network Share?
Summary:
I have a requirement to transfer files from a Linux server to a Windows Network Share.
Below describes the integration I have created and tested successfully, my question is if this is the
fastest method? Best method?
Setup Source (Linux) SFTP connection and use ftp to list files in source directory on the SFTP Linux server.
Created a For Each loop based on the sftp file listing
Using the source sftp connection I read the current file in the For Each loop
I setup a target sftp connection on the Windows server, the window server also has a connectivity agent installed.