diff options
author | Daniel Plasa <dplasa@gmail.com> | 2020-05-26 05:00:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-26 05:00:25 +0200 |
commit | fafd272e801ee94da51896306f643d4b1bb4f769 (patch) | |
tree | f77d780446c458f69b5670bd775bc65d1c31b1c3 /README.md | |
parent | Update README.md (diff) | |
download | FTPCLientServer-fafd272e801ee94da51896306f643d4b1bb4f769.tar FTPCLientServer-fafd272e801ee94da51896306f643d4b1bb4f769.tar.gz FTPCLientServer-fafd272e801ee94da51896306f643d4b1bb4f769.tar.bz2 FTPCLientServer-fafd272e801ee94da51896306f643d4b1bb4f769.tar.lz FTPCLientServer-fafd272e801ee94da51896306f643d4b1bb4f769.tar.xz FTPCLientServer-fafd272e801ee94da51896306f643d4b1bb4f769.tar.zst FTPCLientServer-fafd272e801ee94da51896306f643d4b1bb4f769.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ I've tested it with Filezilla, and it works (upload/download/rename/delete). The * It only allows one ftp control and one data connection at a time. You need to setup Filezilla (or other clients) to respect that, i.e. only allow **1** connection. (In FileZilla go to File/Site Manager then select your site. In Transfer Settings, check "Limit number of simultaneous connections" and set the maximum to 1.) * It does not support encryption, so you'll have to disable any form of encryption... -## Useage +## Usage ### Construct an espFTPServer Select the desired FS via the contructor |