Sponsored Content
Top Forums Shell Programming and Scripting ftp: Name or service not known Post 302519293 by jim mcnamara on Tuesday 3rd of May 2011 03:14:16 PM
Old 05-03-2011
1. can you ping your remote host
Code:
# XXXX is not the real hostname
ping XXXX

2. If #1 worked can you telnet to port 21 on the remote box?
Code:
telnet XXXX 21

IF you get something like this
Code:
Trying 10.128.3.251...
Connected to 10.128.3.251.
Escape character is '^]'.

it worked. Let us know.
This User Gave Thanks to jim mcnamara For This Post:
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

ftp: ftp/tcp: unknown service

Hello, when I type ftp on the server (Sco Unix 5.0.4) it gives an error messages which is "ftp: ftp/tcp: unknown service" but I have this service in '/etc/services' file. Also when I want to telnet from another machine to this machine is gives also 'telnet: tcp/telnet: unknown service' this... (2 Replies)
Discussion started by: alisevA3
2 Replies

2. AIX

Unix security -- FTP service????

I would like to ask for you suggestions or comments see if you can help. Since system auditing is under progress and the AIX is the main investigated unit. They are asking to disable the FTP service to enhance the security but I doubt. For daily use, the FTP will help administrator to download... (1 Reply)
Discussion started by: shanemcmahon
1 Replies

3. Linux

Better FTP service needed. (suspected inteferance)

Hello there, I have of recent been having overbearing problems with my Linux computer when accessing servers via FTP. The server behaves rather erractically and refuses to complete uploads, merely stalling the transfer for an unpredictable amount of time, which can stem from being either 5... (2 Replies)
Discussion started by: Noran Rad
2 Replies

4. Linux

Ftp Service /process Status

:confused: Hi Can anyone tell me how to check the FTP process status in linux . eg,I'm ftpping some files from "A" server to "B" server through FTP command , after ftpping these files , I 'm suppose to delete the files which are successfully ftpped from "A" server ,but when I 'm checking the... (1 Reply)
Discussion started by: GaneshB
1 Replies

5. UNIX for Dummies Questions & Answers

FTP service..please help me

could you please guys and gals to educate me about the ftp...implementation and how to use it on BSD? thanks a lot (2 Replies)
Discussion started by: lipbalm
2 Replies

6. Linux

Setting up FTP service +on Fedora 9

Hi all, I set up FTP service at my linuxAbox. Everything is good. When i did FTP from my LinuxB box , it authenticated just fine. The problem is: 1. I can't list the directory 2. when i use ls command to list the directory, it showed: 227 Entering passive mode... (2 Replies)
Discussion started by: c00kie88
2 Replies

7. AIX

Block users ftp service

Hello everyone I create a file /etc/ftpusers to block users. I put the names of the users and I refresh the service inetd. My question is the user still log in by ftp.???? What I miss Thanks for your opinions. Greetings (2 Replies)
Discussion started by: lo-lp-kl
2 Replies

8. UNIX for Dummies Questions & Answers

FTP service/ set up

Hi Everybody, How can I understand when I login to any unix server that this server is having ftp service running? what I care is that I want to ftp something to this server and I can't, something like connection refuse. is there any ways to understand if the ftp is setup? and if not, how to set... (2 Replies)
Discussion started by: messi777
2 Replies

9. HP-UX

FTP service Enable/Disable

hi everybody, I can easily enable /disable the FTP service from SAM, how can I do this via command line? using inetd? how? cheers, messi (1 Reply)
Discussion started by: messi777
1 Replies

10. AIX

To stop ftp service on VIO

Hi all, How can I close ftp port 21 on VIO server. Best regards, ---------- Post updated at 10:06 AM ---------- Previous update was at 08:45 AM ---------- I resoved with switch to OS mode. $ oem_setup_env (0 Replies)
Discussion started by: getrue
0 Replies
globus_url_t(3) 						   globus common						   globus_url_t(3)

NAME
globus_url_t - SYNOPSIS
Data Fields char * scheme globus_url_scheme_t scheme_type char * user char * password char * host unsigned short port char * url_path char * dn char * attributes char * scope char * filter char * url_specific_part Detailed Description Parsed URLs. This structure contains the fields which were parsed from an string representation of an URL. There are no methods to access fields of this structure. Field Documentation char* globus_url_t::scheme A string containing the URL's scheme (http, ftp, etc) globus_url_scheme_t globus_url_t::scheme_type An enumerated scheme type. This is derived from the scheme string char* globus_url_t::user The username portion of the URL. [ftp, gsiftp] char* globus_url_t::password The user's password from the URL. [ftp, gsiftp] char* globus_url_t::host The host name or IP address of the URL. [ftp, gsiftp, http, https, ldap, x-nexus unsigned short globus_url_t::port The TCP port number of the service providing the URL [ftp, gsiftp, http, https, ldap, x-nexus]. char* globus_url_t::url_path The path name of the resource on the service providing the URL. [ftp, gsiftp, http, https] char* globus_url_t::dn The distinguished name for the base of an LDAP search. [ldap] char* globus_url_t::attributes The list of attributes which should be returned from an LDAP search. [ldap] char* globus_url_t::scope The scope of an LDAP search. [ldap] char* globus_url_t::filter The filter to be applied to an LDAP search [ldap]. char* globus_url_t::url_specific_part An unparsed string containing the remaining text after the optional host and port of an unknown URL, or the contents of a x-gass-cache URL [x-gass-cache, unknown]. Author Generated automatically by Doxygen for globus common from the source code. Version 14.7 Tue Nov 27 2012 globus_url_t(3)
All times are GMT -4. The time now is 02:59 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy