Computer Science Canada connecting to a ftp server |
Author: | pavol [ Wed May 10, 2006 4:53 pm ] |
Post subject: | connecting to a ftp server |
is there any way i can connect to a ftp server through vb and lets say open a database within it? i've heard about Winsock but im not sure how to work it. is this even possible? thanks for any help |
Author: | Onega [ Wed May 10, 2006 8:19 pm ] |
Post subject: | |
You can search for FtpOpenFile in google, but I don't think you can open database via FTP. FTP is for file download and upload. |