Oki C710n Network User's Guide, English - Page 75

ftp> quit

Page 75 highlights

257 "/lp" is current directory ftp> 3. Configure the transfer mode. There are two types of transfer mode: BINARY mode, in which the file content is output as it is and ASCII mode, which converts the LF code to the CR+LF code. If a binary file converted by the printer driver is transferred, the transfer mode has to be BINARY mode. Example: Changing transfer mode to binary mode and verifying the current mode: ftp> type binary 200 Type set to I. ftp> type Using binary mode to transfer files. ftp> 4. Transfer the print data to the network card using the put command. Two methods of file transfer using the put command are available. Example: Transferring print data test.prn ftp> put test.prn Example: Transferring print data specified by absolute path/users/test/test.prn ftp> put /users/test/test.prn /lp 5. Logout from the network card using the quit command. ftp> quit Three states can be verified using the quote command stat: the IP address, login user name and transfer mode. In addition, printer status can be verified by specifying the directory after the stat (lp, sjis, euc). Example: Displaying network card status ftp> quote stat 211-FTP server status: Connected to: 192.168.20.10.000.00 User logged in: root UNIX > 75

  • 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

UNIX > 75
257 ”/lp” is current directory
ftp>
3.
Configure the transfer mode.
There are two types of transfer mode: BINARY mode, in
which the file content is output as it is and ASCII mode,
which converts the LF code to the CR+LF code. If a binary
file converted by the printer driver is transferred, the
transfer mode has to be BINARY mode.
Example: Changing transfer mode to binary mode and
verifying the current mode:
ftp> type binary
200 Type set to I.
ftp> type
Using binary mode to transfer files.
ftp>
4.
Transfer the print data to the network card using the put
command. Two methods of file transfer using the put
command are available.
Example: Transferring print data test.prn
ftp> put test.prn
Example: Transferring print data specified by absolute
path/users/test/test.prn
ftp> put /users/test/test.prn /lp
5.
Logout from the network card using the quit command.
ftp> quit
Three states can be verified using the quote command
stat: the IP address, login user name and transfer mode.
In addition, printer status can be verified by specifying the
directory after the stat (lp, sjis, euc).
Example: Displaying network card status
ftp> quote stat
211-FTP server status:
Connected to: 192.168.20.10.000.00
User logged in: root