Skip to Content
Palm OS Network Programming
book

Palm OS Network Programming

by Greg Winton
September 2001
Intermediate to advanced
400 pages
11h 23m
English
O'Reilly Media, Inc.
Content preview from Palm OS Network Programming

The File Transfer Protocol

File transfer is one of the most common uses of the Internet. The File Transfer Protocol (FTP) is command- and response-based. The client sends a command; the server processes the command and sends back a response. Generally, these commands are hidden behind graphical user interfaces and web browsers.

Reply Codes

The first three characters of every response from the server are a three-digit reply code. Reply codes are interpreted as follows:

1xx: positive preliminary reply

The command operation has successfully started. An FTP server sends a positive preliminary reply during a data transfer when the data socket is connected, but no data has been transferred. We discuss data transfers in Chapter 11.

2xx: positive completion reply

The command operation has successfully completed. An FTP server sends a positive completion reply when data transfer completes.

3xx: positive intermediate reply

The command operation has successfully completed, but the server is waiting for another command from the client. An FTP server sends a positive intermediate reply in response to the client sending the username during authentication.

4xx: transfer negative reply

The command operation has failed, but can be retried later.

5xx: permanent negative completion reply

The command operation has failed, and should not be retried later. An FTP server sends a permanent negative completion reply when a user attempts to access a directory to which he does not have rights.

Login

The client ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Palm OS Programming, 2nd Edition

Palm OS Programming, 2nd Edition

Julie McKeehan, Neil Rhodes
Leo Laporte’s Guide to Safe Computing

Leo Laporte’s Guide to Safe Computing

Leo Laporte, Mark Edward Soper, Andy Walker
Office 2003 XML

Office 2003 XML

Simon St. Laurent, Mary McRae, Evan Lenz

Publisher Resources

ISBN: 0596000057Catalog PageErrata