e-ManualTopSite mapHelpGlossary

Category Top

Optional Equipment and System Requirements

Printing or Sending a Fax from a Computer

Using E-Mail/I-Fax

Sending Data

Checking Your Network Environment

Network Environment Setup Procedures

Connecting the Machine to a Computer or Network

Specifying Network Settings from the Touch Panel Display

Interface Settings

Communication Environment Setup

IEEE802.1X Authentication Settings

Selecting the IEEE802.1X Authentication Method

TCP/IP Network Setup Procedures

Protocol Settings

TCP/IPv4 Settings

TCP/IPv6 Settings

Settings Common to TCP/IPv4 and TCP/IPv6

Confirming TCP/IPv4 Settings (PING Command)

Confirming TCP/IPv6 Settings (PING Command)

Setting the Key Pair Used With SSL Encrypted Communications

IPSec Settings

Registering a Security Policy
Editing a Security Policy

Startup Time Settings

Setting Up a Computer for Printing/Sending a Fax

Printer Connection Method (LPD/Raw)

Windows 2000/XP/Server 2003/Server 2008/Vista/7/Server 2008 R2
Mac OS X 10.3.9 or Later
UNIX

Printer Connection Method (IPP/IPPS)

Printer Connection Method (FTP)

Printer Connection Method (WSD)

Setting Up a Computer as a File Server

FTP Server Settings

WebDAV Server Settings

NetWare Network Setup Procedures

NetWare Print Service Settings

Setup Using NetWare Administrator or PCONSOLE

Protocol Settings

Setting Up a Computer for Printing/Sending a Fax

SMB/CIFS Network Setup Procedures

Protocol Settings

Setting Up a Computer for Printing/Sending a Fax

Connecting to a TCP/IP Network

Connecting to an SMB/CIFS Network

Printer Connection Method

Setting Up a Computer as a File Server

Connecting to a TCP/IP Network

Connecting to an SMB/CIFS Network and Configuring a Shared Folder

AppleTalk Network Setup Procedures

Protocol Settings

Setting Up a Computer for Printing

Network Connection Problems and Remedies

Printing Problems and Remedies

Data Sending/File Sharing Problems and Remedies

Encrypted SSL Data Communication Problems and Remedies

Confirming Settings

Checking the Block Log

Obtaining the Public Key of the Machine to Use SSL with Windows Server 2008/Vista/7/Server 2008 R2

Top » Network » TCP/IP Network Setup Procedures » Setting Up a Computer for Printing/Sending a Fax » Printer Connection Method (FTP)
Printer Connection Method (FTP)
08KY-1RC
The following procedure describes how to perform printing by using FTP.
1.
Log in to the FTP server of the machine → start the command prompt → use the following command.
For details on user names and passwords, see step 6 in "Settings Common to TCP/IPv4 and TCP/IPv6."
Command to be executed
1. ftp> bin *Change the file type to IMAGE (BINARY)
Change the file type to IMAGE (BINARY) even if you are printing text files.
2. ftp> put <File Name> *Upload the file to be printed
3. ftp> bye *Cut off server connection
The following is a UNIX command example.
1. U:> ftp 172.24.176.244 *Connect to server
Connected to 172.24.176.244. 
220 Connection established. 
2. Name (172.24.176.244:none): user_name *User login
331 Password required to login. 
3. Password: *Enter password
230 User user_name logged in. 
4. ftp> bin *Set file type
200 Type set to IMAGE (binary). 
5. ftp> put print.txt *Upload print file
200 PORT command successful. 
150 Opened BINARY data connection for file transfer. 
226 Transfer complete. 
6. ftp> bye *Cut off server connection
221 Server closing down connection.
IMPORTANT
Up to three clients can be logged in simultaneously to its FTP server.
You cannot perform manipulation of files (changing file names, deleting, etc.) on the FTP server by using FTP commands.