public final class RemoteFileUtils extends Object
| Modifier and Type | Method and Description | 
|---|---|
| static <F> void | makeDirectories(String path,
               Session<F> session,
               String remoteFileSeparator,
               Log logger)Recursively create remote directories. | 
public static <F> void makeDirectories(String path, Session<F> session, String remoteFileSeparator, Log logger) throws IOException
F - The session type.path - The directory path.session - The session.remoteFileSeparator - The remote file separator.logger - The logger.IOException - Any IOException.