Kyocera FS-3900DN IB-23 User's Manual in PDF Format - Page 98

Batch Processing - Writing to Multiple IB-23 Target Printers

Page 98 highlights

Configuration Using ftp 4/5 ページ Batch Processing - Writing to Multiple IB-23 Target Printers The ftp configuration example saves a tremendous amount of time, but still requires manually connecting to each target IB-23. The following procedure shows how to automate sending the config file to a group of printers when using Windows. This procedure requires that all IB-23 have the same Admin password. 1. Create an ftp command file called IB23set.txt with the following lines: user admin mypassword put config bye In place of mypassword enter your admin password. When this procedure is completed, it is recommended to remove the password from the file to avoid the risk of a security breach. 2. Create a batch file called IB23set.bat with a line to connect to each target printer as follows: @echo on ftp -n -s:IB23set.txt 10.10.10.200 ftp -n -s:IB23set.txt 10.10.10.220 ftp -n -s:IB23set.txt 10.10.10.230 3. At a command prompt, change to the directory that contains the batch file, the ftp command file, and the config file. C:\>cd cfg 4. At a command prompt, run the batch file and re-direct the results to a log file. C:\cfg>IB23set > log.txt Following is a sample log.txt after running this batch file. The log.txt contents show that: The printer at .200 was unavailable. The printer at .220 was connected to successfully. The printer at .230 was not connected to because of an incorrect Admin password. C:\cfg>ftp -n -s:IB23set.txt 10.10.10.200 ftp> Not connected.ftp> user admin mypassword Not connected.ftp> put config bye C:\cfg>ftp -n -s:IB23set.txt 10.10.10.220 Connected to 10.10.10.220.220 IB-23 Ver 1.0.0 FTP server. ftp> user admin mypassword 331 Password required. 230 User Logged in. ftp> put config 200 PORT command Ok. 150 Open data connection. 226 Data connection closed. ftp: 1209 bytes sent in 0.00Seconds 1209000.00Kbytes/sec.ftp> bye 221 Quit. C:\cfg>ftp -n -s:IB23set.txt 10.10.10.230 Connected to 10.10.10.230.220 IB-23 Ver 1.0.0 FTP server. ftp> user admin mypassword 331 Password required. 530 Login incorrect.ftp> put config 200 PORT command Ok. 550 Permission denied.ftp> bye file://F:\USERMAN\EXPORT\Option\IB-23\P6 English\ftp.htm 2006/05/26

  • 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

Batch Processing - Writing to Multiple IB-23 Target Printers
The ftp configuration example saves a tremendous amount of time, but still requires manually connecting to each target
IB-23. The following procedure shows how to automate sending the config file to a group of printers when using Windows.
This procedure requires that all IB-23 have the same Admin password.
1.
Create an ftp command file called IB23set.txt with the following lines:
user admin mypassword
put config
bye
In place of mypassword enter your admin password. When this procedure is completed, it is recommended to
remove the password from the file to avoid the risk of a security breach.
2.
Create a batch file called IB23set.bat with a line to connect to each target printer as follows:
@echo on
ftp -n -s:IB23set.txt 10.10.10.200
ftp -n -s:IB23set.txt 10.10.10.220
ftp -n -s:IB23set.txt 10.10.10.230
3.
At a command prompt, change to the directory that contains the batch file, the ftp command file, and the config file.
C:\>cd cfg
4.
At a command prompt, run the batch file and re-direct the results to a log file.
C:\cfg>IB23set > log.txt
Following is a sample log.txt after running this batch file. The log.txt contents show that:
The printer at .200 was unavailable.
The printer at .220 was connected to successfully.
The printer at .230 was not connected to because of an incorrect Admin password.
C:\cfg>ftp -n -s:IB23set.txt 10.10.10.200
ftp> Not connected.ftp> user admin mypassword
Not connected.ftp> put config
bye
C:\cfg>ftp -n -s:IB23set.txt 10.10.10.220
Connected to 10.10.10.220.220 IB-23 Ver 1.0.0 FTP server.
ftp> user admin mypassword
331 Password required.
230 User Logged in.
ftp> put config
200 PORT command Ok.
150 Open data connection.
226 Data connection closed.
ftp: 1209 bytes sent in 0.00Seconds 1209000.00Kbytes/sec.ftp> bye
221 Quit.
C:\cfg>ftp -n -s:IB23set.txt 10.10.10.230
Connected to 10.10.10.230.220 IB-23 Ver 1.0.0 FTP server.
ftp> user admin mypassword
331 Password required.
530 Login incorrect.ftp> put config
200 PORT command Ok.
550 Permission denied.ftp> bye
4/5 ページ
Configuration Using ftp
2006/05/26
file://F:\USERMAN\EXPORT\Option\IB-23\P6以降用完了分\html\English\ftp.htm