I'm trying to upload a file to an FTP using apache commons ftp. I am using a code that I have seen on several websites, including stackoverflow
The problem is that in the line:
Buffin = new BufferedInputStream (new FileInputStream (file));
I can not put any paths in "file", eclipse does not validate any values ββor path-
What would have to indicate in "new FileInputStream"?
I do not know I'm doing wrong.
Thank you very much and best regards