Description Usage Arguments Details Value Author(s) References See Also Examples
Creates a new directory on a remote ftp server.
1 | sftpMakeDirectory(host, username, password, remotepath)
|
host |
The name of the remote sftp host. |
username |
The user name with which to log in to the remote sftp host. |
password |
The password with which to log in to the remote sftp host. |
remotepath |
The path to the directory of interest. |
Creates a new directory on a remote ftp server.
logical: returns TRUE if successful, FALSE otherwise
Bruce Hoff <bruce.hoff@sagebase.org>
http://www.chiark.greenend.org.uk/~sgtatham/putty/
sftpUpload sftpDownload sftpDirectoryExists sftpRemoveDirectory sftpDeleteFile
1 2 3 4 | ## Not run:
sftpMakeDirectory("sftp.server.org", "username", "password", "/path/on/server")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.