Hello,
when I connected to a FTP-Server with sockets how can I send username and password?
thank you for your answers.
Printable View
Hello,
when I connected to a FTP-Server with sockets how can I send username and password?
thank you for your answers.
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.