Class SmbFiles
java.lang.Object
com.hierynomus.smbj.utils.SmbFiles
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic longCopies a local file to a destination path on the sharevoidCreate a set of nested sub-directories in the given path, for example, 2345 \ 3456 \ 4453 \ 123123.txtvoidCreate a set of nested sub-directories in the given path, for example, 2345 \ 3456 \ 4453 \ 123123.txtstatic longwrite(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