Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1b9f488

Browse filesBrowse files
committed
Reword
1 parent 0ff04fd commit 1b9f488
Copy full SHA for 1b9f488

File tree

Expand file treeCollapse file tree

1 file changed

+2
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-3
lines changed

‎components/finder.rst

Copy file name to clipboardExpand all lines: components/finder.rst
+2-3Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,11 @@ It's also possible to ignore directories that you don't have permission to read:
116116

117117
As the Finder uses PHP iterators, you can pass any URL with a supported
118118
`protocol`_::
119-
(Note: Even if you dont want to enter a specitic path in your ftp-server and instead just go to the root of your server, your URL should end with a `/`)
120119

120+
// always add a trailing slash when looking for in the FTP root dir
121121
$finder->in('ftp://example.com/');
122122

123-
Use this to go directly to subfolder "pub":
124-
123+
// you can also look for in a FTP directory
125124
$finder->in('ftp://example.com/pub/');
126125

127126
And it also works with user-defined streams::

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.