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 0ff04fd

Browse filesBrowse files
chucky2305javiereguiluz
authored andcommitted
Update finder.rst
1 parent 8a8ba4f commit 0ff04fd
Copy full SHA for 0ff04fd

File tree

Expand file treeCollapse file tree

1 file changed

+5
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-1
lines changed

‎components/finder.rst

Copy file name to clipboardExpand all lines: components/finder.rst
+5-1Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +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 don`t specify a path, your URL should end with a `/`)
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 `/`)
120+
121+
$finder->in('ftp://example.com/');
122+
123+
Use this to go directly to subfolder "pub":
120124

121125
$finder->in('ftp://example.com/pub/');
122126

0 commit comments

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