Click or drag to resize

FtpList Method

Overload List
  NameDescription
Public methodList
Returns parsed list of files and folders in the current server folder. This method uses LIST command. There is no standard that describes LIST command response, GetList is a better choice in most cases.
Public methodList(String)
Returns parsed list of files and folders in the specified server folder. This method uses LIST command (RFC 959). There is no standard that describes LIST command response, GetList(String) is a better choice in most cases.
Top
See Also