Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 501603
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T06:12:23+00:00 2026-05-13T06:12:23+00:00

I am trying to write an FTP client using java. As far as I

  • 0

I am trying to write an FTP client using java.

As far as I understand I need to send my IP adress with PORT command when I need to establish an active connection but,
How do I get that IP address?

I am trying to do something like this but it is obviously wrong:

ServerSocket ssock = new ServerSocket();
ssock.bind(null);
ssock.ssock.getLocalPort();
ssock.getInetAddress();

Last line returns null.

So again how can I send my IP address and port to server?

Thank you.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T06:12:24+00:00Added an answer on May 13, 2026 at 6:12 am

    You need to connect first, then call the socket.getLocalAddress() to get the correct local address. When you have multiple IPs, you only know the correct address to reach a specific destination after connection is established.

    Sun JRE comes with a FTP client sun.net.ftp.FtpClient. You can check out how they do it.

    With wide-spread use of NAT and proxies, PORT command rarely works. You should try passive mode first. As you can see, Sun’s client only does PORT when PASV fails.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In trying to write more testable Java code, I have been using the Model-View-Presenter
I'm trying to write a script that will download files from an FTP server.
I'm trying to write a simple custom storage system. I need only that my
Im trying to write an algorithm using the algorithm package, but when I use
I wrote small FTP Client Applet which uploads files to FTP Server using Commons
I'm trying write a Ruby script that checks if user credentials are valid using
I am trying to develop a FTP client in J2ME, i have completed the
I'm trying write a test for a method that returns a java.sql.Connection to connect
I' trying to write an xml file from Excel VBA using Microsoft XML 6.0.
I'm trying to send a file on FTP server in my iPhone application. Everything

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.