Re: how SCP full directory to remote location

2023-05-11 Thread Joe Witt
Hello NiFi doesn't offer an SCP specific processor. Instead you would use List/FetchSFTP to pull from the target directory and remote source server (and recurse to subdirs as desired) and then use PutSFTP to write to the target directory (including subdirs as desired) of the remote destination

Re: how SCP full directory to remote location

2023-05-11 Thread Eric Secules
Hi Ben, To clarify, do you want to move files from the same server nifi is running on to an sftp server? -Eric On Thu., May 11, 2023, 1:58 a.m. Ben .T.George, wrote: > Hello, > > How can we scp directory with many sub folders and files to remote sftp > server? > > Regards, > Ben >

how SCP full directory to remote location

2023-05-11 Thread Ben .T.George
Hello, How can we scp directory with many sub folders and files to remote sftp server? Regards, Ben