Skip to content
⌘ NSIS Forum Archive

NSISul?

3 posts

Yathosho#

NSISul?

i searched the forum for a script that uploads files to a ftp-server with login/passwd. seems like there's nothing out yet, any reason or did just nobody ask for this before?`optionally that NSISul could have support for an ecrypted connection (Auth TLS or SSL).
kichik#
You can use curl. It supports FTP, HTTP, SSL and a lot more. It's not that small (253KB) and doesn't come as a NSIS plug-in but it does what you want. They have a library too so maybe someone can write a NSIS plug-in that has all of its functions.

Yathosho#
Originally posted by kichik
They have a library too so maybe someone can write a NSIS plug-in that has all of its functions.http://curl.haxx.se/
oh yes 😉