We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0aa764 commit 2d931fdCopy full SHA for 2d931fd
README.md
@@ -59,12 +59,12 @@ return [
59
// 'port' => 21,
60
// 'username' => 'your-username',
61
// 'password' => 'your-password',
62
- // 'root' => '/path/to/root',
63
- // 'passive' => false,
64
// 'ssl' => true,
65
// 'timeout' => 60,
+ // 'root' => '/path/to/root',
66
// 'permPrivate' => 0700,
67
// 'permPublic' => 0744,
+ // 'passive' => false,
68
// 'transferMode' => FTP_TEXT,
69
],
70
0 commit comments