Upload files in correct ftp mode

Most of the time all the files is correct but it shows the internal server error then you need to upload files in the particular ftp mode.
.cgi files upload in ASCII Mode
.pl files upload in BINARY Mode
.php files upload in BINARY Mode
.jsp files upload in BINARY Mode

Leave a Comment