HP ARPA File Transfer Protocol User's Guide (36957-90159)

84 AppendixA
MPE/iX and POSIX Differences
Transferring Files
else FTP will attempt to fit the file in the MPE file space and fail, as in the following
examples:
Example 4:
ftp> put TESTDATA long_file_name2
200 PORT command ok.
550 An invalid character was found in an MPE syntax name. (FILE SYSTEM ERROR
-102)
Data Transfer Request Failed. (FTPERR 13)
Example 5:
ftp> put TESTDATA longfilename12
200 PORT command ok.
500 The file name specified exceeds the maximum legal length. (FILE SYSTEM
ERROR -110)
Data Transfer Request Failed. (FTPERR 13)