![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PING - Unknown host 127.0.0.1, Unknown host localhost - Solaris 10 | Przemek | SUN Solaris | 4 | 05-25-2008 09:11 PM |
| How to delete the files from local host to remote host | krishna176 | SUN Solaris | 3 | 03-24-2007 01:48 PM |
| host alias not working: host not found | FunnyCats | UNIX for Advanced & Expert Users | 4 | 05-13-2005 01:36 PM |
| host.allow | rod23 | SUN Solaris | 1 | 09-02-2003 09:45 AM |
| QNX host cannot ping SCO host, vice versa | gavon | IP Networking | 2 | 08-20-2001 05:57 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Get IP of FTP Host
All,
This may be very trivial, but I am unaware. We normally do FTP to hosts with their hostname as follows. $ ftp c.b.a.com Now, How do I know the IP address of c.b.a.com? Thanks, Rahul. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Why don't you try pinging the host, you will get the IP address of the remote ftp host.
ping c.b.a.com |
|
#3
|
|||
|
|||
|
nslookup c.b.a.com
|
|
#4
|
|||
|
|||
|
Try using SCP its faster and secured .. if you use ftp its indirectly ur revealing the password.
|
|||
| Google The UNIX and Linux Forums |