> From: Aldrin Mendiz <[EMAIL PROTECTED]>
> Subject: Re: FTP server connectivity error (Aldrin Mendiz)
> To: Borland's Delphi Discussion List <[email protected]>
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=utf-8
> 
> i have tried with following setting in a single desktop
> system 
> 
> in tnmftp component..
> 
> passive := false;
> firewalltype := ftuser;
> 
> in tidftp component
> 
> passive := false;
> 
> with the help of above settings i was able to connect to
> my ftp server.. but when i try the same setting in LAN
> which is connected to internet using ADSL modem i'm not
> getting the error called "only client ip address allowed
> for port command". 
> 
> when i use the above settings i'm able to connect to the
> ftp server. but when i try to download or upload or list
> the files i'm getting the error.
> 
> i tried with setting my ftp client application by setting
> passive := true; but the same result.
> 
> aldrin

Here is a simple way to check the server's settings.
Open Internet Explorer
establish an ftp session and send a file
close the session

Goto options and select passive ftp
then attempt to open a new session and send a file
This way you can find what settings you need

Mick

_______________________________________________
Delphi mailing list -> [email protected]
http://lists.elists.org/cgi-bin/mailman/listinfo/delphi

Reply via email to