Skip to content

Commit

Permalink
TODO: consider supporting STAT
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Oct 28, 2014
1 parent 76b2f53 commit b790bdf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/TODO
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
4.4 REST for large files
4.5 ASCII support
4.6 GSSAPI via Windows SSPI
4.7 STAT for LIST without data connection

5. HTTP
5.1 Better persistency for HTTP 1.0
Expand Down Expand Up @@ -260,6 +261,14 @@ In addition to currently supporting the SASL GSSAPI mechanism (Kerberos V5)
via third-party GSS-API libraries, such as Heimdal or MIT Kerberos, also add
support for GSSAPI authentication via Windows SSPI.

4.7 STAT for LIST without data connection

Some FTP servers allow STAT for listing directories instead of using LIST, and
the response is then sent over the control connection instead of as the
otherwise usedw data connection: http://www.nsftools.com/tips/RawFTP.htm#STAT

This is not detailed in any FTP specification.

5. HTTP

5.1 Better persistency for HTTP 1.0
Expand Down

0 comments on commit b790bdf

Please sign in to comment.