I've been lookig for a tutorial for using ftp in a visual basic app. for simple PUT and GET.
I found lots of tutorials for Winsoc and Wininet and examples apps with ftp classes and modules.
Then I discovered most Windows systems have ftp built in and in a 4 line script can login to the ftp server, PUT/GET a file and logoff, but I couldn't find any tutorials or info how I could include this built in ftp in my VB app.
Can someone let me know how to use this ftp in a vb app
I found lots of tutorials for Winsoc and Wininet and examples apps with ftp classes and modules.
Then I discovered most Windows systems have ftp built in and in a 4 line script can login to the ftp server, PUT/GET a file and logoff, but I couldn't find any tutorials or info how I could include this built in ftp in my VB app.
Can someone let me know how to use this ftp in a vb app