When I upload or download files via FTP I often lose the last 6 lines of code or so. I am not sure if this is related to cPanel but I have never seen this before on other pages I have worked with that don't use cPanel. When I view the copy on the server the last few lines are missing. Here is an example
-------------------------
Copy On My PC (Lines 140-152)
-------------------------
print "Blind Ship: ".$BlindShip."\n";
print "Billing/Shipping Notes: ".$BillingShippingNotes."\n";
print "Master Received?: ".$Master."\n";
if ($Master eq "Other") {
print " Expected: ".$MasterExpected."\n";
}
print "Artwork Received?: ".$Artwork."\n";
if ($Artwork eq "Other") {
print " Expected: ".$ArtworkExpected."\n";
}
print "Notes: ".$Notes."\n";
print "</body></html>";
-------------------------
Copy Viewed from the Server
-------------------------
print "Blind Ship: ".$BlindShip."\n";
print "Billing/Shipping Notes: ".$BillingShippingNotes."\n";
print "Master Received?: ".$Master."\n";
if ($Master eq "Other") {
print " Expected: ".$MasterExpected."\n";
}
print "Artwork Received?: ".$Artwork."\n";
if ($Art
-------------------------
Here the last 6 lines are cut off. I have used multiple ftp clients and nothing changes. Has anyone else experienced this?
I upload an ASCII file and it looks like everything should work. I am using WinFTP at the moment. Below is the log of the upload
COMMAND:> PWD
257 "/public_html/cgi-bin" is your current location
COMMAND:> TYPE A
200 TYPE is now ASCII
COMMAND:> PORT 140,88,85,181,13,217
200 PORT command successful
STATUS:> Open the data channel...
COMMAND:> LIST
150 Connecting to port 3545
226-Options: -a -l
226 9 matches total
STATUS:> Receive 604kb in 15 milliseconds(40kb/s)¡£
-------------------------
Copy On My PC (Lines 140-152)
-------------------------
print "Blind Ship: ".$BlindShip."\n";
print "Billing/Shipping Notes: ".$BillingShippingNotes."\n";
print "Master Received?: ".$Master."\n";
if ($Master eq "Other") {
print " Expected: ".$MasterExpected."\n";
}
print "Artwork Received?: ".$Artwork."\n";
if ($Artwork eq "Other") {
print " Expected: ".$ArtworkExpected."\n";
}
print "Notes: ".$Notes."\n";
print "</body></html>";
-------------------------
Copy Viewed from the Server
-------------------------
print "Blind Ship: ".$BlindShip."\n";
print "Billing/Shipping Notes: ".$BillingShippingNotes."\n";
print "Master Received?: ".$Master."\n";
if ($Master eq "Other") {
print " Expected: ".$MasterExpected."\n";
}
print "Artwork Received?: ".$Artwork."\n";
if ($Art
-------------------------
Here the last 6 lines are cut off. I have used multiple ftp clients and nothing changes. Has anyone else experienced this?
I upload an ASCII file and it looks like everything should work. I am using WinFTP at the moment. Below is the log of the upload
COMMAND:> PWD
257 "/public_html/cgi-bin" is your current location
COMMAND:> TYPE A
200 TYPE is now ASCII
COMMAND:> PORT 140,88,85,181,13,217
200 PORT command successful
STATUS:> Open the data channel...
COMMAND:> LIST
150 Connecting to port 3545
226-Options: -a -l
226 9 matches total
STATUS:> Receive 604kb in 15 milliseconds(40kb/s)¡£