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
Printable View
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
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