Printing Files Directly from Windows

C When printing a binary file, set the file mode to binary.ftp> bin

When printing a binary file in ASCII mode, print may not come out correctly.

D Specify files to be printed.

The following shows the examples of printing a PostScript file named “file 1” in the “C:\PRINT” directory and printing file 1 and file 2.

ftp> put C:\PRINT\file1 filetype=RPS ftp> mput C:\PRINT\file1 C:\PRINT\file2E Quit ftp.ftp> bye

Note

“=”, “,”, “_”, and “;”cannot be used for filenames. File names will be read as option strings.

For “mput” command, option can not be defined.

For “mput” command, “*” and “?” can be used as wild cards in file names.

When printing a binary file in ASCII mode, print may not come out correctly.

sftp

To use the “sftp” command, a client software is required.

Use the client software that is compliant with ssh ver2.

A B C

D

Start the client software.

8

“psftp>open “host name”” appears.

 

Enter the host name, and then press the {Enter} key.

“Login as: “user name”” appears.

Enter the user name, and then press the {Enter} key.

When you access the “sftp” command initially , “Store key in cache? (y/n)” message appears. Select whether or not to store the key and key information, and then press the {Enter} key.

The entered “user name” and “host name” appears.

Enter the password, and then press the {Enter} key.

The entered password will not appear.

Note

Not all client can use this function.

Reference

For details, see the client software help or the manual help.

291