Archive: Here is a FTP plugin


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


Please create an archive page for your plugin, see http://nsis.sf.net/archive :)


does this support ftp-upload?


why should it?
are u looking for a ftp-client oder an addon for nsis?

:rolleyes:


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.


i agree with Yathosho,
i would also like to use upload plugin to backup files, when someone does it.


here is an upload plugin :-)

Joost, how should I do that ?


*deleted*


i think you should put both of them together into one dll, but even now it's great!


Not sure! You will not often use both of them onto one installer. So it can reduce the size of installer :-)


/me agrees with marqo


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


unfortunately the plugin seems to crash occassionally without any further notice. however, when it crashes, it does so after being successfully executed.


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?


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.


you need to place FTPdl.dll into the plugins folder in the NSIS directory and then it should build fine.

-daz


DrO, thank you! I'm still new at this, as you can tell.


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


Source code
Does anyone have the source code for FTPul.dll, I need to modify for a device that is not true FTP.


inetc(lient) comes with sources http://forums.winamp.com/attachment....postid=1831346


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


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


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 ;-)