finding the status of an ftp file transfer 
Author Message
 finding the status of an ftp file transfer

Quote:

>Is there a way to check if a file that is being ftped
>to a site has completed.

There is no way to do this in standard C. I suspect that on a lot of
platforms there is no way to do it at all. Some ways you might tackle the
problem are to get machine A to ftp the file under a different name and
rename it when it ha finished. Alternatively machine A could ftp a 2nd
small (perhaps even zero length) file after the first is complete and
machine B could test for the existence of that. However this is an ftp issue
and has nothing to do with the C language.

--
-----------------------------------------


-----------------------------------------



Sat, 21 Jul 2001 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. FTP transfer status information

2. FTP File-Transfer: Getting the file length

3. Ftp - transfer file

4. Using streams -vs- FTP for file transfer?

5. HTTP / FTP file transfer

6. MFC Performance in FTP File-Transfer

7. File transfer status dialogs and callbacks

8. Finding files on FTP server

9. Verifying ftp transfer

10. FTP Passive mode transfer Information Needed !

11. Aborting MFC FTP transfer

12. http/ftp transfer dll - exists?

 

 
Powered by phpBB® Forum Software