how to get the "queue name" of the jetdirect?

Regards
I wonder how to get the name of the queue in a network printer port?
operating system is "OpenServer 6.0"

ftp to the printer, user id can be root and no password.
ls will give the list of possible queue names.
With some printers, it does not seem to matter.

please can you give me an example?

Partial contents of /etc/hosts

# HP JetDirect 500X 3-port Print Server
192.168.0.14    office                 

ftp session

# ftp office                       
Connected to office.               
220 FTP server ready.              
Name (office:root):                
231 User name accepted.            
Remote system type is unknown.     
Using ascii mode to transfer files.
ftp> ls                            
200 OK.                            
150 Opening data connection.       
LPT1                               
226 Closing.                       
ftp> quit                          
221 Goodbye.                       
#                                  

Queue name is LPT1

1 Like