Apoligies if I have put this in the wrong forum but...
I am attempting to upload 2 files onto a server which I presume I will have to create, although I am not entirely sure on this part, and then download the files at the click of a button within my program.
I was wondering if any of you lovely people have done anything similar or would be able to point me in the right direction as to where I could find tutorials etc on how to do it.
Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are, by
definition, not smart enough to debug it.
- Brian W. Kernighan
You either put the hosts DNS name or its ip address. You will probably run the ftp server on the same machine as you're coding on so put 127.0.0.1 as host until you go 'live' with your application.
Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are, by
definition, not smart enough to debug it.
- Brian W. Kernighan
Bookmarks