Archive: Uploading files to a website


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


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


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


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.


i'm using cURL to upload files, though it's quite big


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