We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a28a39 commit ba578b1Copy full SHA for ba578b1
README.md
@@ -1,9 +1,12 @@
1
-# Lucee Lucene Extension
+# Lucee FTP Extension
2
3
-Docs: https://docs.lucee.org/categories/search.html
+Docs: https://docs.lucee.org/reference/tags/ftp.html
4
5
-Issues: https://luceeserver.atlassian.net/issues/?jql=labels%20%3D%20cfsearch
+Since Lucee 7.1, FTP and SFTP functionaility has been moved from core into this extension
6
7
-## Known Issues
+Issues: https://luceeserver.atlassian.net/issues/?jql=labels%20%3D%20ftp
8
9
-- File locking problems on Windows https://luceeserver.atlassian.net/browse/LDEV-3310
+Uses the following libaries
10
+
11
+- https://commons.apache.org/proper/commons-net/
12
+- https://github.com/mwiede/jsch
0 commit comments