Skip to content
This repository was archived by the owner on Jul 22, 2023. It is now read-only.

Commit 8892ca0

Browse files
authored
Merge pull request #10 from mjrider/mjrider-patch-1
added ftp example
2 parents ace45d2 + fd6359b commit 8892ca0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ no futher settings are available
3535
### Local
3636
`local:/path/to/folder`
3737

38+
### FTP
39+
`ftp://user:pass@host:port/path/to/folder?ssl=false&passive=false&timeout=30`
3840

3941
## CacheStores
4042

@@ -61,4 +63,4 @@ options:
6163
expire: ttl of the cache
6264
cachekey: under what key to store the cache
6365

64-
predis-tcp and predis-unix urls are passed as tcp:// or unix:// to the redis client
66+
predis-tcp and predis-unix urls are passed as tcp:// or unix:// to the redis client

0 commit comments

Comments
 (0)