How is falcon handling network communication ? example ftp

18 views
Skip to first unread message

Hans Schüren

unread,
May 19, 2017, 7:07:15 AM5/19/17
to FalconPL
Hi Falconry ,

how is falcon handling network communication ?

For example ftp.

A past of code example would be great here.

WBR
HS

Giancarlo Niccolai

unread,
May 20, 2017, 6:37:59 AM5/20/17
to FalconPL
You can either use the socket module, which goes very low level and gives you a nicely integrated BSD sockets interface or go very high level and use our CURL integration, which is both very simple and extremely well integrated in the language (with callback and timeout controls, output redirection to variables or files, SSL support and so on).

This is the doc:
http://www.falconpl.org/project_docs/core/curl.html

there are also some example.
Reply all
Reply to author
Forward
0 new messages