null
to use server defaults. Probably onlythe uid
, gid
and permissions
(remember the server may apply a umask) entries of the {@link SFTPv3FileHandle}structure make sense. You need only to set those fields where you want to override the server's defaults.
@return a SFTPv3FileHandle handle
@throws IOException
Calls through to {@link #createFile(String)}.
@param location The components of the location. @return The file handle of the created file. @throws IOException In the event of an I/O error.If number of child object that exists under the parent object already max, throws VfsIOException. @param sessionID user session ID that is logged in. @param parentFileID parent file ID. @param name the name of new file. @throws VfsIOException Throws if could not create the file by an error or system limitation. @throws SessionException Throws if the session is invalidated or timeout.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|