dirtbiker0
19th February 2004 00:21 UTC
Uploading files to a website
I was also just wondering if there is anyway to upload a file through NSIS i dont think it is possible with NSIS itself bu maybe if you can use the Python Script Executing plugin to execute a python script that can do the uploading. But i really have no idea on how to do this so if u can help me with anything plz reply . THX:)
Vytautas
19th February 2004 01:34 UTC
I'm not sure how muchj help this will be to you but you should be able to achive this be either writing a plugin which supports ftp or find a command-line ftp program, which then you could execute from NSIS.
Vytautas
dirtbiker0
19th February 2004 04:32 UTC
Ok i have found a way to do it now but alls i need to do is find a python script to upload a file. But i dont know python... so if anybody can make me a python script that will upload files via ftp u would help me out alot.
Thx again
rjstephens
19th February 2004 06:18 UTC
I really doubt anyone is going to make a python script to do this for you. But you might like to try to learn
http://www.hotscripts.com/Python/Tip...hon/index.html
However, your better off using an FTP plugin of some description to do this.
Yathosho
19th February 2004 10:55 UTC
i'm using cURL to upload files, though it's quite big
dirtbiker0
20th February 2004 03:30 UTC
I dont really get how to use curl maybe u can explain it better plz Also i have no idea how to make a plugin for NSIS