need a code to open a remote ftp path using userid and password.
I igg via AccessMonster.com Sep 16, 2009 #1 need a code to open a remote ftp path using userid and password.
S Stuart McCall Sep 16, 2009 #2 igg via AccessMonster.com said: need a code to open a remote ftp path using userid and password. Click to expand... Take a look at this: http://www.smccall.demon.co.uk/Downloads.htm#FTPClient It has plenty of examples to show how easy it is to use. You just import the class library into your project and write code to call it. The code comments say it all..
igg via AccessMonster.com said: need a code to open a remote ftp path using userid and password. Click to expand... Take a look at this: http://www.smccall.demon.co.uk/Downloads.htm#FTPClient It has plenty of examples to show how easy it is to use. You just import the class library into your project and write code to call it. The code comments say it all..