Connecting through ftp command


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Connecting through ftp command
# 1  
Old 11-01-2011
Connecting through ftp command

I have a general problem of connection to my site 'noos'.

My server's ftp name is 'mapage.noos.fr' and login is 'stehub', according to my hotline. I just need to fill the field Password to be connected (in software like Transmit or Dreamweaver), theorically.

BUT IT DOES NOT WORK and my server's hotline is unable to explain why.

I tried the following command in Unix, thinking it would work better:

Code:
$ ftp stehub@noos
ftp: Can't lookup `noos': nodename nor servname provided, or not known
ftp> ....

The shell command should be asking then and check for authentification but .. not !

Have you got an explanation by chance ?

Moderator's Comments:
Mod Comment Video tutorial on how to use code tags in The UNIX and Linux Forums.

Last edited by shub22; 11-02-2011 at 05:20 AM.. Reason: code tags please
# 2  
Old 11-01-2011
What do you get if you use the full name?
# 3  
Old 11-01-2011
Well why did you not use the given hostname then?

Code:
ant:/home/vbe $ nslookup mapage.noos.fr
Using /etc/hosts on:  ant

looking up FILES
Trying DNS
Non-authoritative answer:
Name:    mapage.noos.fr
Address:  82.216.111.10

# 4  
Old 11-01-2011
Yes , I tried this and also

$nslookup noos.fr

but does not look better. I think there is a problem at server's place if neither ftp command nor nslookup work? Am I right ?
# 5  
Old 11-01-2011
But it is not "noos.fr" its mapage.noos.fr
# 6  
Old 11-01-2011
And nslookup did work for me so it is certainly not server side...
# 7  
Old 11-01-2011
I have found that on our AIX unix box that if I don't have the IP address pointing to the URL in the hosts file then it won't work. This is probably due to how we have it set up. Have you tried the IP address?
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Connecting to a server using FTP is hanging

Hi Friends I have created a shell script to connect to a windows server. But the problem is while trying to run the script I am not getting any output. After running the script it is hanged and the prompt is not showing until if I press the ctrl+Z to break the script. I also tried using the FTP... (2 Replies)
Discussion started by: Kannannair
2 Replies

2. Solaris

Ftp: SSL_connect error while connecting from source to destination server Solaris 10

Hi Everyone, I am using solaris 10.I am facing a different problem here with tlsftp.I have intalled all steps for tlsftp and able to connect to the destination server from the source server.It worked for some days.But recently when i am connectin it is giving below error.I am... (0 Replies)
Discussion started by: muraliinfy04
0 Replies

3. Shell Programming and Scripting

Issue with Connecting to ftp server

Hi All, I have a ftp link as "ftp://ftp1.xyz.org/abc_ike/". The same thing is opening fine when I use a browser. But I am not sure how to connect to the above link from console. I used the command ftp ftp1.xyz.org The above is not working. I am not getting any error it simply stands still.... (1 Reply)
Discussion started by: machomaddy
1 Replies

4. UNIX for Dummies Questions & Answers

ftp command

Hi, I am new to shell scripting, I just wan to know that if i want to do ftp that is I have the url of the remote server that is pngpcdb1.walmat.com , Now i want to do ftp and want to transfer some files...how ftp command in unix would help me in that...!!:confused: (3 Replies)
Discussion started by: rahulsxn660
3 Replies

5. UNIX for Advanced & Expert Users

Trouble connecting to FTP proxy server

Hi Guys, I have trouble connecting to ftp server. My task is to connect to the proxy server and get the latest file to the local machine. It works fine when i do the same steps manually. I've been trying to do it in multiple ways but im just not able to connect. When i check the log, this is what... (4 Replies)
Discussion started by: stunnerz_84
4 Replies

6. UNIX for Advanced & Expert Users

Unix FTP Script connecting through proxy Not working

Hi All, can some one please help me to solve this issue, its urgent:confused: We need to FTP a file form our Unix server to an external client FTP location. I am trying to connect to the proxy server first and then use the below USER comment to connect to the external FTP server, and its working... (3 Replies)
Discussion started by: JesusJoseph
3 Replies

7. Shell Programming and Scripting

Connecting to other server thru ftp

Hi, Can someone help me on how to ftp to UNIX server from an another UNIX Server. I tried the follwoing but it is not working. ftp -n 10.10.0.1 quote user usrname quote pass passwd ls Though ftp is starting it is not allowing me run command..... it is asking to Thanks in... (5 Replies)
Discussion started by: EmbedUX
5 Replies

8. Solaris

Ftp not connecting to ip

If i do a ftp localhost , it works but if i do a ftp x.x.x.x (ip ) it does not work thoug all the services are running what could be the reason for this bash-3.00# ftp localhost Connected to localhost. 220- bash-3.00# ftp 10.63.25.176 Connected to 10.63.25.176. 421 Service not available,... (7 Replies)
Discussion started by: fugitive
7 Replies

9. UNIX for Dummies Questions & Answers

Connecting to samba server from unix command line

Hi, I am trying to connect to a samba server from my unix command line. I am using Ubuntu and I can access the server from the GUI, but I need to write a script to automate a backup. Does anyone know how to do a cd into a smb drive from the unix command line? Thanks, Eric (2 Replies)
Discussion started by: ejbrever
2 Replies

10. UNIX for Dummies Questions & Answers

Connecting to the net through the command line

hey, ive got a quetion for any one who can answer, im running mac os x and when you're at the login screen and type in ">console" as the user name it launches a complete command line enviroment once in that enviroment are there any text based utilities that i could use to connect to my isp? (6 Replies)
Discussion started by: HaK9
6 Replies
Login or Register to Ask a Question