I want to connect to an FTP server and transfer a file with Java. I could not find anything about secure FTP.Can anybody help me about this?
I also want to ask that if i can connect to an FTP server using SSL with command line. If i can connect with command line;can not I connect with executing command line arguments embedded in my Java code?
Thanks for information.