8000 Update finder.rst · symfony/symfony-docs@0ff04fd · GitHub
[go: up one dir, main page]

Skip to content

Commit 0ff04fd

Browse files
chucky2305javiereguiluz
authored andcommitted
Update finder.rst
1 parent 8a8ba4f commit 0ff04fd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

components/finder.rst

Lines 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