Click to See Complete Forum and Search --> : FTP connection


java2010
April 18th, 2010, 03:56 AM
Hello,

when I connected to a FTP-Server with sockets how can I send username and password?

thank you for your answers.

ProgramThis
April 19th, 2010, 09:43 AM
Java Sockets don't use a user name and password, they just connect via host and port number. You can send a user name and password over the socket connection as text once the connection is established.