Skip to content

Commit 20efe88

Browse files
committed
Doc update
Paramiko is needed for sftpfs, not ftpfs
1 parent c1d94ae commit 20efe88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Prerequisites
4242
PyFilesystem requires at least **Python 2.6**. There are a few other dependencies if you want to use some of the more advanced filesystem interfaces, but for basic use all that is needed is the Python standard library.
4343

4444
* Boto (required for :mod:`fs.s3fs`) https://github.com/boto/boto
45-
* Paramiko (required for :class:`fs.ftpfs.FTPFS`) https://github.com/paramiko/paramiko
45+
* Paramiko (required for :mod:`fs.sftpfs`) https://github.com/paramiko/paramiko
4646
* wxPython (required for :mod:`fs.browsewin`) http://www.wxpython.org/
4747

4848

0 commit comments

Comments
 (0)