hello
i have an ftp account and i want to design a GUI to access it's contents using processing.
for first step i have to login to it.
i dont know how to do it.
So, your blurry screenshot of an error message (use text on this forum, please, not screenshots! it helps people read, search, and debug by running your code on their own systems) ...
The message seems to say (?) that only abstract or final is permitted. Did you look up the message? Did you try using abstract or final? What did you find, what happened?
Answers
Have you tried googling "Java login to ftp server"?
yes! and found this:
http://www.codejava.net/java-se/networking/ftp/connect-and-login-to-a-ftp-server
I successfully logged in to my ftp account (using NetBeans IDE) running the example given in that link;
but in processing IDE i coudn't log in; (a window was opened with no messages)
So, your blurry screenshot of an error message (use text on this forum, please, not screenshots! it helps people read, search, and debug by running your code on their own systems) ...
The message seems to say (?) that only
abstract
orfinal
is permitted. Did you look up the message? Did you try using abstract or final? What did you find, what happened?Please provide an MCVE.
Kf