It depends upon whether the ftp server you are connecting to understands the SYST command (or accepts it)
Details about the command are at
http://cr.yp.to/ftp/syst.htmlHowever, some sites block it for security purposes. So it is not necessarily solely to do with old systems - some newer systems will also not support the command.
It is good practice for your automated scripts to specify whether the request is to use binary or ascii transfers rather than relying on the results of the query. In this case, you do not need the output of SYST to find out what to do.
Cheers,
Joel