Legal Information
PC Knowledge Base - FTP Command Reference

Good Knowledge Is Good2Use

ACCOUNT

Sends an account name to the remote FTP server. Use this command when connecting to hosts that require account specifications in addition to a user name.

FORMAT
ACCOUNT account
PARAMETERS
account

Specifies the name of the account to be sent to the remote FTP server.
Restrictions Use this command only when connected to a remote host.

EXAMPLE
FLOWERS.COM> account sales
AGET

Appends a remote file to a file on the local host. AGET is a synonym for APPEND GET. See APPEND GET for more information.

FORMAT
AGET remote_file [local_file]
APPEND GET

Appends remote_file from the remote host to local_file on the local host. APPEND uses the current settings for type, mode, and structure during file transfers. APPEND GET is the same as AGET and APPEND RECEIVE.

FORMAT
APPEND GET remote-file [local-file]
PARAMETERS
remote_file - Specifies the name of the file on the remote host from which to copy.
local_file - Specifies the name of a file on the local host to which the file is to be appended.
Restrictions EXAMPLE

This example shows how to append a remote file to a file on the local host.

FLOWERS.COM> append get login.com To local file: Return
APPEND PUT

Appends local_file on the local host to remote_file on the remote host. APPEND PUT is a synonym for APPEND SEND. See APPEND SEND for more information.

FORMAT
APPEND PUT local_file remote_file
APPEND RECEIVE

Appends remote_file from the remote host to local_file on the local host. APPEND RECEIVE is a synonym for APPEND GET. See APPEND GET for more information.

FORMAT
APPEND RECEIVE remote_file [local_file]
APPEND SEND

Appends local_file on the local host to remote_file on the remote host. APPEND SEND uses the current settings for type, mode, and structure during file transfers. APPEND SEND is the same as APUT and APPEND PUT.

FORMAT
APPEND SEND local_file remote_file
PARAMETERS
local_file - Specifies the name of the file on the local host to be copied.
remote_file - Specifies the destination file name on the remote host.
Restrictions EXAMPLE

This example shows how to append the LOGIN.COM file to the remote file FOO.COM.

FLOWERS.COM>append send login.com foo.com
FLOWERS.COM>

APUT

Appends local_file on the local host to remote_file on the remote host. APUT is a synonym for APPEND PUT and APPEND SEND. See APPEND SEND for more information.

FORMAT
APUT local_file remote_file
ASCII

Sets the transfer type to ASCII for transferring text files. ASCII is a synonym for TYPE ASCII. See TYPE for more information.

FORMAT
ASCII
ATTACH

Detaches the terminal from the calling process and reattaches it to another process. Use the SPAWN SHOW PROCESS /SUBPROCESSES command to list the names of subprocesses. Use the DCL LOGOUT command to return to the original process. If the MULTINET_DISABLE_SPAWN logical is enabled, ATTACH does not work.

FORMAT
ATTACH process-name
PARAMETERS
process_name - Specifies the name of a process to which you want your terminal attached. (Not all subprocesses can be attached; some testing may be required.)


Search Knowledge Base Feedback
If you like our web site refer a friend.
Your friends name.
Your friends email address.
Your Name
Your Email Address


© Copyright 1998-1999 GOOD2USE