Weird Problem with Uploading Files Edited in Notepad

Report client bugs
Post Reply
DaveHettel
Posts: 1
Joined: Wed Aug 10, 2005 12:49 am

Weird Problem with Uploading Files Edited in Notepad

Post by DaveHettel »

Up until this afternoon CoreFTP was working perfectly fine, and earlier it got really slow, and at one point, froze. I restarted it, and it now works fine again, except now I can't seem to edit my files. I download the file using the edit command, and it shows up in Notepad. I change it to something like:

Code: Select all

<html>
<head>
<title>Title</title>
</head>
<body>
Text
</body>
</html>
and I then upload it. I view the file again with the view command and it looks like this:

Code: Select all

<html>&#3328;
<head>&#3328;
<title>Title</title>&#3328;
</head>&#3328;
<body>&#3328;
Text&#3328;
</body>&#3328;
</html>
I then load the site in my browser, and the output looks like this:

Code: Select all

&#2560;&#15360;&#26624;&#25856;&#24832;&#25600;&#15872; &#2560;&#15360;&#12032;&#26624;&#25856;&#24832;&#25600;&#15872; &#2560;&#21504;&#25856;&#30720;&#29696; &#2560;&#15360;&#12032;&#26624;&#29696;&#27904;&#27648;&#15872;
I view the source of the file, and it looks nothing like what I uploaded:

Code: Select all

<html>&#2560;&#15360;&#26624;&#25856;&#24832;&#25600;&#15872;
<title>Title</title>&#2560;&#15360;&#12032;&#26624;&#25856;&#24832;&#25600;&#15872;
<body>&#2560;&#21504;&#25856;&#30720;&#29696;
</body>&#2560;&#15360;&#12032;&#26624;&#29696;&#27904;&#27648;&#15872;
Clearly something is wrong, and I think it has to do with whatever happened to make it slow down, but I don't know what that is. Can somebody help?

edit: I've got winxp and coreftp build 1403.
Post Reply