Check a webpage remotely to see if if its ASCII or Binary -
To see if the webpage (file) was uploaded / created in the form of binary or ascii?
Thanks,
Roy.
The value of the question is not sure (or in fact, intent), but on the web page It is possible to send an HTTP GET request and check back. If all the bytes are 0x20 to 0x7e, then you can safely consider it as ASCII. There is nothing ASCII out of that range.
Perhaps if you were trying to do why on your question, then we can help you further.
> If you want to know if the page was FTP in ASPIAD or ASCII or Binary mode, it will not make any difference (and you will not be able to tell) if both the server and the machine that upload it are both ASCII.For example, if you uploaded an ABCDIC file from the ASCII server in binary mode, then it will be immediately apparent: -).
Comments
Post a Comment