[Gambas-user] curl ftp

Benoît Minisini gambas at ...1...
Sun May 19 19:22:23 CEST 2013


Le 19/05/2013 19:18, Jorge Carrión a écrit :
> Wow! Thanks Benoit.
> I've done a progress bar in downloads using the stat of the file. But I
> can't reach de upload progress. It's a great work.
> In the other hand it's usefull to know the conversation with the server and
> the output of ftp commands as LIST... I'm nos sure that it's imposible get
> that or its my fault.
> At the moment I'm getting de LIST by downloading the URL of directory...
> but it's not very clear...
> Attaching how the project is at the moment.
> Regards
>
>

For the 'LIST' command, this is how libcurl works: it emits the LIST 
command when you tell him to download an url that is actually a 
directory and not a file.

-- 
Benoît Minisini




More information about the User mailing list