powered by
Copies a file or directory via azcopy, possibly across FileSystems.
notebookutils.fs.fastcp(from, to, recurse = TRUE, extraConfigs = NULL)
TRUE if all files were successfully copied
FileSystem URI of the source file or directory
FileSystem URI of the destination file or directory
if TRUE, all files and directories will be recursively copied
extra configs for azcopy, includes flags, timeout, aadToken, sourceLinkedService, destinationLinkedService
if (FALSE) { notebookutils.fs.fastcp("file:/tmp/my-folder/a", "adls://xxx/tmp/b") }
Run the code above in your browser using DataLab