8000 Reword · symfony/symfony-docs@1b9f488 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1b9f488

Browse files
committed
Reword
1 parent 0ff04fd commit 1b9f488

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

components/finder.rst

Lines 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