/sys$common/syshlp/helplib.hlb FTP, Examples *Conan The Librarian (sorry for the slow response - running on an old VAX) |
1.$ FTP FTP> Starts an FTP user session without establishing a connection. 2.$ FTP WKSITE <Return> 220 wksite.texts.wrights.com FTP Server (DIGITAL UNIX 13:34:28 EDT) ready Connected to wren.nest.willow.com. Name (wksite:parks) <Return> 331 Password required for parks. Password: (password not echoed) <Return> 230 User parks logged in. FTP> User PARKS starts an FTP session and connects to UNIX host wksite. 3.$ FTP NEWY /USERNAME=BENSON /PASSWORD=WMSWMS 220 NEWY.LINK1.MOA.COM FTP Server (Version 5.0) ready Connected to NEWY.LINK1.MOA.COM. 331 Username BENSON requires a password. 230 User logged in. FTP> Starts an FTP session and connects to remote OpenVMS host NEWY, in user account BENSON.
|