Skip to content
⌘ NSIS Forum Archive

Here is a FTP plugin

23 posts

marqo#

Here is a FTP plugin

Hi,

I write it because i think that curl is not so simple. Please try and send me feddback :-)

marqo
Yathosho#
i'm using curl at this time to backup files. however, curl is a bit huge (249kb!) and i don't need most of its features. there also is no stripped down curl mod available.

also an upload-plugin was requested earlier by various people.
atsuk#
i agree with Yathosho,
i would also like to use upload plugin to backup files, when someone does it.
marqo#
here is an upload plugin :-)

Joost, how should I do that ?
marqo#
Not sure! You will not often use both of them onto one installer. So it can reduce the size of installer :-)
alar#
it's incomplete

It is very useful plugin, but I need "FTP get directory listing" function along with "FTP download" function.
"FTP download" alone can be emulated through "IE control" plugin
Yathosho#
unfortunately the plugin seems to crash occassionally without any further notice. however, when it crashes, it does so after being successfully executed.
pbnance#
Space in folder or filename

I like this plugin but it does not support spaces in the ftp server folder or filename. Is there a workaround?
Jnuw#
Hello all. I get an error when i try to compile the FTPdl.nsi sample program at the "FTPdl::download" line, it says "Invalid command: FTPdl::download". I have the FTPdl.dll in the same location as the FTPdl.nsi file. Thanks for your help.
DrO#
you need to place FTPdl.dll into the plugins folder in the NSIS directory and then it should build fine.

-daz
DrO#
that's alright, though i bet you know more about nsis scripting than i do 😉 (since i prefer to dable in plugins but not too many tho)

-daz
Mike U#
Source code

Does anyone have the source code for FTPul.dll, I need to modify for a device that is not true FTP.
stone_j#
Hi.
I'm trying to use ftpul.zip but when it tries to connect with ftp it gives runtime error, that it tries to terminate in unusual way. What could be a reason of this error. I'm using it under winxp.
Or is there other plugin that allows to upload file on serwer?
Thanks
Yathosho#
the plugin was working for me, just not too stable (occasional crashes without any outputs). should attach your script so we can track down the problem. personally i switched back from this plugin to curl
hypnotoad#
hi,
i am very intrested in this plugin but it doesent seem to accept other ports like 21, is this correct? i add the server address in the FTPdl.nsi
;Fichiers sources
!define FTP_SERVER "ftp://my_address:my_port"
its first time i use NSIS plugins, maybe some senior can help a noob ;-)