Lasso Soft Inc. > Home

[ CURLOPT_FTPLISTONLY ]

Method

[curlopt_ftplistonly] is used together with [curl->set]. The parameter expected by [curl->set] is an integer. A value of 1 means that only the name of the files in the directory will be returned.

Lasso Programming:
  • Syntax
curlopt_ftplistonly
Examples
  • Beginner

To obtain a list of filenames in a FTP server directory

Code

local(c = curl('ftp://ftp.sunet.se/pub/etext/'))
#c->set(curlopt_ftplistonly, 1)
#c->result


Result

0Atte
Finnish
etext
gutenberg
hwb
libellus
mh
ota
runeberg
wiretap-classic-library

Recent Comments

No Comments found

Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.

LassoSoft Inc. > Home

 

 

©LassoSoft Inc 2015 | Web Development by Treefrog Inc | PrivacyLegal terms and Shipping | Contact LassoSoft