groovy-vfs
groovy-vfs copied to clipboard
Add 'append' to DSL for multiple files
Appends the content of one file to another.
vfs {
append 'sftp://server/file1', 'sftp://server/file2', 'ftp://otherserver/destinationFile'
}