Click to See Complete Forum and Search --> : FTP Connection


Nicola
May 12th, 1999, 02:51 AM
Hello!I would like to know if it is possible to create a connection without User ID and Password so that the system asks for them without giving errors!
thanks Nicola

acarriveau
December 14th, 1999, 01:17 PM
Hi Nikola,

It is possible! Simply "hardcode" the userid and password (real userid/password, or anonymous/email address) into the following code provided by this example code. Just read the posted article here on CodeGuru by Phil Anderson. Follow this link:

http://www.codeguru.com/internet/ftpclient.shtml

It will solve almost all of your problems! (FTP problems, at least!) Use it, learn it, love it!

-Tony