Legal Information |
|
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.
FORMATACCOUNT accountPARAMETERS
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.
FLOWERS.COM> account salesAGET
Appends a remote file to a file on the local host. AGET is a synonym for APPEND GET. See APPEND GET for more information.
FORMATAGET 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.
FORMATAPPEND 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
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: ReturnAPPEND 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.
FORMATAPPEND PUT local_file remote_fileAPPEND 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.
FORMATAPPEND 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.
FORMATAPPEND SEND local_file remote_filePARAMETERS
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
This example shows how to append the LOGIN.COM file to the remote file FOO.COM.
FLOWERS.COM>append send login.com foo.comAPUT
FLOWERS.COM>
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.
FORMATAPUT local_file remote_fileASCII
Sets the transfer type to ASCII for transferring text files. ASCII is a synonym for TYPE ASCII. See TYPE for more information.
FORMATASCIIATTACH
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.
FORMATATTACH process-namePARAMETERS
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 |