Instance Method
addFiles(inFolder:inSubPath:recursive:)
Adds files from the source directory to the destination directory in the file server.
func addFiles(inFolder source: String, inSubPath destination: String = "", recursive: Bool = true)
Parameters
sourceThe source directory to add files from.
destinationThe destination directory in the file server to add the files to.
recursiveWhether or not to recursively add files from the source directory.