Netgear PS110 PS110 Reference Manual - Page 123

Setting the Print Method, File Transfer Protocol FTP - password

Page 123 highlights

Installation and Reference for the Model PS104/PS105/PS110 Print Server Table 6-2. FTP Commands (continued) Command Function put CONFIG Copies the CONFIG file to the print server, overwriting the existing CONFIG file. After using this command to write a new configuration file, use the get RESET command; all LEDs should turn on and then off while the print server is resetting. put PASSWORD Copies the password file to the print server and gives it a new password. Passwords can be up to 19 bytes in length. put filename Ln Copies the filename file to the printer connected to n port and prints the file. quit Terminates the current FTP session. Other FTP commands cannot be used, and they return an Invalid Command error message. Setting the Print Method The following three printing methods can be used in any environment: • Line Printer Daemon (LPD) LPD is a standard print method for most UNIX systems. The benefit of this method is that it eliminates the need to install additional software on the host. • File Transfer Protocol (FTP) FTP is also a standard print method in most UNIX systems, but it is not recommended except as a test and backup method of printing. • Direct Socket Interface (DSI) DSI is a UNIX-based method of providing a direct connection between a host computer and a printer. The host and the print server establish a TCP connection, using a special socket number. All data sent over this connection is treated as print data and sent transparently to a logical printer defined on the print server. Of the three choices, LPD and DSI work well with a large number of users because they both employ print queue processes. FTP does not implement a print queue; if the printer is busy, the print command may fail. The three methods are explained more fully in the following sections. UNIX Printing Using TCP/IP 6-9

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178

Installation and Reference for the Model PS104/PS105/PS110 Print Server
UNIX Printing Using TCP/IP
6-9
Other FTP commands cannot be used, and they return an Invalid Command error message.
Setting the Print Method
The following three printing methods can be used in any environment:
Line Printer Daemon (LPD)
LPD is a standard print method for most UNIX systems. The benefit of this method is that it
eliminates the need to install additional software on the host.
File Transfer Protocol (FTP)
FTP is also a standard print method in most UNIX systems, but it is not recommended except
as a test and backup method of printing.
Direct Socket Interface (DSI)
DSI is a UNIX-based method of providing a direct connection between a host computer and a
printer. The host and the print server establish a TCP connection, using a special socket
number. All data sent over this connection is treated as print data and sent transparently to a
logical printer defined on the print server.
Of the three choices, LPD and DSI work well with a large number of users because they both
employ print queue processes. FTP does not implement a print queue; if the printer is busy, the
print command may fail.
The three methods are explained more fully in the following sections.
put CONFIG
Copies the CONFIG file to the print server, overwriting the existing CONFIG file. After
using this command to write a new configuration file, use the get RESET command; all
LEDs should turn on and then off while the print server is resetting.
put PASSWORD
Copies the password file to the print server and gives it a new password. Passwords can
be up to 19 bytes in length.
put filename Ln
Copies the filename file to the printer connected to n port and prints the file.
quit
Terminates the current FTP session.
Table 6-2.
FTP Commands (continued)
Command
Function