Hi everyone,
i am using an automated bat file to upload files to a live web server.
i use a bat file witch then calls the script. the script and bat file
look like so.
Bat File
@[EMAIL PROTECTED]
off
ftp -i -s:e:\Direcotry\ftpscript.txt xxx.x.xxx.xx <----- ip address of
the server
del e:\Directory\*.jpg /S /Q
Ftpscript.txt file
Username
password
BINARY
mput e:\Directory\*.jpg
delete e:\Directory\*.jpg
bye
so there is the bat file and script file. the problem i am having is
that the images are copied accross but most of them become corrupt. for
some reason. how do i stop them from becoming corrupt.
thanks
x.