Hi Guys,
I want to develop an application that connects to a web server and downloads a file to local machine. Now first of all I am still debating which language to develop this in. I know Java so I am thinking maybe I would use Java. I would like it to be all automatic, simply clicking a button should go get the file. server username, password can be hard-coded in the code.
Now I am sure people here have developed this kind of application in Java. I am wondering if someone would like to share some code so I can get started on this. I would like to use sftp (if that is available for free) otherwise simply ftp...I have looked online and find several different java files, most of them do not work..
Any help is appreciated.
I want to develop an application that connects to a web server and downloads a file to local machine. Now first of all I am still debating which language to develop this in. I know Java so I am thinking maybe I would use Java. I would like it to be all automatic, simply clicking a button should go get the file. server username, password can be hard-coded in the code.
Now I am sure people here have developed this kind of application in Java. I am wondering if someone would like to share some code so I can get started on this. I would like to use sftp (if that is available for free) otherwise simply ftp...I have looked online and find several different java files, most of them do not work..
Any help is appreciated.