packet:xrpi:manpages:hlpchat
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
packet:xrpi:manpages:hlpchat [2025/04/19 14:09] – m0mzf | packet:xrpi:manpages:hlpchat [2025/04/19 18:00] (current) – removed m0mzf | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | =======FTP Server Help======= | + | |
- | =====ABOR.HLP===== | + | |
- | < | + | |
- | COMMAND | + | |
- | ABOR | + | |
- | SYNOPSIS | + | |
- | Abort data connection. | + | |
- | SYNTAX | + | |
- | ABOR | + | |
- | DESCRIPTION | + | |
- | The ABOR command tells the server to abort any data transfer | + | |
- | currently in progress and close the data connection. | + | |
- | connection is not closed. | + | |
- | If the data connection is not open, this command has no effect. | + | |
- | </ | + | |
- | =====CDUP.HLP===== | + | |
- | < | + | |
- | The CDUP command changes the current working directory up one level to | + | |
- | the parent directory, i.e. it performs the function of "CWD .." | + | |
- | This command has no arguments, and if already at the root it has no effect. | + | |
- | See also: | + | |
- | | + | |
- | </ | + | |
- | =====CWD.HLP===== | + | |
- | < | + | |
- | CWD changes the current working directory on the FTP server. | + | |
- | SYNTAX: CWD < | + | |
- | The server accepts both UNIX (e.g. pub/files) and DOS (e.g. pub\files) | + | |
- | pathname conventions, | + | |
- | EXAMPLES: | + | |
- | CWD FRED Change to subdirectory FRED of current directory | + | |
- | CWD .. Change up one level to parent directory | + | |
- | CWD / | + | |
- | CWD / | + | |
- | See also: | + | |
- | | + | |
- | </ | + | |
- | =====DELE.HLP===== | + | |
- | < | + | |
- | Synopsis: | + | |
- | The DELE (delete) command deletes file(s) on the FTP server. | + | |
- | Syntax: | + | |
- | DELE < | + | |
- | Examples: | + | |
- | DELE JIM.TXT | + | |
- | DELE / | + | |
- | DELE *.BAT | + | |
- | Notes: | + | |
- | | + | |
- | </ | + | |
- | =====FTP.HLP===== | + | |
- | < | + | |
- | This FTP server accepts the following commands: | + | |
- | ABOR CDUP CWD | + | |
- | NLST NOOP PASS PASV PORT PWD | + | |
- | RMD | + | |
- | All commands and arguments are case-insensitive, | + | |
- | " | + | |
- | Both UNIX style (e.g. /pub/fred) and DOS style (e.g. \pub\fred) pathname | + | |
- | conventions are accepted. | + | |
- | To get more help on any of these commands type "HELP < | + | |
- | < | + | |
- | </ | + | |
- | =====HELP.HLP===== | + | |
- | < | + | |
- | Synopsis: | + | |
- | The HELP command gives help on FTP server commands. | + | |
- | Syntax: | + | |
- | HELP [< | + | |
- | Examples: | + | |
- | | + | |
- | HELP CWD Gives information about the CWD command | + | |
- | Notes: | + | |
- | Some FTP clients may intercept the HELP command to give help on client | + | |
- | | + | |
- | | + | |
- | a command which passes commands " | + | |
- | If all else fails, TELNET to port 21 and the HELP command will work. | + | |
- | </ | + | |
- | =====LIST.HLP===== | + | |
- | < | + | |
- | Synopsis: | + | |
- | The LIST command lists FTP server directory contents. | + | |
- | Syntax: | + | |
- | LIST [< | + | |
- | Description: | + | |
- | The LIST command causes a directory listing to be sent from the FTP | + | |
- | | + | |
- | | + | |
- | The optional argument consists of a directory path and filename mask. | + | |
- | If no path is specified, the current directory is assumed. | + | |
- | mask is specified, " | + | |
- | are accepted. | + | |
- | Examples: | + | |
- | | + | |
- | LIST PUB Lists all files in PUB subdirectory | + | |
- | LIST / | + | |
- | See also: | + | |
- | | + | |
- | </ | + | |
- | =====MKD.HLP===== | + | |
- | < | + | |
- | Synopsis: | + | |
- | MKD (Make Directory) creates a new directory on the FTP server. | + | |
- | Syntax: | + | |
- | MKD < | + | |
- | Description: | + | |
- | The MKD command creates a new directory on the FTP server. | + | |
- | Examples: | + | |
- | MKD FRED | + | |
- | MKD / | + | |
- | See also: | + | |
- | | + | |
- | </ | + | |
- | =====MODE.HLP===== | + | |
- | < | + | |
- | Synopsis: | + | |
- | The MODE command specifies the data transfer mode. | + | |
- | Syntax: | + | |
- | MODE < | + | |
- | Description: | + | |
- | MODE specifies how the data is to be formatted and transferred via | + | |
- | the data connection. | + | |
- | B - Block Data is sent in blocks | + | |
- | C - Compressed | + | |
- | S - Stream | + | |
- | The default transfer mode, which is the only one currently implemented, | + | |
- | is Stream. | + | |
- | | + | |
- | Examples: | + | |
- | MODE S Sets (S)tream transfer mode. | + | |
- | </ | + | |
- | =====NLST.HLP===== | + | |
- | < | + | |
- | Synopsis: | + | |
- | NLST (Name List) lists FTP server directory contents in short form. | + | |
- | Syntax: | + | |
- | NLST [< | + | |
- | Description: | + | |
- | The NLST command causes a directory listing to be sent from the FTP | + | |
- | | + | |
- | | + | |
- | The optional argument consists of a directory path and filename mask. | + | |
- | If no path is specified, the current directory is assumed. | + | |
- | mask is specified, " | + | |
- | are accepted. | + | |
- | The listing consists of filenames only, without size, date and other | + | |
- | | + | |
- | Examples: | + | |
- | | + | |
- | NLST PUB Lists all files in PUB subdirectory | + | |
- | NLST / | + | |
- | See also: | + | |
- | | + | |
- | </ | + | |
- | =====NOOP.HLP===== | + | |
- | < | + | |
- | Synopsis: | + | |
- | The NOOP (NO OPeration) command does nothing. | + | |
- | Syntax: | + | |
- | | + | |
- | Description: | + | |
- | The NOOP does not affect anything, and its only action is to cause | + | |
- | the server to send an " | + | |
- | that the control connection is still functioning. | + | |
- | </ | + | |
- | =====PASS.HLP===== | + | |
- | < | + | |
- | Synopsis: | + | |
- | The PASS (PASSword) command specifies user password at login. | + | |
- | Syntax: | + | |
- | PASS < | + | |
- | Description: | + | |
- | The argument to the PASS command can be either a string of 5 | + | |
- | | + | |
- | only, the password itself. | + | |
- | The command must be immediately preceeded by the USER command. | + | |
- | If you are using an insecure link, you should choose one of the | + | |
- | 5 lines of the matrix, and send the corresponding 5 characters | + | |
- | from your password. | + | |
- | the password. | + | |
- | Examples: | + | |
- | PASS qreis | + | |
- | PASS squirrels | + | |
- | See also: | + | |
- | | + | |
- | </ | + | |
- | =====PASV.HLP===== | + | |
- | < | + | |
- | Synopsis: | + | |
- | The PASV command requests " | + | |
- | Syntax: | + | |
- | | + | |
- | Description: | + | |
- | | + | |
- | | + | |
- | not be possible if the client is located behind a firewall or | + | |
- | | + | |
- | | + | |
- | | + | |
- | for the client to connect. | + | |
- | The PASV command must be sent before each data transfer. | + | |
- | </ | + | |
- | =====PORT.HLP===== | + | |
- | < | + | |
- | Synopsis: | + | |
- | PORT specifies the IP address and port for the data connection. | + | |
- | Syntax: | + | |
- | PORT h1, | + | |
- | Description: | + | |
- | The PORT command specifies the IP address and TCP port number to be | + | |
- | used by the data connection. | + | |
- | a 32 bit IP address and a 16 bit TCP port number, broken into 8 bit | + | |
- | | + | |
- | | + | |
- | | + | |
- | Example: | + | |
- | PORT 44, | + | |
- | port number 0401 (1001 decimal) | + | |
- | Notes: | + | |
- | Under normal circumstances this command is not needed. | + | |
- | | + | |
- | the control connection. | + | |
- | a completely diffent host if required. | + | |
- | </ | + | |
- | =====PWD.HLP===== | + | |
- | < | + | |
- | Command: | + | |
- | PWD (Print Working Directory) | + | |
- | Synopsis: | + | |
- | | + | |
- | Syntax: | + | |
- | PWD | + | |
- | Description: | + | |
- | The PWD command causes the full path of the FTP server' | + | |
- | | + | |
- | See also: | + | |
- | | + | |
- | </ | + | |
- | =====QUIT.HLP===== | + | |
- | < | + | |
- | Synopsis: | + | |
- | The QUIT command terminates an FTP session. | + | |
- | Syntax: | + | |
- | | + | |
- | Description: | + | |
- | If a file transfer is not in progress, the QUIT command terminates | + | |
- | the FTP session and closes the control connection. | + | |
- | If file transfer is in progress, the control connection will remain | + | |
- | open until transfer is complete, allowing the result code to be | + | |
- | | + | |
- | An unexpected close on the control connection will abort any data | + | |
- | | + | |
- | See also: | + | |
- | | + | |
- | </ | + | |
- | =====RETR.HLP===== | + | |
- | < | + | |
- | Command: | + | |
- | RETR (Retrieve File) | + | |
- | Synopsis: | + | |
- | | + | |
- | Syntax: | + | |
- | RETR < | + | |
- | Description: | + | |
- | The RETR command causes the named file to be sent from the FTP | + | |
- | | + | |
- | be found, access is denied or the data connection can't be opened | + | |
- | an appropriate error message is returned. | + | |
- | Examples: | + | |
- | RETR JIM.TXT | + | |
- | RETR / | + | |
- | Notes: | + | |
- | | + | |
- | See also: | + | |
- | | + | |
- | | + | |
- | </ | + | |
- | =====RMD.HLP===== | + | |
- | < | + | |
- | Synopsis: | + | |
- | RMD (Remove Directory) deletes a directory. | + | |
- | Syntax: | + | |
- | RMD < | + | |
- | Description: | + | |
- | The RMD command deletes the directory specified by < | + | |
- | Examples: | + | |
- | RMD FRED | + | |
- | RMD / | + | |
- | See also: | + | |
- | | + | |
- | </ | + | |
- | =====RNFR.HLP===== | + | |
- | < | + | |
- | Command: | + | |
- | RNFR (Rename From) | + | |
- | Synopsis: | + | |
- | | + | |
- | Syntax: | + | |
- | RNFR < | + | |
- | Description: | + | |
- | The RNFR command specifies the old pathname of a file which is to be | + | |
- | | + | |
- | | + | |
- | If the file isn't found, the request will be refused. | + | |
- | Examples: | + | |
- | RNFR JIM.TXT | + | |
- | RNFR / | + | |
- | See also: | + | |
- | | + | |
- | </ | + | |
- | =====RNTO.HLP===== | + | |
- | < | + | |
- | Command: | + | |
- | RNTO (Rename To) | + | |
- | Synopsis: | + | |
- | FTP server command - Specifies new name for renamed file. | + | |
- | Syntax: | + | |
- | RNTO < | + | |
- | Description: | + | |
- | The RNTO command specifies the new pathname of a file which is being | + | |
- | | + | |
- | | + | |
- | If the new pathname isn't valid, or an error occurred, the request | + | |
- | will be refused. | + | |
- | Examples: | + | |
- | RNTO DOG.TXT | + | |
- | RNTO / | + | |
- | See also: | + | |
- | | + | |
- | </ | + | |
- | =====STOR.HLP===== | + | |
- | < | + | |
- | Command: | + | |
- | STOR (Store File) | + | |
- | Synopsis: | + | |
- | | + | |
- | Syntax: | + | |
- | STOR < | + | |
- | Description: | + | |
- | The STOR command requests the FTP server to accept data via the data | + | |
- | | + | |
- | If the file specified in the pathname already exists at the server, | + | |
- | it is overwritten by the new data. | + | |
- | Examples: | + | |
- | STOR JIM.TXT | + | |
- | STOR / | + | |
- | See also: | + | |
- | | + | |
- | </ | + | |
- | =====STRU.HLP===== | + | |
- | < | + | |
- | Command: | + | |
- | STRU (File Structure) | + | |
- | Synopsis: | + | |
- | The STRU command specifies the structure of files. | + | |
- | Syntax: | + | |
- | STRU < | + | |
- | Description: | + | |
- | STRU specifies the internal structure of the files being transferred, | + | |
- | | + | |
- | | + | |
- | F - File No record structure (contiguous bytes) | + | |
- | R - Record | + | |
- | P - Page File is composed of independant pages | + | |
- | The default structure, which is the only one currently implemented, | + | |
- | is (F)ile. | + | |
- | | + | |
- | Examples: | + | |
- | STRU F Sets (F)ile structure. | + | |
- | </ | + | |
- | =====SYST.HLP===== | + | |
- | < | + | |
- | Command: | + | |
- | | + | |
- | Synopsis: | + | |
- | FTP server command - Operating system enquiry. | + | |
- | Syntax: | + | |
- | | + | |
- | Description: | + | |
- | The SYST command is used to find out what type of operating system | + | |
- | is being used on the server. | + | |
- | The first word of the reply is one of the agreed system names, in | + | |
- | this case Windows_NT version 4.0. | + | |
- | </ | + | |
- | =====TYPE.HLP===== | + | |
- | < | + | |
- | Command: | + | |
- | | + | |
- | Synopsis: | + | |
- | The TYPE command specifies the data representation type. | + | |
- | Syntax: | + | |
- | TYPE < | + | |
- | Description: | + | |
- | The argument to the TYPE command specifies how the data is to be | + | |
- | | + | |
- | Type codes are as follows: | + | |
- | A - ASCII Text. End of line indicated by < | + | |
- | I - Image No translation. | + | |
- | L < | + | |
- | Examples: | + | |
- | TYPE A Specifies Ascii type. | + | |
- | TYPE L 8 Specifies local byte size of 8 bits | + | |
- | </ | + | |
- | =====USER.HLP===== | + | |
- | < | + | |
- | Command: | + | |
- | | + | |
- | Synopsis: | + | |
- | | + | |
- | Syntax: | + | |
- | USER < | + | |
- | Description: | + | |
- | The argument to the USER command is a string of up to 8 characters | + | |
- | | + | |
- | Users are not allowed access to the system without logging in. | + | |
- | The command must be immediately followed by the PASS command. | + | |
- | Examples: | + | |
- | USER G6YTR | + | |
- | See also: | + | |
- | | + | |
- | </ | + |
packet/xrpi/manpages/hlpchat.1745071789.txt.gz · Last modified: 2025/04/19 14:09 by m0mzf