FTP

  • Thread starter Thread starter mohan
  • Start date Start date
M

mohan

I am running a .bat file , In the batch file I had written
the vode to ftp the file to different server.

Q : How to track if my file has sucessfully transfered and
if any error how to trap the error and how to write the
log file for this purpose.

Thank you in advance

Mohan
 
I am running a .bat file , In the batch file I had written
the vode to ftp the file to different server.

Q : How to track if my file has sucessfully transfered and
if any error how to trap the error and how to write the
log file for this purpose.

At this point, you've pretty much exceeded what you'll be able to get from a
batch file. You might want to do some actual programming with something
like the WinInet library.

Alun.
~~~~

[Please don't email posters, if a Usenet response is appropriate.]
 
Back
Top