|
...sounds like an FTP issue
Hello me972,
I am not familiar with the procedure you describe, but the error
message looks familiar. It is often the case that when connecting
to an FTP server and initiating a file transfer, one forgets to set the
mode to "binary". To do this (in this case, using Microsoft's FTP client
that is provided with Windows installations), you should type in the
command "binary" before typing in that last "put" command.
The two methods are ASCII and binary. When a file is transferred
as an ASCII file, all of the content is interpreted as regular characters
(even content which has nothing to do with regular characters, such as
machine code found in executable files). This can mean that the content
will be changed. When a file is transferred as a binary file, no changes
are made whatsoever.
Good Luck.
Calculator.
|