I want to make a FTP client using Visual Basic 6. For all my visual basic coding, i've been using this book. However, the book only tells me how to connect to a ftp url, ie:
Inet1.OpenURL (ftp://ftp.whatever.com)
but it doesn't discuss how i would go about connecting to a normal private ftp server that requires an ip address port number and username/password. Can someone help me out?
Inet1.OpenURL (ftp://ftp.whatever.com)
but it doesn't discuss how i would go about connecting to a normal private ftp server that requires an ip address port number and username/password. Can someone help me out?