Package com.hierynomus.smbj.utils
Class SmbFiles
java.lang.Object
com.hierynomus.smbj.utils.SmbFiles
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic long
Copies a local file to a destination path on the sharevoid
Create a set of nested sub-directories in the given path, for example, 2345 \ 3456 \ 4453 \ 123123.txtvoid
Create a set of nested sub-directories in the given path, for example, 2345 \ 3456 \ 4453 \ 123123.txtstatic long
write
(InputStream source, DiskShare share, String destPath, boolean overwrite) Writes an input stream to a destination path on the share
-
Constructor Details
-
SmbFiles
public SmbFiles()
-
-
Method Details