PHP » GoLang |
login |
register |
about
|
GoLang ssh2_sftp_mkdir
request it (375)
GoLang replacement for PHP's ssh2_sftp_mkdir
[edit | history]
ssh2_sftp_mkdir(PECL ssh2 >= 0.9.0) ssh2_sftp_mkdir — Create a directory Description
bool ssh2_sftp_mkdir
( resource
$sftp
, string $dirname
[, int $mode = 0777
[, bool $recursive = FALSE
]] )
Creates a directory on the remote file server with permissions set to
This function is similar to using mkdir() with the ssh2.sftp:// wrapper. Parameters
Return Values
Returns Examples
Example #1 Creating a directory on a remote server
<?php |
more
Recently updated
more
Most requested
more
Last requests
|