Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to save a file in the server and not in the client

Status
Not open for further replies.

Andviv

Programmer
Aug 6, 2001
29
US
Hi all,

I need to create a VB application that creates a file, lets the user work with that local file, and when the user hits a "send" button, this file has to be saved in a remote server. I think the only service I will have available in that server will be the FTP.

How can I use an FTP (and, if this ftp software is free, even better) from VB and make it save the file to the server?

Thanks in advance for your help and suggestions,

 
Have you tried using the Inet control? It supports the basic FTP operations and the following thread: thread222-267512 shows how to create a directory and to put a file into that directory.

If you need a binary transfer, or have embedded spaces in your filenames, then you'll have to use the FTP API's. Good Luck
--------------
As a circle of light increases so does the circumference of darkness around it. - Albert Einstein
 
Thanks, that looks just like what I need. I'll give it a try.

Thanks again,
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top