Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to connect to a FTP server?? 1

Status
Not open for further replies.

RobPouwelse

Technical User
Nov 19, 2001
77
NL
How can i connect to an FTP server using Delphi 4?

I need to input the location, user and password.
Is there a function like for instance: FTPConnect(Loc,Usr,Pass);

tnx
 
once again, i didn't look well enough..
problem solved :) (NMFTP component)

although, i do have problems with changing directory's
it always gives a "no such file or directory" error (550)
i've tried single words like ' and words like ' .. both don't work.
 
again, solved my problem...
i got the wrong dir (doh!)
found that out using the currentdir..

i think writing it all here (my problems) really helps me to find my own solution, so... tnx! :):)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top