install only remote / sftp support?
Hey folks,
just starting with NSIS and it looks really cool! :)
I *have* searched the forum for my questions but couldn't find a reference to them. If there are posts for them please just point me to the given thread.
I'm trying to create an installer for a pure web-application (which is written in php) and the installer should allow to
a) install locally in case a webserver is installed already
b) install remote through ftp / sftp and not leaving any trace locally.
I think I can manage to create these two install options but I couldn't find a setting to avoid installing the files locally.
Is there a way to?
The remote-upload is shown in
http://nsis.sourceforge.net/Recursive_Upload
and should work fine so far but does it support sftp / scp too? Or is there a plugin with support for sftp / scp?
Again, if any of these were discussed already please point me to the appropriate threads :).
Thanks in advance,
Thomas
Or is there any