|
-
Feb 5th, 2001, 09:35 AM
#1
Thread Starter
Junior Member
Does anyone know of a compact way (ideally 1 short Function) which would allow a text file to be sent to a server in an FTP manner. This probably uses Inet control, but is it possible to do it without the shear mass of code in the Inet Part 3 Tutorial?
-
Feb 5th, 2001, 10:25 AM
#2
Frenzied Member
Do you want to FTP as part of a VB app? ASP app or just a one-off eg batch process from your pc?
-
Feb 6th, 2001, 04:53 AM
#3
Thread Starter
Junior Member
I want to use the FTP commands in a VB program.
-
Feb 6th, 2001, 07:58 AM
#4
Frenzied Member
Using the Internet Transfer Control is easy enough
have a look at the VB help files fro an example
other options:
wininet.dll api calls,
use winsock,
shell to the OS FTP.exe (probably the most powerfull but difficult to trap errors)
there are lots of examples in this forum just do a quick search
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|