Results 1 to 2 of 2

Thread: detecting when somesends ftp files

  1. #1

    Thread Starter
    Addicted Member Chrispybee's Avatar
    Join Date
    Sep 2003
    Location
    North Wales, UK
    Posts
    217

    detecting when somesends ftp files

    Hi Guys

    Is it possible to detect when someone sends ftp files to a machine?

    Cheers

  2. #2
    Member
    Join Date
    Oct 2002
    Location
    too expensive land
    Posts
    46
    i hope i understand you correctly....
    you can use the pooling method as follow:
    1) use FTP API functions (see this link : http://vbnet.mvps.org/ and look for "FTP: Connecting To and Retrieving FTP File Listings")
    2)run your exe file (use INET ocx) as client that check every - lets say 1 minutes - the size of the file. if no size is returned - the file is not there (or bad connection - this is the fault of this method).
    but it simple to implement rether then API functions.


    when the going gets tought, jump on your bike and drive away..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width