hdfs::native::hdfsCopy [] [src]

pub unsafe extern fn hdfsCopy(srcFS: *const hdfsFS, src: *const c_char, dstFS: *const hdfsFS, dst: *const c_char) -> c_int
[]

Copy file from one filesystem to another.

Params

Return

Returns 0 on success, -1 on error.