Welcome To The Home Of The Visual FoxPro Experts  
home. signup. forum. archives. search. google. articles. downloads. faq. members. weblogs. sponsors. rss.
 From: mike castillo
  Where is mike castillo?
 Joo Seng Road, Singapore
 Philippines
 mike castillo
 To: Ryan Lashway
  Where is Ryan Lashway?
 Warrensburg
 New York - United States
 Ryan Lashway
 Tags
Subject: RE: FTP Client/Server App
Thread ID: 209884 Message ID: 210451 # Views: 37 # Ratings: 0
Version: Visual FoxPro 9 SP2 Category: General VFP Topics
Date: Tuesday, January 06, 2009 3:28:26 AM         
   


> yup :) moreless something I want to be able to give users to backup files onto my system but I want to be able to have a client and a server app, so i can see who is connected and who is uploading. I could use other apps but I want to be able to tweak it as I need to.

You can use Active VFP as your Web Application server to handle request from Users. You can do a file transfer directly over HTTP. You can do that by converting the file into an XML encoded base 64 and you can decode it when in the server, using the function STRCONV() parameter 13 or 14 for encoding / decoding of the file. Not only you can transfer file you can log it to a VFP table if you want to, and other stuffs.

For more info on Active VFP: http://www.codeplex.com/activevfp

Hope this helps, let me know if not. :)

Kind regards,
Mike



COMPLETE THREAD
FTP Client/Server App Posted by Ryan Lashway @ 1/1/2009 2:07:11 AM
RE: FTP Client/Server App Posted by Biju Thomas @ 1/1/2009 3:16:43 AM
RE: FTP Client/Server App Posted by mike castillo @ 1/2/2009 5:29:46 PM
RE: FTP Client/Server App Posted by Ryan Lashway @ 1/5/2009 5:18:35 PM
RE: FTP Client/Server App Posted by mike castillo @ 1/6/2009 3:28:26 AM