Re: NMFTP

Posted by mohammadreza on January 31, 2005 at 08:07:05:

In Reply to: NMFTP posted by Chris on December 19, 2004 at 12:57:28:

: Hi,

: I am trying to connect to:

: ftp://e0dps01u.ecs.nasa.gov/srtm/Africa/

: to download the file:

: ftp://e0dps01u.ecs.nasa.gov/srtm/Africa/N26E48.hgt.zip

: I am not familiar with NMFTP component but I have tried to use the following code without sucess:

: NMFTP1.Host := 'e0dps01u.ecs.nasa.gov';
: NMFTP1.Port := 20;
: NMFTP1.UserID := 'Anonymous';
: NMFTP1.Password := '';
: NMFTP1.Connect;

: it says "Connection Failed". With any other Host name is says "Host Lookup Failed". I have tried different ports, userIDs with no sucess. Can anyone help?

: Thanks,
: Chris

 

Related Articles and Replies

Reply

Name:
E-Mail:

Subject:

Comments:


[ Delphi Tutorials -- by DelphiLand ]