CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: FTP connection

  1. #1
    Join Date
    Apr 2010
    Posts
    1

    FTP connection

    Hello,

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

    thank you for your answers.

  2. #2
    Join Date
    Feb 2008
    Posts
    966

    Re: FTP connection

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured