Trailing-Edge
-
PDP-10 Archives
-
BB-J713A-BM
-
4-documentation/ftp.doc
There are 5 other files named ftp.doc in the archive. Click here to see a list.
FTP.DOC -- Changes from V101B(26) to V4(30)
March, 1979
Copyright (C) 1977,1978,1979 by
Digital Equipment Corporation, Maynard, Mass.
This software is furnished under a license and may be used and copied
only in accordance with the terms of such license and with the
inclusion of the above copyright notice. This software or any other
copies thereof may not be provided or otherwise made available to any
other person. No title to and ownership of the software is hereby
transferred.
The information in this software is subject to change without notice
and should not be construed as a commitment by Digital Equipment
Corporation.
Digital assumes no responsibility for the use or reliability of its
software on equipment which is not supplied by Digital.
FTP.DOC Page 2
FTP.DOC -- Changes from V101B(26) to V4(30)
March, 1979
1.0 SUMMARY
FTP, FTPSER and FTSCTL are programs which allow users to transfer files
over the ARPANET. FTP is the user half of the File Transfer Protocol.
FTPSER and FTSCTL are the server half of the File Transfer Protocol.
FTP version 4(30), FTPSER version 4(2) and FTSCTL version 4(1) run
only on Release 4 of TOPS-20AN.
FTP depends on there being a File Transfer Protocol server at the
remote site.
2.0 EXTERNAL CHANGES
The CWD command now accepts directory names instead of user names.
This change was necessary to provide access to structures other than
PS:.
3.0 KNOWN BUGS AND DEFICIENCIES
None as of March, 1979.
4.0 INSTALLATION AND BUILD INSTRUCTIONS
4.1 Files Needed to Run FTP
FTP consists of the files, FTP.EXE, FTPSER.EXE and FTSCTL.EXE.
4.2 Instructions for Loading and Installing FTP
Mount the tape labeled QT010 on MTA0: and type the following
commands:
R DUMPER
TAPE MTA0:
REWIND
DENSITY 1600-BPI
SKIP 1
RESTORE <*>FTPSER.EXE (TO) <SYSTEM>*.*.-1
RESTORE <*>FT*.EXE (TO) SYS:*.*.-1
REWIND
FTP.DOC Page 3
4.3 Files Needed to Build FTP
FTP.MAC
FTPSER.MAC
FTSCTL.MAC
In addition, the following files must be in SYS:
MACSYM.UNV
MONSYM.UNV
4.4 Instructions for Building FTP
Mount the tape labeled QT010 on MTA0: and type the following
commands:
R DUMPER
TAPE MTA0:
REWIND
DENSITY 1600-BPI
SKIP 3
RESTORE <*>*.*.* (TO) <SELF>*.*.*
REWIND
^C
SUBMIT FTP.CTL/UNIQ:0/REST
4.5 Special Considerations
Before other sites can successfully FTP files to your site over the
ARPANET, FTSCTL must be running. Ordinarily, this system program is
started automatically by SYSJOB.
5.0 INTERNAL CHANGES
Refer to FTP.TCO, for detailed information of changes to FTP.
6.0 SUGGESTIONS
None.
[End of FTP.DOC]