public class RemoteFileUtils
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static <F> void |
makeDirectories(java.lang.String path,
Session<F> session,
java.lang.String remoteFileSeparator,
org.apache.commons.logging.Log logger)
Recursively create remote directories.
|
public static <F> void makeDirectories(java.lang.String path, Session<F> session, java.lang.String remoteFileSeparator, org.apache.commons.logging.Log logger) throws java.io.IOException
F
- The session type.path
- The directory path.session
- The session.java.io.IOException