Yathosho
17th May 2003 19:16 UTC
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
17th May 2003 20:04 UTC
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.
http://curl.haxx.se/
Yathosho
21st May 2003 00:28 UTC
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 ;)