FTP

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
 
A

Alun Jones [MS MVP]

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.]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

[DOS FTP] Can't abort data transfer using Ctrl+C or Ctrl+Break 0
Batch FTP 4
PowerShell is Powerful 6
FTP 3
FTP Using Access VBA? 8
Running a BAT file with Access 5
FTP 1
make function wait 5

Top