Home » Personal collection » Acorn hard disk » apps » web » Telnet/!SFTP/Resources/MESSAGES
Telnet/!SFTP/Resources/MESSAGES
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Personal collection » Acorn hard disk » apps » web |
Filename: | Telnet/!SFTP/Resources/MESSAGES |
Read OK: | ✔ |
File size: | 2C3E bytes |
Load address: | 0000 |
Exec address: | 0000 |
Duplicates
There is 1 duplicate copy of this file in the archive:
- Personal collection » Acorn ADFS disks » Greaseweazled » adfs_1.6M_NetBits.adf » !SFTP/Resources/MESSAGES
- Personal collection » Acorn hard disk » apps » web » Telnet/!SFTP/Resources/MESSAGES
File contents
_TaskName:sFTP NoName:Unspecified profile name NoHost:Unspecified profile host name NoLogin:Unspecified profile login name NoPass:Unspecified profile password Frontend1:You need to enter a profile name in the profile dialog box if you wish to save the current profile. Frontend2:You have not yet specified an FTP site or IP address. Frontend3:Profile name already exists. Overwrite ? Frontend4:Specified local directory does not exist. Frontend5:The specified 'Default transfer directory' does not exist. Configuration not saved. Frontend6:The specified Local Directory does not exist. # Task messages 1.TaskName:sFtp # Error messages err.msg1:Failed to initialise properly, exiting. err.msg2:Failed to close the current session properly. err.msg4:Not connected. err.msg5:You must close the current session first. err.msg6:Load failed. err.msg8:Site not specified. err.msg9:Unknown client command. err.msg10:No login id specified - closing connection. err.msg11:Directory does not exist. err.msg12:Error creating socket and port. err.msg13:Unable to create a Socket. err.msg14:Unable to gethostbyname. err.msg15:Unable to connect to host '%s'. err.msg16:Unable to connect to host '%s' reason unknown. err.msg17:Error getting ip number. err.msg18:Error replying to inital connection. err.msg20:No password specified - closing connection. err.msg21:Too many parameters supplied. err.msg22:No parameters supplied. Two needed. err.msg24:No help available. err.msg25:Unable to open profile '%s'. err.msg26:Failed to %s from server %s properly. err.msg27:Filename '%s' err.msg28:Unable to establish new connection. err.msg29:Failed to allocate a free socket. err.msg31:Error getting local address. err.msg32:Error getting local port. err.msg33:Filename '%s' already exists. err.msg34:Ambiguous command. err.msg35:Too many parameters. err.msg36:Not enough parameters. err.msg37:No files were found matching the filespec '%s'. err.msg38:Overwrite (y/n) ? err.msg39:does not exist. err.msg40:%s is not a file. err.msg41:Lookup failed - a call to the TCP/IP stack failed. err.msg42:Error in xdnsresolver_start. err.msg43:Unable to create a master socket. err.msg44:Unable to establish the IP address of the control connection. err.msg45:Unable to establish the local port number of the listening socket. err.msg46:The port command was not successfully acknowledged. err.msg47:Abort command has been sent, awaiting confirmation. err.msg48:Unable to save profile name '%s'. err.msg49:This server has not implemented the HELP command. err.msg50:WimpExtLib failed to initialise properly, exiting. err.msg51:Unknown command. err.msg52:Ambiguous command. err.msg53:Not connected. err.msg54:You must first close the current session. err.msg55:Not enough paramaters. err.msg56:Too many parameters. err.msg57:Unable to create file '%s' err.msg58:No address was found. err.msg59:Error message '%s' missing from '%s' file. err.msg60:get aborted. err.msg61:Profile name '%s' already exists. err.msg62:No such file or directory. # Information messages info.msg1:Session closed. Please close the window. info.msg2:Closing connection. info.msg3:Profile successfully saved. info.msg4:Hash display has been turned off. info.msg5:Hash display has been set to info.msg6:Verbose mode is set to On. info.msg7:Verbose mode is set to Off. info.msg8:Local direcory has been changed to '%s' info.msg9:Current local directory is set to info.msg10:Bell status set to off. info.msg11:Bell status is set to on. info.msg12:Prompt mode is set to On. info.msg13:Prompt mode is set to Off. info.msg14:Remote unique filenames is set to Off. info.msg15:Remote unique filenames is set to On. info.msg16:Renaming file '%s' to '%s' info.msg17:Profile not saved. info.msg18:AffectCSD is set to On. info.msg19:AffectCSD is set to Off. info.msg20:Syslog logging level set to %d info.msg21:Unique local filenames mode is set to Off. info.msg22:Unique local filenames mode is set to On. info.msg23:Get newer files only is set to Off. info.msg24:Get newer files only is set to On. info.msg25:Put newer files only is set to Off. info.msg26:Put newer files only is set to On. # Information messages for Help desc.!:Carry out a shell command. e.g. !cat usage.!:!command desc.*:Carry out a shell command. e.g. *cat usage.*:*command desc.abort:To abort the current download. usage.abort:abort desc.account:Supply a supplemental password required by a remote system desc1.account:for access to resources once a login has been successfully desc2.account:completed. usage.account:account [passwd] desc.affectcsd:Toggles on and off - using the actual CSD or just a desc1.affectcsd:copy of it. usage.affectcsd:affectcsd desc.append:Append a local file to a file on the remote machine. usage.append:append local-file [remote-file] desc.asc:Set the file transfer type to ASCII. desc1.asc:A shortcut for ascii. usage.asc:asc desc.ascii:Set the file transfer type to ASCII. usage.ascii:ascii desc.bell:Turn on bell notification when end of file transfer. desc1.bell:Default = nobell. usage.bell:bell desc.bin:Set the file transfer type to BINARY. desc1.bin:A shortcut for binary. usage.bin:bin desc.binary:Set the file transfer type to BINARY. usage.binary:binary desc.bye:Exit the program closing any open session. desc1.bye:A synonym for quit. usage.bye:bye desc.cd:Change directory on remote host to remote-directory. desc1.cd:Also 'cd ..' is a synonym for cdup. usage.cd:cd remote-directory desc.lcd:Change directory on the currently selected local hard disk desc1.lcd:to local-directory. usage.lcd:lcd local-directory desc.lcdup:Change directory on the local host to the parent of the current local desc1.lcdup:directory. usage.lcdup:lcdup desc.cdup:Change directory on remote host to the parent of the current directory desc1.cdup:on the remote host. desc2.cdup:Same as 'cd ..'. usage.cdup:cdup desc.chmod:Change the permission modes of the filename on the remote desc1.chmod:system to mode. usage.chmod:chmod mode filename desc.close:End the current ftp session. usage.close:close desc.debug:Sets the system logging level for !syslog usage.debug:debug nnn Where nnn is a number between 0 and 255 inclusive. usage1.debug: 0 turns off debugging desc.delete:Attempts to delete the file(s) or directory specified on the remote host. usage.delete:delete filename or delete filespec* or delete directory desc.dir:List the contents of the remote directory specified or the current desc1.dir:remote directory if no directory is specified. desc2.dir:A synonym for ls -l. usage.dir:dir [remote-directory] [>local-file] desc.dput:Attempts to put a whole directory including any subdirectories to the remote host. usage.dput:dput local-directory [remote-directory] desc.downloads:Opens the currently selected downloads directory. usage.downloads:downloads desc.ldir:List the contents of the currently selected local hard disk directory. desc1.ldir:A synonym for lsl -l. usage.ldir:ldir [local-directory] desc.exit:Exit the program closing any open session. desc1.exit:A synonym for quit. usage.exit:exit desc.get:Retrieve the remote-file and store it on the local machine. usage.get:get remote-file [local-file] desc.getnewer:If on, download only files with a newer date and timestamp. usage.getnewer:getnewer desc.help:Display help on client commands. usage.help:help [command] desc.?:Display help on client commands. desc.?:A synonym for help. usage.?:?[ command] desc.image:Set the file transfer type to binary. desc1.image:A synonym for bin. usage.image:image desc.logout:End the current ftp session. desc1.logout:A synonym for close. usage.logout:logout desc.ls:List the contents of the remote directory specified or the current desc1.ls:remote directory if no directory is specified. The switch -l desc2.ls:lists full information, the >local-file will save the list as a file. usage.ls:ls [remote-directory] [-l] [>local-file] desc.lls:List the contents of the local hard disk specified or the current desc1.lls:local hard disk directory if no directory is specified. The desc2.lls:switch -l lists full information. usage.lls:lls [local-directory] [-l] desc.lpwd:Display the name of the current local hard disk directory desc1.lpwd:on the local machine. usage.lpwd:lpwd desc.lunique:lunique usage.lunique:Toggles use of unique local filenames. desc.mget:Retrieve multiple files matching the wildcard. usage.mget:mget remote-filespec desc.mkdir:Attempts to create a new directory on the remote host. usage.mkdir:mkdir directory-name desc.mput:Puts multiple files from the uploads directory to the remote host. usage.mput:mput local-filespec esc.nobell:Turn off bell notification when end of file transfer. desc1.nobell:Default = nobell. usage.nobell:nobell desc.open:Starts ftp session with remote host name, ip address, or presaved desc1.open:profile name. usage.open:open <>remote-host-addr [login-id [password [remotedir [local-dir]]]] | profile> desc.profiles:Displays the list of currently saved profiles. usage.profiles:profiles desc.prompt:Force interactive prompting on multiple commands and desc1.prompt:confirmation of overwrites. usage.prompt:prompt desc.put:Upload specified file. usage.put:put local-file [remote-file] desc.putnewer:If on, uploads only files with a newer date and timestamp. usage.putnewer:putnewer desc.pwd:Display the name of the current working directory on the desc1.pwd:remote machine. usage.pwd:pwd desc.quit:Exit the program closing any open session. usage.quit:quit desc.quote:Sends the contents of 'string' direct to the control channel. usage.quote:quote string desc.read:Displays a text file in an editor window usage.read:read remote-file desc.recv:Retrieve the remote file and store it on the local machine. desc1.recv:A synonym for get. usage.recv:recv remote-file [local-file] desc.reget:Reget the rest of the remote-file and append it to the partially desc1.reget:downloaded local-file. usage.reget:reget remote-file [local-file] desc.rename:Rename the file 'from' on the remote machine, to the file 'to'. usage.rename:rename from to desc.rhelp:Display what help is available from the remote site. usage.rhelp:rhelp [command] desc.rmdir:Delete a directory on the remote host. usage.rmdir:rmdir directory-name desc.rstatus:Show the current status of the remote ftp server. usage.rstatus:rstatus desc.save:Saves the current profile configuration, inc current remote and local desc1.save:paths. usage.save:save profile desc.send:Upload specified file. desc1.send:A synonym for put. usage.send:send local-filename [remote-filename] desc.size:Return size of filename on remote machine. usage.size:size filename desc.site:Allows you to send system specific commands. usage.site:site arg1 arg2 ... desc.status:Show the current status of sftp. usage.status:status desc.system:Show the type of operating system running on the remote machine. usage.system:system desc.user:Identify yourself to the remote host. usage.user:user user-name [password] desc.verbose:Toggles display of server messages on and off. usage.verbose:verbose desc.version:Display the current program version. usage.version:version desc.view:Displays a text file in an editor window. desc1.view:A synonym for read. usage.view:view remote-file desc.runique:Toggles storing of unique filenames on the remote site. usage.runique:runique
00000000 5f 54 61 73 6b 4e 61 6d 65 3a 73 46 54 50 0a 4e |_TaskName:sFTP.N| 00000010 6f 4e 61 6d 65 3a 55 6e 73 70 65 63 69 66 69 65 |oName:Unspecifie| 00000020 64 20 70 72 6f 66 69 6c 65 20 6e 61 6d 65 0a 4e |d profile name.N| 00000030 6f 48 6f 73 74 3a 55 6e 73 70 65 63 69 66 69 65 |oHost:Unspecifie| 00000040 64 20 70 72 6f 66 69 6c 65 20 68 6f 73 74 20 6e |d profile host n| 00000050 61 6d 65 0a 4e 6f 4c 6f 67 69 6e 3a 55 6e 73 70 |ame.NoLogin:Unsp| 00000060 65 63 69 66 69 65 64 20 70 72 6f 66 69 6c 65 20 |ecified profile | 00000070 6c 6f 67 69 6e 20 6e 61 6d 65 0a 4e 6f 50 61 73 |login name.NoPas| 00000080 73 3a 55 6e 73 70 65 63 69 66 69 65 64 20 70 72 |s:Unspecified pr| 00000090 6f 66 69 6c 65 20 70 61 73 73 77 6f 72 64 0a 0a |ofile password..| 000000a0 46 72 6f 6e 74 65 6e 64 31 3a 59 6f 75 20 6e 65 |Frontend1:You ne| 000000b0 65 64 20 74 6f 20 65 6e 74 65 72 20 61 20 70 72 |ed to enter a pr| 000000c0 6f 66 69 6c 65 20 6e 61 6d 65 20 69 6e 20 74 68 |ofile name in th| 000000d0 65 20 70 72 6f 66 69 6c 65 20 64 69 61 6c 6f 67 |e profile dialog| 000000e0 20 62 6f 78 20 69 66 20 79 6f 75 20 77 69 73 68 | box if you wish| 000000f0 20 74 6f 20 73 61 76 65 20 74 68 65 20 63 75 72 | to save the cur| 00000100 72 65 6e 74 20 70 72 6f 66 69 6c 65 2e 0a 46 72 |rent profile..Fr| 00000110 6f 6e 74 65 6e 64 32 3a 59 6f 75 20 68 61 76 65 |ontend2:You have| 00000120 20 6e 6f 74 20 79 65 74 20 73 70 65 63 69 66 69 | not yet specifi| 00000130 65 64 20 61 6e 20 46 54 50 20 73 69 74 65 20 6f |ed an FTP site o| 00000140 72 20 49 50 20 61 64 64 72 65 73 73 2e 0a 46 72 |r IP address..Fr| 00000150 6f 6e 74 65 6e 64 33 3a 50 72 6f 66 69 6c 65 20 |ontend3:Profile | 00000160 6e 61 6d 65 20 61 6c 72 65 61 64 79 20 65 78 69 |name already exi| 00000170 73 74 73 2e 20 20 4f 76 65 72 77 72 69 74 65 20 |sts. Overwrite | 00000180 3f 0a 46 72 6f 6e 74 65 6e 64 34 3a 53 70 65 63 |?.Frontend4:Spec| 00000190 69 66 69 65 64 20 6c 6f 63 61 6c 20 64 69 72 65 |ified local dire| 000001a0 63 74 6f 72 79 20 64 6f 65 73 20 6e 6f 74 20 65 |ctory does not e| 000001b0 78 69 73 74 2e 0a 46 72 6f 6e 74 65 6e 64 35 3a |xist..Frontend5:| 000001c0 54 68 65 20 73 70 65 63 69 66 69 65 64 20 27 44 |The specified 'D| 000001d0 65 66 61 75 6c 74 20 74 72 61 6e 73 66 65 72 20 |efault transfer | 000001e0 64 69 72 65 63 74 6f 72 79 27 20 64 6f 65 73 20 |directory' does | 000001f0 6e 6f 74 20 65 78 69 73 74 2e 20 20 43 6f 6e 66 |not exist. Conf| 00000200 69 67 75 72 61 74 69 6f 6e 20 6e 6f 74 20 73 61 |iguration not sa| 00000210 76 65 64 2e 0a 46 72 6f 6e 74 65 6e 64 36 3a 54 |ved..Frontend6:T| 00000220 68 65 20 73 70 65 63 69 66 69 65 64 20 4c 6f 63 |he specified Loc| 00000230 61 6c 20 44 69 72 65 63 74 6f 72 79 20 64 6f 65 |al Directory doe| 00000240 73 20 6e 6f 74 20 65 78 69 73 74 2e 0a 0a 23 20 |s not exist...# | 00000250 54 61 73 6b 20 6d 65 73 73 61 67 65 73 0a 31 2e |Task messages.1.| 00000260 54 61 73 6b 4e 61 6d 65 3a 73 46 74 70 0a 0a 23 |TaskName:sFtp..#| 00000270 20 45 72 72 6f 72 20 6d 65 73 73 61 67 65 73 0a | Error messages.| 00000280 65 72 72 2e 6d 73 67 31 3a 46 61 69 6c 65 64 20 |err.msg1:Failed | 00000290 74 6f 20 69 6e 69 74 69 61 6c 69 73 65 20 70 72 |to initialise pr| 000002a0 6f 70 65 72 6c 79 2c 20 65 78 69 74 69 6e 67 2e |operly, exiting.| 000002b0 0a 65 72 72 2e 6d 73 67 32 3a 46 61 69 6c 65 64 |.err.msg2:Failed| 000002c0 20 74 6f 20 63 6c 6f 73 65 20 74 68 65 20 63 75 | to close the cu| 000002d0 72 72 65 6e 74 20 73 65 73 73 69 6f 6e 20 70 72 |rrent session pr| 000002e0 6f 70 65 72 6c 79 2e 0a 65 72 72 2e 6d 73 67 34 |operly..err.msg4| 000002f0 3a 4e 6f 74 20 63 6f 6e 6e 65 63 74 65 64 2e 0a |:Not connected..| 00000300 65 72 72 2e 6d 73 67 35 3a 59 6f 75 20 6d 75 73 |err.msg5:You mus| 00000310 74 20 63 6c 6f 73 65 20 74 68 65 20 63 75 72 72 |t close the curr| 00000320 65 6e 74 20 73 65 73 73 69 6f 6e 20 66 69 72 73 |ent session firs| 00000330 74 2e 0a 65 72 72 2e 6d 73 67 36 3a 4c 6f 61 64 |t..err.msg6:Load| 00000340 20 66 61 69 6c 65 64 2e 0a 65 72 72 2e 6d 73 67 | failed..err.msg| 00000350 38 3a 53 69 74 65 20 6e 6f 74 20 73 70 65 63 69 |8:Site not speci| 00000360 66 69 65 64 2e 0a 65 72 72 2e 6d 73 67 39 3a 55 |fied..err.msg9:U| 00000370 6e 6b 6e 6f 77 6e 20 63 6c 69 65 6e 74 20 63 6f |nknown client co| 00000380 6d 6d 61 6e 64 2e 0a 65 72 72 2e 6d 73 67 31 30 |mmand..err.msg10| 00000390 3a 4e 6f 20 6c 6f 67 69 6e 20 69 64 20 73 70 65 |:No login id spe| 000003a0 63 69 66 69 65 64 20 2d 20 63 6c 6f 73 69 6e 67 |cified - closing| 000003b0 20 63 6f 6e 6e 65 63 74 69 6f 6e 2e 0a 65 72 72 | connection..err| 000003c0 2e 6d 73 67 31 31 3a 44 69 72 65 63 74 6f 72 79 |.msg11:Directory| 000003d0 20 64 6f 65 73 20 6e 6f 74 20 65 78 69 73 74 2e | does not exist.| 000003e0 0a 65 72 72 2e 6d 73 67 31 32 3a 45 72 72 6f 72 |.err.msg12:Error| 000003f0 20 63 72 65 61 74 69 6e 67 20 73 6f 63 6b 65 74 | creating socket| 00000400 20 61 6e 64 20 70 6f 72 74 2e 0a 65 72 72 2e 6d | and port..err.m| 00000410 73 67 31 33 3a 55 6e 61 62 6c 65 20 74 6f 20 63 |sg13:Unable to c| 00000420 72 65 61 74 65 20 61 20 53 6f 63 6b 65 74 2e 0a |reate a Socket..| 00000430 65 72 72 2e 6d 73 67 31 34 3a 55 6e 61 62 6c 65 |err.msg14:Unable| 00000440 20 74 6f 20 67 65 74 68 6f 73 74 62 79 6e 61 6d | to gethostbynam| 00000450 65 2e 0a 65 72 72 2e 6d 73 67 31 35 3a 55 6e 61 |e..err.msg15:Una| 00000460 62 6c 65 20 74 6f 20 63 6f 6e 6e 65 63 74 20 74 |ble to connect t| 00000470 6f 20 68 6f 73 74 20 27 25 73 27 2e 0a 65 72 72 |o host '%s'..err| 00000480 2e 6d 73 67 31 36 3a 55 6e 61 62 6c 65 20 74 6f |.msg16:Unable to| 00000490 20 63 6f 6e 6e 65 63 74 20 74 6f 20 68 6f 73 74 | connect to host| 000004a0 20 27 25 73 27 20 72 65 61 73 6f 6e 20 75 6e 6b | '%s' reason unk| 000004b0 6e 6f 77 6e 2e 0a 65 72 72 2e 6d 73 67 31 37 3a |nown..err.msg17:| 000004c0 45 72 72 6f 72 20 67 65 74 74 69 6e 67 20 69 70 |Error getting ip| 000004d0 20 6e 75 6d 62 65 72 2e 0a 65 72 72 2e 6d 73 67 | number..err.msg| 000004e0 31 38 3a 45 72 72 6f 72 20 72 65 70 6c 79 69 6e |18:Error replyin| 000004f0 67 20 74 6f 20 69 6e 69 74 61 6c 20 63 6f 6e 6e |g to inital conn| 00000500 65 63 74 69 6f 6e 2e 0a 65 72 72 2e 6d 73 67 32 |ection..err.msg2| 00000510 30 3a 4e 6f 20 70 61 73 73 77 6f 72 64 20 73 70 |0:No password sp| 00000520 65 63 69 66 69 65 64 20 2d 20 63 6c 6f 73 69 6e |ecified - closin| 00000530 67 20 63 6f 6e 6e 65 63 74 69 6f 6e 2e 0a 65 72 |g connection..er| 00000540 72 2e 6d 73 67 32 31 3a 54 6f 6f 20 6d 61 6e 79 |r.msg21:Too many| 00000550 20 70 61 72 61 6d 65 74 65 72 73 20 73 75 70 70 | parameters supp| 00000560 6c 69 65 64 2e 0a 65 72 72 2e 6d 73 67 32 32 3a |lied..err.msg22:| 00000570 4e 6f 20 70 61 72 61 6d 65 74 65 72 73 20 73 75 |No parameters su| 00000580 70 70 6c 69 65 64 2e 20 20 54 77 6f 20 6e 65 65 |pplied. Two nee| 00000590 64 65 64 2e 0a 65 72 72 2e 6d 73 67 32 34 3a 4e |ded..err.msg24:N| 000005a0 6f 20 68 65 6c 70 20 61 76 61 69 6c 61 62 6c 65 |o help available| 000005b0 2e 0a 65 72 72 2e 6d 73 67 32 35 3a 55 6e 61 62 |..err.msg25:Unab| 000005c0 6c 65 20 74 6f 20 6f 70 65 6e 20 70 72 6f 66 69 |le to open profi| 000005d0 6c 65 20 27 25 73 27 2e 0a 65 72 72 2e 6d 73 67 |le '%s'..err.msg| 000005e0 32 36 3a 46 61 69 6c 65 64 20 74 6f 20 25 73 20 |26:Failed to %s | 000005f0 66 72 6f 6d 20 73 65 72 76 65 72 20 25 73 20 70 |from server %s p| 00000600 72 6f 70 65 72 6c 79 2e 0a 65 72 72 2e 6d 73 67 |roperly..err.msg| 00000610 32 37 3a 46 69 6c 65 6e 61 6d 65 20 27 25 73 27 |27:Filename '%s'| 00000620 0a 65 72 72 2e 6d 73 67 32 38 3a 55 6e 61 62 6c |.err.msg28:Unabl| 00000630 65 20 74 6f 20 65 73 74 61 62 6c 69 73 68 20 6e |e to establish n| 00000640 65 77 20 63 6f 6e 6e 65 63 74 69 6f 6e 2e 0a 65 |ew connection..e| 00000650 72 72 2e 6d 73 67 32 39 3a 46 61 69 6c 65 64 20 |rr.msg29:Failed | 00000660 74 6f 20 61 6c 6c 6f 63 61 74 65 20 61 20 66 72 |to allocate a fr| 00000670 65 65 20 73 6f 63 6b 65 74 2e 0a 65 72 72 2e 6d |ee socket..err.m| 00000680 73 67 33 31 3a 45 72 72 6f 72 20 67 65 74 74 69 |sg31:Error getti| 00000690 6e 67 20 6c 6f 63 61 6c 20 61 64 64 72 65 73 73 |ng local address| 000006a0 2e 0a 65 72 72 2e 6d 73 67 33 32 3a 45 72 72 6f |..err.msg32:Erro| 000006b0 72 20 67 65 74 74 69 6e 67 20 6c 6f 63 61 6c 20 |r getting local | 000006c0 70 6f 72 74 2e 0a 65 72 72 2e 6d 73 67 33 33 3a |port..err.msg33:| 000006d0 46 69 6c 65 6e 61 6d 65 20 27 25 73 27 20 61 6c |Filename '%s' al| 000006e0 72 65 61 64 79 20 65 78 69 73 74 73 2e 0a 65 72 |ready exists..er| 000006f0 72 2e 6d 73 67 33 34 3a 41 6d 62 69 67 75 6f 75 |r.msg34:Ambiguou| 00000700 73 20 63 6f 6d 6d 61 6e 64 2e 0a 65 72 72 2e 6d |s command..err.m| 00000710 73 67 33 35 3a 54 6f 6f 20 6d 61 6e 79 20 70 61 |sg35:Too many pa| 00000720 72 61 6d 65 74 65 72 73 2e 0a 65 72 72 2e 6d 73 |rameters..err.ms| 00000730 67 33 36 3a 4e 6f 74 20 65 6e 6f 75 67 68 20 70 |g36:Not enough p| 00000740 61 72 61 6d 65 74 65 72 73 2e 0a 65 72 72 2e 6d |arameters..err.m| 00000750 73 67 33 37 3a 4e 6f 20 66 69 6c 65 73 20 77 65 |sg37:No files we| 00000760 72 65 20 66 6f 75 6e 64 20 6d 61 74 63 68 69 6e |re found matchin| 00000770 67 20 74 68 65 20 66 69 6c 65 73 70 65 63 20 27 |g the filespec '| 00000780 25 73 27 2e 0a 65 72 72 2e 6d 73 67 33 38 3a 4f |%s'..err.msg38:O| 00000790 76 65 72 77 72 69 74 65 20 28 79 2f 6e 29 20 3f |verwrite (y/n) ?| 000007a0 0a 65 72 72 2e 6d 73 67 33 39 3a 64 6f 65 73 20 |.err.msg39:does | 000007b0 6e 6f 74 20 65 78 69 73 74 2e 0a 65 72 72 2e 6d |not exist..err.m| 000007c0 73 67 34 30 3a 25 73 20 69 73 20 6e 6f 74 20 61 |sg40:%s is not a| 000007d0 20 66 69 6c 65 2e 0a 65 72 72 2e 6d 73 67 34 31 | file..err.msg41| 000007e0 3a 4c 6f 6f 6b 75 70 20 66 61 69 6c 65 64 20 2d |:Lookup failed -| 000007f0 20 61 20 63 61 6c 6c 20 74 6f 20 74 68 65 20 54 | a call to the T| 00000800 43 50 2f 49 50 20 73 74 61 63 6b 20 66 61 69 6c |CP/IP stack fail| 00000810 65 64 2e 0a 65 72 72 2e 6d 73 67 34 32 3a 45 72 |ed..err.msg42:Er| 00000820 72 6f 72 20 69 6e 20 78 64 6e 73 72 65 73 6f 6c |ror in xdnsresol| 00000830 76 65 72 5f 73 74 61 72 74 2e 0a 65 72 72 2e 6d |ver_start..err.m| 00000840 73 67 34 33 3a 55 6e 61 62 6c 65 20 74 6f 20 63 |sg43:Unable to c| 00000850 72 65 61 74 65 20 61 20 6d 61 73 74 65 72 20 73 |reate a master s| 00000860 6f 63 6b 65 74 2e 0a 65 72 72 2e 6d 73 67 34 34 |ocket..err.msg44| 00000870 3a 55 6e 61 62 6c 65 20 74 6f 20 65 73 74 61 62 |:Unable to estab| 00000880 6c 69 73 68 20 74 68 65 20 49 50 20 61 64 64 72 |lish the IP addr| 00000890 65 73 73 20 6f 66 20 74 68 65 20 63 6f 6e 74 72 |ess of the contr| 000008a0 6f 6c 20 63 6f 6e 6e 65 63 74 69 6f 6e 2e 0a 65 |ol connection..e| 000008b0 72 72 2e 6d 73 67 34 35 3a 55 6e 61 62 6c 65 20 |rr.msg45:Unable | 000008c0 74 6f 20 65 73 74 61 62 6c 69 73 68 20 74 68 65 |to establish the| 000008d0 20 6c 6f 63 61 6c 20 70 6f 72 74 20 6e 75 6d 62 | local port numb| 000008e0 65 72 20 6f 66 20 74 68 65 20 6c 69 73 74 65 6e |er of the listen| 000008f0 69 6e 67 20 73 6f 63 6b 65 74 2e 0a 65 72 72 2e |ing socket..err.| 00000900 6d 73 67 34 36 3a 54 68 65 20 70 6f 72 74 20 63 |msg46:The port c| 00000910 6f 6d 6d 61 6e 64 20 77 61 73 20 6e 6f 74 20 73 |ommand was not s| 00000920 75 63 63 65 73 73 66 75 6c 6c 79 20 61 63 6b 6e |uccessfully ackn| 00000930 6f 77 6c 65 64 67 65 64 2e 0a 65 72 72 2e 6d 73 |owledged..err.ms| 00000940 67 34 37 3a 41 62 6f 72 74 20 63 6f 6d 6d 61 6e |g47:Abort comman| 00000950 64 20 68 61 73 20 62 65 65 6e 20 73 65 6e 74 2c |d has been sent,| 00000960 20 61 77 61 69 74 69 6e 67 20 63 6f 6e 66 69 72 | awaiting confir| 00000970 6d 61 74 69 6f 6e 2e 0a 65 72 72 2e 6d 73 67 34 |mation..err.msg4| 00000980 38 3a 55 6e 61 62 6c 65 20 74 6f 20 73 61 76 65 |8:Unable to save| 00000990 20 70 72 6f 66 69 6c 65 20 6e 61 6d 65 20 27 25 | profile name '%| 000009a0 73 27 2e 0a 65 72 72 2e 6d 73 67 34 39 3a 54 68 |s'..err.msg49:Th| 000009b0 69 73 20 73 65 72 76 65 72 20 68 61 73 20 6e 6f |is server has no| 000009c0 74 20 69 6d 70 6c 65 6d 65 6e 74 65 64 20 74 68 |t implemented th| 000009d0 65 20 48 45 4c 50 20 63 6f 6d 6d 61 6e 64 2e 0a |e HELP command..| 000009e0 65 72 72 2e 6d 73 67 35 30 3a 57 69 6d 70 45 78 |err.msg50:WimpEx| 000009f0 74 4c 69 62 20 66 61 69 6c 65 64 20 74 6f 20 69 |tLib failed to i| 00000a00 6e 69 74 69 61 6c 69 73 65 20 70 72 6f 70 65 72 |nitialise proper| 00000a10 6c 79 2c 20 65 78 69 74 69 6e 67 2e 0a 65 72 72 |ly, exiting..err| 00000a20 2e 6d 73 67 35 31 3a 55 6e 6b 6e 6f 77 6e 20 63 |.msg51:Unknown c| 00000a30 6f 6d 6d 61 6e 64 2e 0a 65 72 72 2e 6d 73 67 35 |ommand..err.msg5| 00000a40 32 3a 41 6d 62 69 67 75 6f 75 73 20 63 6f 6d 6d |2:Ambiguous comm| 00000a50 61 6e 64 2e 0a 65 72 72 2e 6d 73 67 35 33 3a 4e |and..err.msg53:N| 00000a60 6f 74 20 63 6f 6e 6e 65 63 74 65 64 2e 0a 65 72 |ot connected..er| 00000a70 72 2e 6d 73 67 35 34 3a 59 6f 75 20 6d 75 73 74 |r.msg54:You must| 00000a80 20 66 69 72 73 74 20 63 6c 6f 73 65 20 74 68 65 | first close the| 00000a90 20 63 75 72 72 65 6e 74 20 73 65 73 73 69 6f 6e | current session| 00000aa0 2e 0a 65 72 72 2e 6d 73 67 35 35 3a 4e 6f 74 20 |..err.msg55:Not | 00000ab0 65 6e 6f 75 67 68 20 70 61 72 61 6d 61 74 65 72 |enough paramater| 00000ac0 73 2e 0a 65 72 72 2e 6d 73 67 35 36 3a 54 6f 6f |s..err.msg56:Too| 00000ad0 20 6d 61 6e 79 20 70 61 72 61 6d 65 74 65 72 73 | many parameters| 00000ae0 2e 0a 65 72 72 2e 6d 73 67 35 37 3a 55 6e 61 62 |..err.msg57:Unab| 00000af0 6c 65 20 74 6f 20 63 72 65 61 74 65 20 66 69 6c |le to create fil| 00000b00 65 20 27 25 73 27 0a 65 72 72 2e 6d 73 67 35 38 |e '%s'.err.msg58| 00000b10 3a 4e 6f 20 61 64 64 72 65 73 73 20 77 61 73 20 |:No address was | 00000b20 66 6f 75 6e 64 2e 0a 65 72 72 2e 6d 73 67 35 39 |found..err.msg59| 00000b30 3a 45 72 72 6f 72 20 6d 65 73 73 61 67 65 20 27 |:Error message '| 00000b40 25 73 27 20 6d 69 73 73 69 6e 67 20 66 72 6f 6d |%s' missing from| 00000b50 20 27 25 73 27 20 66 69 6c 65 2e 0a 65 72 72 2e | '%s' file..err.| 00000b60 6d 73 67 36 30 3a 67 65 74 20 61 62 6f 72 74 65 |msg60:get aborte| 00000b70 64 2e 0a 65 72 72 2e 6d 73 67 36 31 3a 50 72 6f |d..err.msg61:Pro| 00000b80 66 69 6c 65 20 6e 61 6d 65 20 27 25 73 27 20 61 |file name '%s' a| 00000b90 6c 72 65 61 64 79 20 65 78 69 73 74 73 2e 0a 65 |lready exists..e| 00000ba0 72 72 2e 6d 73 67 36 32 3a 4e 6f 20 73 75 63 68 |rr.msg62:No such| 00000bb0 20 66 69 6c 65 20 6f 72 20 64 69 72 65 63 74 6f | file or directo| 00000bc0 72 79 2e 0a 0a 0a 0a 23 20 49 6e 66 6f 72 6d 61 |ry.....# Informa| 00000bd0 74 69 6f 6e 20 6d 65 73 73 61 67 65 73 0a 69 6e |tion messages.in| 00000be0 66 6f 2e 6d 73 67 31 3a 53 65 73 73 69 6f 6e 20 |fo.msg1:Session | 00000bf0 63 6c 6f 73 65 64 2e 20 50 6c 65 61 73 65 20 63 |closed. Please c| 00000c00 6c 6f 73 65 20 74 68 65 20 77 69 6e 64 6f 77 2e |lose the window.| 00000c10 0a 69 6e 66 6f 2e 6d 73 67 32 3a 43 6c 6f 73 69 |.info.msg2:Closi| 00000c20 6e 67 20 63 6f 6e 6e 65 63 74 69 6f 6e 2e 0a 69 |ng connection..i| 00000c30 6e 66 6f 2e 6d 73 67 33 3a 50 72 6f 66 69 6c 65 |nfo.msg3:Profile| 00000c40 20 73 75 63 63 65 73 73 66 75 6c 6c 79 20 73 61 | successfully sa| 00000c50 76 65 64 2e 0a 69 6e 66 6f 2e 6d 73 67 34 3a 48 |ved..info.msg4:H| 00000c60 61 73 68 20 64 69 73 70 6c 61 79 20 68 61 73 20 |ash display has | 00000c70 62 65 65 6e 20 74 75 72 6e 65 64 20 6f 66 66 2e |been turned off.| 00000c80 0a 69 6e 66 6f 2e 6d 73 67 35 3a 48 61 73 68 20 |.info.msg5:Hash | 00000c90 64 69 73 70 6c 61 79 20 68 61 73 20 62 65 65 6e |display has been| 00000ca0 20 73 65 74 20 74 6f 0a 69 6e 66 6f 2e 6d 73 67 | set to.info.msg| 00000cb0 36 3a 56 65 72 62 6f 73 65 20 6d 6f 64 65 20 69 |6:Verbose mode i| 00000cc0 73 20 73 65 74 20 74 6f 20 4f 6e 2e 0a 69 6e 66 |s set to On..inf| 00000cd0 6f 2e 6d 73 67 37 3a 56 65 72 62 6f 73 65 20 6d |o.msg7:Verbose m| 00000ce0 6f 64 65 20 69 73 20 73 65 74 20 74 6f 20 4f 66 |ode is set to Of| 00000cf0 66 2e 0a 69 6e 66 6f 2e 6d 73 67 38 3a 4c 6f 63 |f..info.msg8:Loc| 00000d00 61 6c 20 64 69 72 65 63 6f 72 79 20 68 61 73 20 |al direcory has | 00000d10 62 65 65 6e 20 63 68 61 6e 67 65 64 20 74 6f 20 |been changed to | 00000d20 27 25 73 27 0a 69 6e 66 6f 2e 6d 73 67 39 3a 43 |'%s'.info.msg9:C| 00000d30 75 72 72 65 6e 74 20 6c 6f 63 61 6c 20 64 69 72 |urrent local dir| 00000d40 65 63 74 6f 72 79 20 69 73 20 73 65 74 20 74 6f |ectory is set to| 00000d50 0a 69 6e 66 6f 2e 6d 73 67 31 30 3a 42 65 6c 6c |.info.msg10:Bell| 00000d60 20 73 74 61 74 75 73 20 73 65 74 20 74 6f 20 6f | status set to o| 00000d70 66 66 2e 0a 69 6e 66 6f 2e 6d 73 67 31 31 3a 42 |ff..info.msg11:B| 00000d80 65 6c 6c 20 73 74 61 74 75 73 20 69 73 20 73 65 |ell status is se| 00000d90 74 20 74 6f 20 6f 6e 2e 0a 69 6e 66 6f 2e 6d 73 |t to on..info.ms| 00000da0 67 31 32 3a 50 72 6f 6d 70 74 20 6d 6f 64 65 20 |g12:Prompt mode | 00000db0 69 73 20 73 65 74 20 74 6f 20 4f 6e 2e 0a 69 6e |is set to On..in| 00000dc0 66 6f 2e 6d 73 67 31 33 3a 50 72 6f 6d 70 74 20 |fo.msg13:Prompt | 00000dd0 6d 6f 64 65 20 69 73 20 73 65 74 20 74 6f 20 4f |mode is set to O| 00000de0 66 66 2e 0a 69 6e 66 6f 2e 6d 73 67 31 34 3a 52 |ff..info.msg14:R| 00000df0 65 6d 6f 74 65 20 75 6e 69 71 75 65 20 66 69 6c |emote unique fil| 00000e00 65 6e 61 6d 65 73 20 69 73 20 73 65 74 20 74 6f |enames is set to| 00000e10 20 4f 66 66 2e 0a 69 6e 66 6f 2e 6d 73 67 31 35 | Off..info.msg15| 00000e20 3a 52 65 6d 6f 74 65 20 75 6e 69 71 75 65 20 66 |:Remote unique f| 00000e30 69 6c 65 6e 61 6d 65 73 20 69 73 20 73 65 74 20 |ilenames is set | 00000e40 74 6f 20 4f 6e 2e 0a 69 6e 66 6f 2e 6d 73 67 31 |to On..info.msg1| 00000e50 36 3a 52 65 6e 61 6d 69 6e 67 20 66 69 6c 65 20 |6:Renaming file | 00000e60 27 25 73 27 20 74 6f 20 27 25 73 27 0a 69 6e 66 |'%s' to '%s'.inf| 00000e70 6f 2e 6d 73 67 31 37 3a 50 72 6f 66 69 6c 65 20 |o.msg17:Profile | 00000e80 6e 6f 74 20 73 61 76 65 64 2e 0a 69 6e 66 6f 2e |not saved..info.| 00000e90 6d 73 67 31 38 3a 41 66 66 65 63 74 43 53 44 20 |msg18:AffectCSD | 00000ea0 69 73 20 73 65 74 20 74 6f 20 4f 6e 2e 0a 69 6e |is set to On..in| 00000eb0 66 6f 2e 6d 73 67 31 39 3a 41 66 66 65 63 74 43 |fo.msg19:AffectC| 00000ec0 53 44 20 69 73 20 73 65 74 20 74 6f 20 4f 66 66 |SD is set to Off| 00000ed0 2e 0a 69 6e 66 6f 2e 6d 73 67 32 30 3a 53 79 73 |..info.msg20:Sys| 00000ee0 6c 6f 67 20 6c 6f 67 67 69 6e 67 20 6c 65 76 65 |log logging leve| 00000ef0 6c 20 73 65 74 20 74 6f 20 25 64 0a 69 6e 66 6f |l set to %d.info| 00000f00 2e 6d 73 67 32 31 3a 55 6e 69 71 75 65 20 6c 6f |.msg21:Unique lo| 00000f10 63 61 6c 20 66 69 6c 65 6e 61 6d 65 73 20 6d 6f |cal filenames mo| 00000f20 64 65 20 69 73 20 73 65 74 20 74 6f 20 4f 66 66 |de is set to Off| 00000f30 2e 0a 69 6e 66 6f 2e 6d 73 67 32 32 3a 55 6e 69 |..info.msg22:Uni| 00000f40 71 75 65 20 6c 6f 63 61 6c 20 66 69 6c 65 6e 61 |que local filena| 00000f50 6d 65 73 20 6d 6f 64 65 20 69 73 20 73 65 74 20 |mes mode is set | 00000f60 74 6f 20 4f 6e 2e 0a 69 6e 66 6f 2e 6d 73 67 32 |to On..info.msg2| 00000f70 33 3a 47 65 74 20 6e 65 77 65 72 20 66 69 6c 65 |3:Get newer file| 00000f80 73 20 6f 6e 6c 79 20 69 73 20 73 65 74 20 74 6f |s only is set to| 00000f90 20 4f 66 66 2e 0a 69 6e 66 6f 2e 6d 73 67 32 34 | Off..info.msg24| 00000fa0 3a 47 65 74 20 6e 65 77 65 72 20 66 69 6c 65 73 |:Get newer files| 00000fb0 20 6f 6e 6c 79 20 69 73 20 73 65 74 20 74 6f 20 | only is set to | 00000fc0 4f 6e 2e 0a 69 6e 66 6f 2e 6d 73 67 32 35 3a 50 |On..info.msg25:P| 00000fd0 75 74 20 6e 65 77 65 72 20 66 69 6c 65 73 20 6f |ut newer files o| 00000fe0 6e 6c 79 20 69 73 20 73 65 74 20 74 6f 20 4f 66 |nly is set to Of| 00000ff0 66 2e 0a 69 6e 66 6f 2e 6d 73 67 32 36 3a 50 75 |f..info.msg26:Pu| 00001000 74 20 6e 65 77 65 72 20 66 69 6c 65 73 20 6f 6e |t newer files on| 00001010 6c 79 20 69 73 20 73 65 74 20 74 6f 20 4f 6e 2e |ly is set to On.| 00001020 0a 0a 0a 0a 23 20 49 6e 66 6f 72 6d 61 74 69 6f |....# Informatio| 00001030 6e 20 6d 65 73 73 61 67 65 73 20 66 6f 72 20 48 |n messages for H| 00001040 65 6c 70 0a 64 65 73 63 2e 21 3a 43 61 72 72 79 |elp.desc.!:Carry| 00001050 20 6f 75 74 20 61 20 73 68 65 6c 6c 20 63 6f 6d | out a shell com| 00001060 6d 61 6e 64 2e 20 20 65 2e 67 2e 20 21 63 61 74 |mand. e.g. !cat| 00001070 0a 75 73 61 67 65 2e 21 3a 21 63 6f 6d 6d 61 6e |.usage.!:!comman| 00001080 64 0a 64 65 73 63 2e 2a 3a 43 61 72 72 79 20 6f |d.desc.*:Carry o| 00001090 75 74 20 61 20 73 68 65 6c 6c 20 63 6f 6d 6d 61 |ut a shell comma| 000010a0 6e 64 2e 20 65 2e 67 2e 20 2a 63 61 74 0a 75 73 |nd. e.g. *cat.us| 000010b0 61 67 65 2e 2a 3a 2a 63 6f 6d 6d 61 6e 64 0a 64 |age.*:*command.d| 000010c0 65 73 63 2e 61 62 6f 72 74 3a 54 6f 20 61 62 6f |esc.abort:To abo| 000010d0 72 74 20 74 68 65 20 63 75 72 72 65 6e 74 20 64 |rt the current d| 000010e0 6f 77 6e 6c 6f 61 64 2e 0a 75 73 61 67 65 2e 61 |ownload..usage.a| 000010f0 62 6f 72 74 3a 61 62 6f 72 74 0a 64 65 73 63 2e |bort:abort.desc.| 00001100 61 63 63 6f 75 6e 74 3a 53 75 70 70 6c 79 20 61 |account:Supply a| 00001110 20 73 75 70 70 6c 65 6d 65 6e 74 61 6c 20 70 61 | supplemental pa| 00001120 73 73 77 6f 72 64 20 72 65 71 75 69 72 65 64 20 |ssword required | 00001130 62 79 20 61 20 72 65 6d 6f 74 65 20 73 79 73 74 |by a remote syst| 00001140 65 6d 0a 64 65 73 63 31 2e 61 63 63 6f 75 6e 74 |em.desc1.account| 00001150 3a 66 6f 72 20 61 63 63 65 73 73 20 74 6f 20 72 |:for access to r| 00001160 65 73 6f 75 72 63 65 73 20 6f 6e 63 65 20 61 20 |esources once a | 00001170 6c 6f 67 69 6e 20 68 61 73 20 62 65 65 6e 20 73 |login has been s| 00001180 75 63 63 65 73 73 66 75 6c 6c 79 0a 64 65 73 63 |uccessfully.desc| 00001190 32 2e 61 63 63 6f 75 6e 74 3a 63 6f 6d 70 6c 65 |2.account:comple| 000011a0 74 65 64 2e 0a 75 73 61 67 65 2e 61 63 63 6f 75 |ted..usage.accou| 000011b0 6e 74 3a 61 63 63 6f 75 6e 74 20 5b 70 61 73 73 |nt:account [pass| 000011c0 77 64 5d 0a 64 65 73 63 2e 61 66 66 65 63 74 63 |wd].desc.affectc| 000011d0 73 64 3a 54 6f 67 67 6c 65 73 20 6f 6e 20 61 6e |sd:Toggles on an| 000011e0 64 20 6f 66 66 20 2d 20 75 73 69 6e 67 20 74 68 |d off - using th| 000011f0 65 20 61 63 74 75 61 6c 20 43 53 44 20 6f 72 20 |e actual CSD or | 00001200 6a 75 73 74 20 61 0a 64 65 73 63 31 2e 61 66 66 |just a.desc1.aff| 00001210 65 63 74 63 73 64 3a 63 6f 70 79 20 6f 66 20 69 |ectcsd:copy of i| 00001220 74 2e 0a 75 73 61 67 65 2e 61 66 66 65 63 74 63 |t..usage.affectc| 00001230 73 64 3a 61 66 66 65 63 74 63 73 64 0a 64 65 73 |sd:affectcsd.des| 00001240 63 2e 61 70 70 65 6e 64 3a 41 70 70 65 6e 64 20 |c.append:Append | 00001250 61 20 6c 6f 63 61 6c 20 66 69 6c 65 20 74 6f 20 |a local file to | 00001260 61 20 66 69 6c 65 20 6f 6e 20 74 68 65 20 72 65 |a file on the re| 00001270 6d 6f 74 65 20 6d 61 63 68 69 6e 65 2e 0a 75 73 |mote machine..us| 00001280 61 67 65 2e 61 70 70 65 6e 64 3a 61 70 70 65 6e |age.append:appen| 00001290 64 20 6c 6f 63 61 6c 2d 66 69 6c 65 20 5b 72 65 |d local-file [re| 000012a0 6d 6f 74 65 2d 66 69 6c 65 5d 0a 64 65 73 63 2e |mote-file].desc.| 000012b0 61 73 63 3a 53 65 74 20 74 68 65 20 66 69 6c 65 |asc:Set the file| 000012c0 20 74 72 61 6e 73 66 65 72 20 74 79 70 65 20 74 | transfer type t| 000012d0 6f 20 41 53 43 49 49 2e 0a 64 65 73 63 31 2e 61 |o ASCII..desc1.a| 000012e0 73 63 3a 41 20 73 68 6f 72 74 63 75 74 20 66 6f |sc:A shortcut fo| 000012f0 72 20 61 73 63 69 69 2e 0a 75 73 61 67 65 2e 61 |r ascii..usage.a| 00001300 73 63 3a 61 73 63 0a 64 65 73 63 2e 61 73 63 69 |sc:asc.desc.asci| 00001310 69 3a 53 65 74 20 74 68 65 20 66 69 6c 65 20 74 |i:Set the file t| 00001320 72 61 6e 73 66 65 72 20 74 79 70 65 20 74 6f 20 |ransfer type to | 00001330 41 53 43 49 49 2e 0a 75 73 61 67 65 2e 61 73 63 |ASCII..usage.asc| 00001340 69 69 3a 61 73 63 69 69 0a 64 65 73 63 2e 62 65 |ii:ascii.desc.be| 00001350 6c 6c 3a 54 75 72 6e 20 6f 6e 20 62 65 6c 6c 20 |ll:Turn on bell | 00001360 6e 6f 74 69 66 69 63 61 74 69 6f 6e 20 77 68 65 |notification whe| 00001370 6e 20 65 6e 64 20 6f 66 20 66 69 6c 65 20 74 72 |n end of file tr| 00001380 61 6e 73 66 65 72 2e 0a 64 65 73 63 31 2e 62 65 |ansfer..desc1.be| 00001390 6c 6c 3a 44 65 66 61 75 6c 74 20 3d 20 6e 6f 62 |ll:Default = nob| 000013a0 65 6c 6c 2e 0a 75 73 61 67 65 2e 62 65 6c 6c 3a |ell..usage.bell:| 000013b0 62 65 6c 6c 0a 64 65 73 63 2e 62 69 6e 3a 53 65 |bell.desc.bin:Se| 000013c0 74 20 74 68 65 20 66 69 6c 65 20 74 72 61 6e 73 |t the file trans| 000013d0 66 65 72 20 74 79 70 65 20 74 6f 20 42 49 4e 41 |fer type to BINA| 000013e0 52 59 2e 0a 64 65 73 63 31 2e 62 69 6e 3a 41 20 |RY..desc1.bin:A | 000013f0 73 68 6f 72 74 63 75 74 20 66 6f 72 20 62 69 6e |shortcut for bin| 00001400 61 72 79 2e 0a 75 73 61 67 65 2e 62 69 6e 3a 62 |ary..usage.bin:b| 00001410 69 6e 0a 64 65 73 63 2e 62 69 6e 61 72 79 3a 53 |in.desc.binary:S| 00001420 65 74 20 74 68 65 20 66 69 6c 65 20 74 72 61 6e |et the file tran| 00001430 73 66 65 72 20 74 79 70 65 20 74 6f 20 42 49 4e |sfer type to BIN| 00001440 41 52 59 2e 0a 75 73 61 67 65 2e 62 69 6e 61 72 |ARY..usage.binar| 00001450 79 3a 62 69 6e 61 72 79 0a 64 65 73 63 2e 62 79 |y:binary.desc.by| 00001460 65 3a 45 78 69 74 20 74 68 65 20 70 72 6f 67 72 |e:Exit the progr| 00001470 61 6d 20 63 6c 6f 73 69 6e 67 20 61 6e 79 20 6f |am closing any o| 00001480 70 65 6e 20 73 65 73 73 69 6f 6e 2e 0a 64 65 73 |pen session..des| 00001490 63 31 2e 62 79 65 3a 41 20 73 79 6e 6f 6e 79 6d |c1.bye:A synonym| 000014a0 20 66 6f 72 20 71 75 69 74 2e 0a 75 73 61 67 65 | for quit..usage| 000014b0 2e 62 79 65 3a 62 79 65 0a 64 65 73 63 2e 63 64 |.bye:bye.desc.cd| 000014c0 3a 43 68 61 6e 67 65 20 64 69 72 65 63 74 6f 72 |:Change director| 000014d0 79 20 6f 6e 20 72 65 6d 6f 74 65 20 68 6f 73 74 |y on remote host| 000014e0 20 74 6f 20 72 65 6d 6f 74 65 2d 64 69 72 65 63 | to remote-direc| 000014f0 74 6f 72 79 2e 0a 64 65 73 63 31 2e 63 64 3a 41 |tory..desc1.cd:A| 00001500 6c 73 6f 20 27 63 64 20 2e 2e 27 20 69 73 20 61 |lso 'cd ..' is a| 00001510 20 73 79 6e 6f 6e 79 6d 20 66 6f 72 20 63 64 75 | synonym for cdu| 00001520 70 2e 0a 75 73 61 67 65 2e 63 64 3a 63 64 20 72 |p..usage.cd:cd r| 00001530 65 6d 6f 74 65 2d 64 69 72 65 63 74 6f 72 79 0a |emote-directory.| 00001540 64 65 73 63 2e 6c 63 64 3a 43 68 61 6e 67 65 20 |desc.lcd:Change | 00001550 64 69 72 65 63 74 6f 72 79 20 6f 6e 20 74 68 65 |directory on the| 00001560 20 63 75 72 72 65 6e 74 6c 79 20 73 65 6c 65 63 | currently selec| 00001570 74 65 64 20 6c 6f 63 61 6c 20 68 61 72 64 20 64 |ted local hard d| 00001580 69 73 6b 0a 64 65 73 63 31 2e 6c 63 64 3a 74 6f |isk.desc1.lcd:to| 00001590 20 6c 6f 63 61 6c 2d 64 69 72 65 63 74 6f 72 79 | local-directory| 000015a0 2e 0a 75 73 61 67 65 2e 6c 63 64 3a 6c 63 64 20 |..usage.lcd:lcd | 000015b0 6c 6f 63 61 6c 2d 64 69 72 65 63 74 6f 72 79 0a |local-directory.| 000015c0 64 65 73 63 2e 6c 63 64 75 70 3a 43 68 61 6e 67 |desc.lcdup:Chang| 000015d0 65 20 64 69 72 65 63 74 6f 72 79 20 6f 6e 20 74 |e directory on t| 000015e0 68 65 20 6c 6f 63 61 6c 20 68 6f 73 74 20 74 6f |he local host to| 000015f0 20 74 68 65 20 70 61 72 65 6e 74 20 6f 66 20 74 | the parent of t| 00001600 68 65 20 63 75 72 72 65 6e 74 20 6c 6f 63 61 6c |he current local| 00001610 0a 64 65 73 63 31 2e 6c 63 64 75 70 3a 64 69 72 |.desc1.lcdup:dir| 00001620 65 63 74 6f 72 79 2e 0a 75 73 61 67 65 2e 6c 63 |ectory..usage.lc| 00001630 64 75 70 3a 6c 63 64 75 70 0a 64 65 73 63 2e 63 |dup:lcdup.desc.c| 00001640 64 75 70 3a 43 68 61 6e 67 65 20 64 69 72 65 63 |dup:Change direc| 00001650 74 6f 72 79 20 6f 6e 20 72 65 6d 6f 74 65 20 68 |tory on remote h| 00001660 6f 73 74 20 74 6f 20 74 68 65 20 70 61 72 65 6e |ost to the paren| 00001670 74 20 6f 66 20 74 68 65 20 63 75 72 72 65 6e 74 |t of the current| 00001680 20 64 69 72 65 63 74 6f 72 79 0a 64 65 73 63 31 | directory.desc1| 00001690 2e 63 64 75 70 3a 6f 6e 20 74 68 65 20 72 65 6d |.cdup:on the rem| 000016a0 6f 74 65 20 68 6f 73 74 2e 0a 64 65 73 63 32 2e |ote host..desc2.| 000016b0 63 64 75 70 3a 53 61 6d 65 20 61 73 20 27 63 64 |cdup:Same as 'cd| 000016c0 20 2e 2e 27 2e 0a 75 73 61 67 65 2e 63 64 75 70 | ..'..usage.cdup| 000016d0 3a 63 64 75 70 0a 64 65 73 63 2e 63 68 6d 6f 64 |:cdup.desc.chmod| 000016e0 3a 43 68 61 6e 67 65 20 74 68 65 20 70 65 72 6d |:Change the perm| 000016f0 69 73 73 69 6f 6e 20 6d 6f 64 65 73 20 6f 66 20 |ission modes of | 00001700 74 68 65 20 66 69 6c 65 6e 61 6d 65 20 6f 6e 20 |the filename on | 00001710 74 68 65 20 72 65 6d 6f 74 65 0a 64 65 73 63 31 |the remote.desc1| 00001720 2e 63 68 6d 6f 64 3a 73 79 73 74 65 6d 20 74 6f |.chmod:system to| 00001730 20 6d 6f 64 65 2e 0a 75 73 61 67 65 2e 63 68 6d | mode..usage.chm| 00001740 6f 64 3a 63 68 6d 6f 64 20 6d 6f 64 65 20 66 69 |od:chmod mode fi| 00001750 6c 65 6e 61 6d 65 0a 64 65 73 63 2e 63 6c 6f 73 |lename.desc.clos| 00001760 65 3a 45 6e 64 20 74 68 65 20 63 75 72 72 65 6e |e:End the curren| 00001770 74 20 66 74 70 20 73 65 73 73 69 6f 6e 2e 0a 75 |t ftp session..u| 00001780 73 61 67 65 2e 63 6c 6f 73 65 3a 63 6c 6f 73 65 |sage.close:close| 00001790 0a 64 65 73 63 2e 64 65 62 75 67 3a 53 65 74 73 |.desc.debug:Sets| 000017a0 20 74 68 65 20 73 79 73 74 65 6d 20 6c 6f 67 67 | the system logg| 000017b0 69 6e 67 20 6c 65 76 65 6c 20 66 6f 72 20 21 73 |ing level for !s| 000017c0 79 73 6c 6f 67 0a 75 73 61 67 65 2e 64 65 62 75 |yslog.usage.debu| 000017d0 67 3a 64 65 62 75 67 20 6e 6e 6e 20 20 20 20 20 |g:debug nnn | 000017e0 20 20 57 68 65 72 65 20 6e 6e 6e 20 69 73 20 61 | Where nnn is a| 000017f0 20 6e 75 6d 62 65 72 20 62 65 74 77 65 65 6e 20 | number between | 00001800 30 20 61 6e 64 20 32 35 35 20 69 6e 63 6c 75 73 |0 and 255 inclus| 00001810 69 76 65 2e 0a 75 73 61 67 65 31 2e 64 65 62 75 |ive..usage1.debu| 00001820 67 3a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |g: | 00001830 20 20 30 20 74 75 72 6e 73 20 6f 66 66 20 64 65 | 0 turns off de| 00001840 62 75 67 67 69 6e 67 0a 64 65 73 63 2e 64 65 6c |bugging.desc.del| 00001850 65 74 65 3a 41 74 74 65 6d 70 74 73 20 74 6f 20 |ete:Attempts to | 00001860 64 65 6c 65 74 65 20 74 68 65 20 66 69 6c 65 28 |delete the file(| 00001870 73 29 20 6f 72 20 64 69 72 65 63 74 6f 72 79 20 |s) or directory | 00001880 73 70 65 63 69 66 69 65 64 20 6f 6e 20 74 68 65 |specified on the| 00001890 20 72 65 6d 6f 74 65 20 68 6f 73 74 2e 0a 75 73 | remote host..us| 000018a0 61 67 65 2e 64 65 6c 65 74 65 3a 64 65 6c 65 74 |age.delete:delet| 000018b0 65 20 66 69 6c 65 6e 61 6d 65 20 20 20 6f 72 20 |e filename or | 000018c0 20 20 64 65 6c 65 74 65 20 66 69 6c 65 73 70 65 | delete filespe| 000018d0 63 2a 20 20 20 6f 72 20 20 20 64 65 6c 65 74 65 |c* or delete| 000018e0 20 64 69 72 65 63 74 6f 72 79 0a 64 65 73 63 2e | directory.desc.| 000018f0 64 69 72 3a 4c 69 73 74 20 74 68 65 20 63 6f 6e |dir:List the con| 00001900 74 65 6e 74 73 20 6f 66 20 74 68 65 20 72 65 6d |tents of the rem| 00001910 6f 74 65 20 64 69 72 65 63 74 6f 72 79 20 73 70 |ote directory sp| 00001920 65 63 69 66 69 65 64 20 6f 72 20 74 68 65 20 63 |ecified or the c| 00001930 75 72 72 65 6e 74 0a 64 65 73 63 31 2e 64 69 72 |urrent.desc1.dir| 00001940 3a 72 65 6d 6f 74 65 20 64 69 72 65 63 74 6f 72 |:remote director| 00001950 79 20 69 66 20 6e 6f 20 64 69 72 65 63 74 6f 72 |y if no director| 00001960 79 20 69 73 20 73 70 65 63 69 66 69 65 64 2e 0a |y is specified..| 00001970 64 65 73 63 32 2e 64 69 72 3a 41 20 73 79 6e 6f |desc2.dir:A syno| 00001980 6e 79 6d 20 66 6f 72 20 6c 73 20 2d 6c 2e 0a 75 |nym for ls -l..u| 00001990 73 61 67 65 2e 64 69 72 3a 64 69 72 20 5b 72 65 |sage.dir:dir [re| 000019a0 6d 6f 74 65 2d 64 69 72 65 63 74 6f 72 79 5d 20 |mote-directory] | 000019b0 5b 3e 6c 6f 63 61 6c 2d 66 69 6c 65 5d 0a 64 65 |[>local-file].de| 000019c0 73 63 2e 64 70 75 74 3a 41 74 74 65 6d 70 74 73 |sc.dput:Attempts| 000019d0 20 74 6f 20 70 75 74 20 61 20 77 68 6f 6c 65 20 | to put a whole | 000019e0 64 69 72 65 63 74 6f 72 79 20 69 6e 63 6c 75 64 |directory includ| 000019f0 69 6e 67 20 61 6e 79 20 73 75 62 64 69 72 65 63 |ing any subdirec| 00001a00 74 6f 72 69 65 73 20 74 6f 20 74 68 65 20 72 65 |tories to the re| 00001a10 6d 6f 74 65 20 68 6f 73 74 2e 0a 75 73 61 67 65 |mote host..usage| 00001a20 2e 64 70 75 74 3a 64 70 75 74 20 6c 6f 63 61 6c |.dput:dput local| 00001a30 2d 64 69 72 65 63 74 6f 72 79 20 5b 72 65 6d 6f |-directory [remo| 00001a40 74 65 2d 64 69 72 65 63 74 6f 72 79 5d 0a 64 65 |te-directory].de| 00001a50 73 63 2e 64 6f 77 6e 6c 6f 61 64 73 3a 4f 70 65 |sc.downloads:Ope| 00001a60 6e 73 20 74 68 65 20 63 75 72 72 65 6e 74 6c 79 |ns the currently| 00001a70 20 73 65 6c 65 63 74 65 64 20 64 6f 77 6e 6c 6f | selected downlo| 00001a80 61 64 73 20 64 69 72 65 63 74 6f 72 79 2e 0a 75 |ads directory..u| 00001a90 73 61 67 65 2e 64 6f 77 6e 6c 6f 61 64 73 3a 64 |sage.downloads:d| 00001aa0 6f 77 6e 6c 6f 61 64 73 0a 64 65 73 63 2e 6c 64 |ownloads.desc.ld| 00001ab0 69 72 3a 4c 69 73 74 20 74 68 65 20 63 6f 6e 74 |ir:List the cont| 00001ac0 65 6e 74 73 20 6f 66 20 74 68 65 20 63 75 72 72 |ents of the curr| 00001ad0 65 6e 74 6c 79 20 73 65 6c 65 63 74 65 64 20 6c |ently selected l| 00001ae0 6f 63 61 6c 20 68 61 72 64 20 64 69 73 6b 20 64 |ocal hard disk d| 00001af0 69 72 65 63 74 6f 72 79 2e 0a 64 65 73 63 31 2e |irectory..desc1.| 00001b00 6c 64 69 72 3a 41 20 73 79 6e 6f 6e 79 6d 20 66 |ldir:A synonym f| 00001b10 6f 72 20 6c 73 6c 20 2d 6c 2e 0a 75 73 61 67 65 |or lsl -l..usage| 00001b20 2e 6c 64 69 72 3a 6c 64 69 72 20 5b 6c 6f 63 61 |.ldir:ldir [loca| 00001b30 6c 2d 64 69 72 65 63 74 6f 72 79 5d 0a 64 65 73 |l-directory].des| 00001b40 63 2e 65 78 69 74 3a 45 78 69 74 20 74 68 65 20 |c.exit:Exit the | 00001b50 70 72 6f 67 72 61 6d 20 63 6c 6f 73 69 6e 67 20 |program closing | 00001b60 61 6e 79 20 6f 70 65 6e 20 73 65 73 73 69 6f 6e |any open session| 00001b70 2e 0a 64 65 73 63 31 2e 65 78 69 74 3a 41 20 73 |..desc1.exit:A s| 00001b80 79 6e 6f 6e 79 6d 20 66 6f 72 20 71 75 69 74 2e |ynonym for quit.| 00001b90 0a 75 73 61 67 65 2e 65 78 69 74 3a 65 78 69 74 |.usage.exit:exit| 00001ba0 0a 64 65 73 63 2e 67 65 74 3a 52 65 74 72 69 65 |.desc.get:Retrie| 00001bb0 76 65 20 74 68 65 20 72 65 6d 6f 74 65 2d 66 69 |ve the remote-fi| 00001bc0 6c 65 20 61 6e 64 20 73 74 6f 72 65 20 69 74 20 |le and store it | 00001bd0 6f 6e 20 74 68 65 20 6c 6f 63 61 6c 20 6d 61 63 |on the local mac| 00001be0 68 69 6e 65 2e 0a 75 73 61 67 65 2e 67 65 74 3a |hine..usage.get:| 00001bf0 67 65 74 20 72 65 6d 6f 74 65 2d 66 69 6c 65 20 |get remote-file | 00001c00 5b 6c 6f 63 61 6c 2d 66 69 6c 65 5d 0a 64 65 73 |[local-file].des| 00001c10 63 2e 67 65 74 6e 65 77 65 72 3a 49 66 20 6f 6e |c.getnewer:If on| 00001c20 2c 20 64 6f 77 6e 6c 6f 61 64 20 6f 6e 6c 79 20 |, download only | 00001c30 66 69 6c 65 73 20 77 69 74 68 20 61 20 6e 65 77 |files with a new| 00001c40 65 72 20 64 61 74 65 20 61 6e 64 20 74 69 6d 65 |er date and time| 00001c50 73 74 61 6d 70 2e 0a 75 73 61 67 65 2e 67 65 74 |stamp..usage.get| 00001c60 6e 65 77 65 72 3a 67 65 74 6e 65 77 65 72 0a 64 |newer:getnewer.d| 00001c70 65 73 63 2e 68 65 6c 70 3a 44 69 73 70 6c 61 79 |esc.help:Display| 00001c80 20 68 65 6c 70 20 6f 6e 20 63 6c 69 65 6e 74 20 | help on client | 00001c90 63 6f 6d 6d 61 6e 64 73 2e 0a 75 73 61 67 65 2e |commands..usage.| 00001ca0 68 65 6c 70 3a 68 65 6c 70 20 5b 63 6f 6d 6d 61 |help:help [comma| 00001cb0 6e 64 5d 0a 64 65 73 63 2e 3f 3a 44 69 73 70 6c |nd].desc.?:Displ| 00001cc0 61 79 20 68 65 6c 70 20 6f 6e 20 63 6c 69 65 6e |ay help on clien| 00001cd0 74 20 63 6f 6d 6d 61 6e 64 73 2e 0a 64 65 73 63 |t commands..desc| 00001ce0 2e 3f 3a 41 20 73 79 6e 6f 6e 79 6d 20 66 6f 72 |.?:A synonym for| 00001cf0 20 68 65 6c 70 2e 0a 75 73 61 67 65 2e 3f 3a 3f | help..usage.?:?| 00001d00 5b 20 63 6f 6d 6d 61 6e 64 5d 0a 64 65 73 63 2e |[ command].desc.| 00001d10 69 6d 61 67 65 3a 53 65 74 20 74 68 65 20 66 69 |image:Set the fi| 00001d20 6c 65 20 74 72 61 6e 73 66 65 72 20 74 79 70 65 |le transfer type| 00001d30 20 74 6f 20 62 69 6e 61 72 79 2e 0a 64 65 73 63 | to binary..desc| 00001d40 31 2e 69 6d 61 67 65 3a 41 20 73 79 6e 6f 6e 79 |1.image:A synony| 00001d50 6d 20 66 6f 72 20 62 69 6e 2e 0a 75 73 61 67 65 |m for bin..usage| 00001d60 2e 69 6d 61 67 65 3a 69 6d 61 67 65 0a 64 65 73 |.image:image.des| 00001d70 63 2e 6c 6f 67 6f 75 74 3a 45 6e 64 20 74 68 65 |c.logout:End the| 00001d80 20 63 75 72 72 65 6e 74 20 66 74 70 20 73 65 73 | current ftp ses| 00001d90 73 69 6f 6e 2e 0a 64 65 73 63 31 2e 6c 6f 67 6f |sion..desc1.logo| 00001da0 75 74 3a 41 20 73 79 6e 6f 6e 79 6d 20 66 6f 72 |ut:A synonym for| 00001db0 20 63 6c 6f 73 65 2e 0a 75 73 61 67 65 2e 6c 6f | close..usage.lo| 00001dc0 67 6f 75 74 3a 6c 6f 67 6f 75 74 0a 64 65 73 63 |gout:logout.desc| 00001dd0 2e 6c 73 3a 4c 69 73 74 20 74 68 65 20 63 6f 6e |.ls:List the con| 00001de0 74 65 6e 74 73 20 6f 66 20 74 68 65 20 72 65 6d |tents of the rem| 00001df0 6f 74 65 20 64 69 72 65 63 74 6f 72 79 20 73 70 |ote directory sp| 00001e00 65 63 69 66 69 65 64 20 6f 72 20 74 68 65 20 63 |ecified or the c| 00001e10 75 72 72 65 6e 74 0a 64 65 73 63 31 2e 6c 73 3a |urrent.desc1.ls:| 00001e20 72 65 6d 6f 74 65 20 64 69 72 65 63 74 6f 72 79 |remote directory| 00001e30 20 69 66 20 6e 6f 20 64 69 72 65 63 74 6f 72 79 | if no directory| 00001e40 20 69 73 20 73 70 65 63 69 66 69 65 64 2e 20 20 | is specified. | 00001e50 54 68 65 20 73 77 69 74 63 68 20 2d 6c 0a 64 65 |The switch -l.de| 00001e60 73 63 32 2e 6c 73 3a 6c 69 73 74 73 20 66 75 6c |sc2.ls:lists ful| 00001e70 6c 20 69 6e 66 6f 72 6d 61 74 69 6f 6e 2c 20 74 |l information, t| 00001e80 68 65 20 3e 6c 6f 63 61 6c 2d 66 69 6c 65 20 77 |he >local-file w| 00001e90 69 6c 6c 20 73 61 76 65 20 74 68 65 20 6c 69 73 |ill save the lis| 00001ea0 74 20 61 73 20 61 20 66 69 6c 65 2e 0a 75 73 61 |t as a file..usa| 00001eb0 67 65 2e 6c 73 3a 6c 73 20 5b 72 65 6d 6f 74 65 |ge.ls:ls [remote| 00001ec0 2d 64 69 72 65 63 74 6f 72 79 5d 20 5b 2d 6c 5d |-directory] [-l]| 00001ed0 20 5b 3e 6c 6f 63 61 6c 2d 66 69 6c 65 5d 0a 64 | [>local-file].d| 00001ee0 65 73 63 2e 6c 6c 73 3a 4c 69 73 74 20 74 68 65 |esc.lls:List the| 00001ef0 20 63 6f 6e 74 65 6e 74 73 20 6f 66 20 74 68 65 | contents of the| 00001f00 20 6c 6f 63 61 6c 20 68 61 72 64 20 64 69 73 6b | local hard disk| 00001f10 20 73 70 65 63 69 66 69 65 64 20 6f 72 20 74 68 | specified or th| 00001f20 65 20 63 75 72 72 65 6e 74 0a 64 65 73 63 31 2e |e current.desc1.| 00001f30 6c 6c 73 3a 6c 6f 63 61 6c 20 68 61 72 64 20 64 |lls:local hard d| 00001f40 69 73 6b 20 64 69 72 65 63 74 6f 72 79 20 69 66 |isk directory if| 00001f50 20 6e 6f 20 64 69 72 65 63 74 6f 72 79 20 69 73 | no directory is| 00001f60 20 73 70 65 63 69 66 69 65 64 2e 20 20 54 68 65 | specified. The| 00001f70 0a 64 65 73 63 32 2e 6c 6c 73 3a 73 77 69 74 63 |.desc2.lls:switc| 00001f80 68 20 2d 6c 20 6c 69 73 74 73 20 66 75 6c 6c 20 |h -l lists full | 00001f90 69 6e 66 6f 72 6d 61 74 69 6f 6e 2e 0a 75 73 61 |information..usa| 00001fa0 67 65 2e 6c 6c 73 3a 6c 6c 73 20 5b 6c 6f 63 61 |ge.lls:lls [loca| 00001fb0 6c 2d 64 69 72 65 63 74 6f 72 79 5d 20 5b 2d 6c |l-directory] [-l| 00001fc0 5d 0a 64 65 73 63 2e 6c 70 77 64 3a 44 69 73 70 |].desc.lpwd:Disp| 00001fd0 6c 61 79 20 74 68 65 20 6e 61 6d 65 20 6f 66 20 |lay the name of | 00001fe0 74 68 65 20 63 75 72 72 65 6e 74 20 6c 6f 63 61 |the current loca| 00001ff0 6c 20 68 61 72 64 20 64 69 73 6b 20 64 69 72 65 |l hard disk dire| 00002000 63 74 6f 72 79 0a 64 65 73 63 31 2e 6c 70 77 64 |ctory.desc1.lpwd| 00002010 3a 6f 6e 20 74 68 65 20 6c 6f 63 61 6c 20 6d 61 |:on the local ma| 00002020 63 68 69 6e 65 2e 0a 75 73 61 67 65 2e 6c 70 77 |chine..usage.lpw| 00002030 64 3a 6c 70 77 64 0a 64 65 73 63 2e 6c 75 6e 69 |d:lpwd.desc.luni| 00002040 71 75 65 3a 6c 75 6e 69 71 75 65 0a 75 73 61 67 |que:lunique.usag| 00002050 65 2e 6c 75 6e 69 71 75 65 3a 54 6f 67 67 6c 65 |e.lunique:Toggle| 00002060 73 20 75 73 65 20 6f 66 20 75 6e 69 71 75 65 20 |s use of unique | 00002070 6c 6f 63 61 6c 20 66 69 6c 65 6e 61 6d 65 73 2e |local filenames.| 00002080 0a 64 65 73 63 2e 6d 67 65 74 3a 52 65 74 72 69 |.desc.mget:Retri| 00002090 65 76 65 20 6d 75 6c 74 69 70 6c 65 20 66 69 6c |eve multiple fil| 000020a0 65 73 20 6d 61 74 63 68 69 6e 67 20 74 68 65 20 |es matching the | 000020b0 77 69 6c 64 63 61 72 64 2e 0a 75 73 61 67 65 2e |wildcard..usage.| 000020c0 6d 67 65 74 3a 6d 67 65 74 20 72 65 6d 6f 74 65 |mget:mget remote| 000020d0 2d 66 69 6c 65 73 70 65 63 0a 64 65 73 63 2e 6d |-filespec.desc.m| 000020e0 6b 64 69 72 3a 41 74 74 65 6d 70 74 73 20 74 6f |kdir:Attempts to| 000020f0 20 63 72 65 61 74 65 20 61 20 6e 65 77 20 64 69 | create a new di| 00002100 72 65 63 74 6f 72 79 20 6f 6e 20 74 68 65 20 72 |rectory on the r| 00002110 65 6d 6f 74 65 20 68 6f 73 74 2e 0a 75 73 61 67 |emote host..usag| 00002120 65 2e 6d 6b 64 69 72 3a 6d 6b 64 69 72 20 64 69 |e.mkdir:mkdir di| 00002130 72 65 63 74 6f 72 79 2d 6e 61 6d 65 0a 64 65 73 |rectory-name.des| 00002140 63 2e 6d 70 75 74 3a 50 75 74 73 20 6d 75 6c 74 |c.mput:Puts mult| 00002150 69 70 6c 65 20 66 69 6c 65 73 20 66 72 6f 6d 20 |iple files from | 00002160 74 68 65 20 75 70 6c 6f 61 64 73 20 64 69 72 65 |the uploads dire| 00002170 63 74 6f 72 79 20 74 6f 20 74 68 65 20 72 65 6d |ctory to the rem| 00002180 6f 74 65 20 68 6f 73 74 2e 0a 75 73 61 67 65 2e |ote host..usage.| 00002190 6d 70 75 74 3a 6d 70 75 74 20 6c 6f 63 61 6c 2d |mput:mput local-| 000021a0 66 69 6c 65 73 70 65 63 0a 65 73 63 2e 6e 6f 62 |filespec.esc.nob| 000021b0 65 6c 6c 3a 54 75 72 6e 20 6f 66 66 20 62 65 6c |ell:Turn off bel| 000021c0 6c 20 6e 6f 74 69 66 69 63 61 74 69 6f 6e 20 77 |l notification w| 000021d0 68 65 6e 20 65 6e 64 20 6f 66 20 66 69 6c 65 20 |hen end of file | 000021e0 74 72 61 6e 73 66 65 72 2e 0a 64 65 73 63 31 2e |transfer..desc1.| 000021f0 6e 6f 62 65 6c 6c 3a 44 65 66 61 75 6c 74 20 3d |nobell:Default =| 00002200 20 6e 6f 62 65 6c 6c 2e 0a 75 73 61 67 65 2e 6e | nobell..usage.n| 00002210 6f 62 65 6c 6c 3a 6e 6f 62 65 6c 6c 0a 64 65 73 |obell:nobell.des| 00002220 63 2e 6f 70 65 6e 3a 53 74 61 72 74 73 20 66 74 |c.open:Starts ft| 00002230 70 20 73 65 73 73 69 6f 6e 20 77 69 74 68 20 72 |p session with r| 00002240 65 6d 6f 74 65 20 68 6f 73 74 20 6e 61 6d 65 2c |emote host name,| 00002250 20 69 70 20 61 64 64 72 65 73 73 2c 20 6f 72 20 | ip address, or | 00002260 70 72 65 73 61 76 65 64 0a 64 65 73 63 31 2e 6f |presaved.desc1.o| 00002270 70 65 6e 3a 70 72 6f 66 69 6c 65 20 6e 61 6d 65 |pen:profile name| 00002280 2e 0a 75 73 61 67 65 2e 6f 70 65 6e 3a 6f 70 65 |..usage.open:ope| 00002290 6e 20 3c 3e 72 65 6d 6f 74 65 2d 68 6f 73 74 2d |n <>remote-host-| 000022a0 61 64 64 72 20 5b 6c 6f 67 69 6e 2d 69 64 20 5b |addr [login-id [| 000022b0 70 61 73 73 77 6f 72 64 20 5b 72 65 6d 6f 74 65 |password [remote| 000022c0 64 69 72 20 5b 6c 6f 63 61 6c 2d 64 69 72 5d 5d |dir [local-dir]]| 000022d0 5d 5d 20 7c 20 70 72 6f 66 69 6c 65 3e 0a 64 65 |]] | profile>.de| 000022e0 73 63 2e 70 72 6f 66 69 6c 65 73 3a 44 69 73 70 |sc.profiles:Disp| 000022f0 6c 61 79 73 20 74 68 65 20 6c 69 73 74 20 6f 66 |lays the list of| 00002300 20 63 75 72 72 65 6e 74 6c 79 20 73 61 76 65 64 | currently saved| 00002310 20 70 72 6f 66 69 6c 65 73 2e 0a 75 73 61 67 65 | profiles..usage| 00002320 2e 70 72 6f 66 69 6c 65 73 3a 70 72 6f 66 69 6c |.profiles:profil| 00002330 65 73 0a 64 65 73 63 2e 70 72 6f 6d 70 74 3a 46 |es.desc.prompt:F| 00002340 6f 72 63 65 20 69 6e 74 65 72 61 63 74 69 76 65 |orce interactive| 00002350 20 70 72 6f 6d 70 74 69 6e 67 20 6f 6e 20 6d 75 | prompting on mu| 00002360 6c 74 69 70 6c 65 20 63 6f 6d 6d 61 6e 64 73 20 |ltiple commands | 00002370 61 6e 64 0a 64 65 73 63 31 2e 70 72 6f 6d 70 74 |and.desc1.prompt| 00002380 3a 63 6f 6e 66 69 72 6d 61 74 69 6f 6e 20 6f 66 |:confirmation of| 00002390 20 6f 76 65 72 77 72 69 74 65 73 2e 0a 75 73 61 | overwrites..usa| 000023a0 67 65 2e 70 72 6f 6d 70 74 3a 70 72 6f 6d 70 74 |ge.prompt:prompt| 000023b0 0a 64 65 73 63 2e 70 75 74 3a 55 70 6c 6f 61 64 |.desc.put:Upload| 000023c0 20 73 70 65 63 69 66 69 65 64 20 66 69 6c 65 2e | specified file.| 000023d0 0a 75 73 61 67 65 2e 70 75 74 3a 70 75 74 20 6c |.usage.put:put l| 000023e0 6f 63 61 6c 2d 66 69 6c 65 20 5b 72 65 6d 6f 74 |ocal-file [remot| 000023f0 65 2d 66 69 6c 65 5d 0a 64 65 73 63 2e 70 75 74 |e-file].desc.put| 00002400 6e 65 77 65 72 3a 49 66 20 6f 6e 2c 20 75 70 6c |newer:If on, upl| 00002410 6f 61 64 73 20 6f 6e 6c 79 20 66 69 6c 65 73 20 |oads only files | 00002420 77 69 74 68 20 61 20 6e 65 77 65 72 20 64 61 74 |with a newer dat| 00002430 65 20 61 6e 64 20 74 69 6d 65 73 74 61 6d 70 2e |e and timestamp.| 00002440 0a 75 73 61 67 65 2e 70 75 74 6e 65 77 65 72 3a |.usage.putnewer:| 00002450 70 75 74 6e 65 77 65 72 0a 64 65 73 63 2e 70 77 |putnewer.desc.pw| 00002460 64 3a 44 69 73 70 6c 61 79 20 74 68 65 20 6e 61 |d:Display the na| 00002470 6d 65 20 6f 66 20 74 68 65 20 63 75 72 72 65 6e |me of the curren| 00002480 74 20 77 6f 72 6b 69 6e 67 20 64 69 72 65 63 74 |t working direct| 00002490 6f 72 79 20 6f 6e 20 74 68 65 0a 64 65 73 63 31 |ory on the.desc1| 000024a0 2e 70 77 64 3a 72 65 6d 6f 74 65 20 6d 61 63 68 |.pwd:remote mach| 000024b0 69 6e 65 2e 0a 75 73 61 67 65 2e 70 77 64 3a 70 |ine..usage.pwd:p| 000024c0 77 64 0a 64 65 73 63 2e 71 75 69 74 3a 45 78 69 |wd.desc.quit:Exi| 000024d0 74 20 74 68 65 20 70 72 6f 67 72 61 6d 20 63 6c |t the program cl| 000024e0 6f 73 69 6e 67 20 61 6e 79 20 6f 70 65 6e 20 73 |osing any open s| 000024f0 65 73 73 69 6f 6e 2e 0a 75 73 61 67 65 2e 71 75 |ession..usage.qu| 00002500 69 74 3a 71 75 69 74 0a 64 65 73 63 2e 71 75 6f |it:quit.desc.quo| 00002510 74 65 3a 53 65 6e 64 73 20 74 68 65 20 63 6f 6e |te:Sends the con| 00002520 74 65 6e 74 73 20 6f 66 20 27 73 74 72 69 6e 67 |tents of 'string| 00002530 27 20 64 69 72 65 63 74 20 74 6f 20 74 68 65 20 |' direct to the | 00002540 63 6f 6e 74 72 6f 6c 20 63 68 61 6e 6e 65 6c 2e |control channel.| 00002550 0a 75 73 61 67 65 2e 71 75 6f 74 65 3a 71 75 6f |.usage.quote:quo| 00002560 74 65 20 73 74 72 69 6e 67 0a 64 65 73 63 2e 72 |te string.desc.r| 00002570 65 61 64 3a 44 69 73 70 6c 61 79 73 20 61 20 74 |ead:Displays a t| 00002580 65 78 74 20 66 69 6c 65 20 69 6e 20 61 6e 20 65 |ext file in an e| 00002590 64 69 74 6f 72 20 77 69 6e 64 6f 77 0a 75 73 61 |ditor window.usa| 000025a0 67 65 2e 72 65 61 64 3a 72 65 61 64 20 72 65 6d |ge.read:read rem| 000025b0 6f 74 65 2d 66 69 6c 65 0a 64 65 73 63 2e 72 65 |ote-file.desc.re| 000025c0 63 76 3a 52 65 74 72 69 65 76 65 20 74 68 65 20 |cv:Retrieve the | 000025d0 72 65 6d 6f 74 65 20 66 69 6c 65 20 61 6e 64 20 |remote file and | 000025e0 73 74 6f 72 65 20 69 74 20 6f 6e 20 74 68 65 20 |store it on the | 000025f0 6c 6f 63 61 6c 20 6d 61 63 68 69 6e 65 2e 0a 64 |local machine..d| 00002600 65 73 63 31 2e 72 65 63 76 3a 41 20 73 79 6e 6f |esc1.recv:A syno| 00002610 6e 79 6d 20 66 6f 72 20 67 65 74 2e 0a 75 73 61 |nym for get..usa| 00002620 67 65 2e 72 65 63 76 3a 72 65 63 76 20 72 65 6d |ge.recv:recv rem| 00002630 6f 74 65 2d 66 69 6c 65 20 5b 6c 6f 63 61 6c 2d |ote-file [local-| 00002640 66 69 6c 65 5d 0a 64 65 73 63 2e 72 65 67 65 74 |file].desc.reget| 00002650 3a 52 65 67 65 74 20 74 68 65 20 72 65 73 74 20 |:Reget the rest | 00002660 6f 66 20 74 68 65 20 72 65 6d 6f 74 65 2d 66 69 |of the remote-fi| 00002670 6c 65 20 61 6e 64 20 61 70 70 65 6e 64 20 69 74 |le and append it| 00002680 20 74 6f 20 74 68 65 20 70 61 72 74 69 61 6c 6c | to the partiall| 00002690 79 0a 64 65 73 63 31 2e 72 65 67 65 74 3a 64 6f |y.desc1.reget:do| 000026a0 77 6e 6c 6f 61 64 65 64 20 6c 6f 63 61 6c 2d 66 |wnloaded local-f| 000026b0 69 6c 65 2e 0a 75 73 61 67 65 2e 72 65 67 65 74 |ile..usage.reget| 000026c0 3a 72 65 67 65 74 20 72 65 6d 6f 74 65 2d 66 69 |:reget remote-fi| 000026d0 6c 65 20 5b 6c 6f 63 61 6c 2d 66 69 6c 65 5d 0a |le [local-file].| 000026e0 64 65 73 63 2e 72 65 6e 61 6d 65 3a 52 65 6e 61 |desc.rename:Rena| 000026f0 6d 65 20 74 68 65 20 66 69 6c 65 20 27 66 72 6f |me the file 'fro| 00002700 6d 27 20 6f 6e 20 74 68 65 20 72 65 6d 6f 74 65 |m' on the remote| 00002710 20 6d 61 63 68 69 6e 65 2c 20 74 6f 20 74 68 65 | machine, to the| 00002720 20 66 69 6c 65 20 27 74 6f 27 2e 0a 75 73 61 67 | file 'to'..usag| 00002730 65 2e 72 65 6e 61 6d 65 3a 72 65 6e 61 6d 65 20 |e.rename:rename | 00002740 66 72 6f 6d 20 74 6f 0a 64 65 73 63 2e 72 68 65 |from to.desc.rhe| 00002750 6c 70 3a 44 69 73 70 6c 61 79 20 77 68 61 74 20 |lp:Display what | 00002760 68 65 6c 70 20 69 73 20 61 76 61 69 6c 61 62 6c |help is availabl| 00002770 65 20 66 72 6f 6d 20 74 68 65 20 72 65 6d 6f 74 |e from the remot| 00002780 65 20 73 69 74 65 2e 0a 75 73 61 67 65 2e 72 68 |e site..usage.rh| 00002790 65 6c 70 3a 72 68 65 6c 70 20 5b 63 6f 6d 6d 61 |elp:rhelp [comma| 000027a0 6e 64 5d 0a 64 65 73 63 2e 72 6d 64 69 72 3a 44 |nd].desc.rmdir:D| 000027b0 65 6c 65 74 65 20 61 20 64 69 72 65 63 74 6f 72 |elete a director| 000027c0 79 20 6f 6e 20 74 68 65 20 72 65 6d 6f 74 65 20 |y on the remote | 000027d0 68 6f 73 74 2e 0a 75 73 61 67 65 2e 72 6d 64 69 |host..usage.rmdi| 000027e0 72 3a 72 6d 64 69 72 20 64 69 72 65 63 74 6f 72 |r:rmdir director| 000027f0 79 2d 6e 61 6d 65 0a 64 65 73 63 2e 72 73 74 61 |y-name.desc.rsta| 00002800 74 75 73 3a 53 68 6f 77 20 74 68 65 20 63 75 72 |tus:Show the cur| 00002810 72 65 6e 74 20 73 74 61 74 75 73 20 6f 66 20 74 |rent status of t| 00002820 68 65 20 72 65 6d 6f 74 65 20 66 74 70 20 73 65 |he remote ftp se| 00002830 72 76 65 72 2e 0a 75 73 61 67 65 2e 72 73 74 61 |rver..usage.rsta| 00002840 74 75 73 3a 72 73 74 61 74 75 73 0a 64 65 73 63 |tus:rstatus.desc| 00002850 2e 73 61 76 65 3a 53 61 76 65 73 20 74 68 65 20 |.save:Saves the | 00002860 63 75 72 72 65 6e 74 20 70 72 6f 66 69 6c 65 20 |current profile | 00002870 63 6f 6e 66 69 67 75 72 61 74 69 6f 6e 2c 20 69 |configuration, i| 00002880 6e 63 20 63 75 72 72 65 6e 74 20 72 65 6d 6f 74 |nc current remot| 00002890 65 20 61 6e 64 20 6c 6f 63 61 6c 0a 64 65 73 63 |e and local.desc| 000028a0 31 2e 73 61 76 65 3a 70 61 74 68 73 2e 0a 75 73 |1.save:paths..us| 000028b0 61 67 65 2e 73 61 76 65 3a 73 61 76 65 20 70 72 |age.save:save pr| 000028c0 6f 66 69 6c 65 0a 64 65 73 63 2e 73 65 6e 64 3a |ofile.desc.send:| 000028d0 55 70 6c 6f 61 64 20 73 70 65 63 69 66 69 65 64 |Upload specified| 000028e0 20 66 69 6c 65 2e 0a 64 65 73 63 31 2e 73 65 6e | file..desc1.sen| 000028f0 64 3a 41 20 73 79 6e 6f 6e 79 6d 20 66 6f 72 20 |d:A synonym for | 00002900 70 75 74 2e 0a 75 73 61 67 65 2e 73 65 6e 64 3a |put..usage.send:| 00002910 73 65 6e 64 20 6c 6f 63 61 6c 2d 66 69 6c 65 6e |send local-filen| 00002920 61 6d 65 20 5b 72 65 6d 6f 74 65 2d 66 69 6c 65 |ame [remote-file| 00002930 6e 61 6d 65 5d 0a 64 65 73 63 2e 73 69 7a 65 3a |name].desc.size:| 00002940 52 65 74 75 72 6e 20 73 69 7a 65 20 6f 66 20 66 |Return size of f| 00002950 69 6c 65 6e 61 6d 65 20 6f 6e 20 72 65 6d 6f 74 |ilename on remot| 00002960 65 20 6d 61 63 68 69 6e 65 2e 0a 75 73 61 67 65 |e machine..usage| 00002970 2e 73 69 7a 65 3a 73 69 7a 65 20 66 69 6c 65 6e |.size:size filen| 00002980 61 6d 65 0a 64 65 73 63 2e 73 69 74 65 3a 41 6c |ame.desc.site:Al| 00002990 6c 6f 77 73 20 79 6f 75 20 74 6f 20 73 65 6e 64 |lows you to send| 000029a0 20 73 79 73 74 65 6d 20 73 70 65 63 69 66 69 63 | system specific| 000029b0 20 63 6f 6d 6d 61 6e 64 73 2e 0a 75 73 61 67 65 | commands..usage| 000029c0 2e 73 69 74 65 3a 73 69 74 65 20 61 72 67 31 20 |.site:site arg1 | 000029d0 61 72 67 32 20 2e 2e 2e 0a 64 65 73 63 2e 73 74 |arg2 ....desc.st| 000029e0 61 74 75 73 3a 53 68 6f 77 20 74 68 65 20 63 75 |atus:Show the cu| 000029f0 72 72 65 6e 74 20 73 74 61 74 75 73 20 6f 66 20 |rrent status of | 00002a00 73 66 74 70 2e 0a 75 73 61 67 65 2e 73 74 61 74 |sftp..usage.stat| 00002a10 75 73 3a 73 74 61 74 75 73 0a 64 65 73 63 2e 73 |us:status.desc.s| 00002a20 79 73 74 65 6d 3a 53 68 6f 77 20 74 68 65 20 74 |ystem:Show the t| 00002a30 79 70 65 20 6f 66 20 6f 70 65 72 61 74 69 6e 67 |ype of operating| 00002a40 20 73 79 73 74 65 6d 20 72 75 6e 6e 69 6e 67 20 | system running | 00002a50 6f 6e 20 74 68 65 20 72 65 6d 6f 74 65 20 6d 61 |on the remote ma| 00002a60 63 68 69 6e 65 2e 0a 75 73 61 67 65 2e 73 79 73 |chine..usage.sys| 00002a70 74 65 6d 3a 73 79 73 74 65 6d 0a 64 65 73 63 2e |tem:system.desc.| 00002a80 75 73 65 72 3a 49 64 65 6e 74 69 66 79 20 79 6f |user:Identify yo| 00002a90 75 72 73 65 6c 66 20 74 6f 20 74 68 65 20 72 65 |urself to the re| 00002aa0 6d 6f 74 65 20 68 6f 73 74 2e 0a 75 73 61 67 65 |mote host..usage| 00002ab0 2e 75 73 65 72 3a 75 73 65 72 20 75 73 65 72 2d |.user:user user-| 00002ac0 6e 61 6d 65 20 5b 70 61 73 73 77 6f 72 64 5d 0a |name [password].| 00002ad0 64 65 73 63 2e 76 65 72 62 6f 73 65 3a 54 6f 67 |desc.verbose:Tog| 00002ae0 67 6c 65 73 20 64 69 73 70 6c 61 79 20 6f 66 20 |gles display of | 00002af0 73 65 72 76 65 72 20 6d 65 73 73 61 67 65 73 20 |server messages | 00002b00 6f 6e 20 61 6e 64 20 6f 66 66 2e 0a 75 73 61 67 |on and off..usag| 00002b10 65 2e 76 65 72 62 6f 73 65 3a 76 65 72 62 6f 73 |e.verbose:verbos| 00002b20 65 0a 64 65 73 63 2e 76 65 72 73 69 6f 6e 3a 44 |e.desc.version:D| 00002b30 69 73 70 6c 61 79 20 74 68 65 20 63 75 72 72 65 |isplay the curre| 00002b40 6e 74 20 70 72 6f 67 72 61 6d 20 76 65 72 73 69 |nt program versi| 00002b50 6f 6e 2e 0a 75 73 61 67 65 2e 76 65 72 73 69 6f |on..usage.versio| 00002b60 6e 3a 76 65 72 73 69 6f 6e 0a 64 65 73 63 2e 76 |n:version.desc.v| 00002b70 69 65 77 3a 44 69 73 70 6c 61 79 73 20 61 20 74 |iew:Displays a t| 00002b80 65 78 74 20 66 69 6c 65 20 69 6e 20 61 6e 20 65 |ext file in an e| 00002b90 64 69 74 6f 72 20 77 69 6e 64 6f 77 2e 0a 64 65 |ditor window..de| 00002ba0 73 63 31 2e 76 69 65 77 3a 41 20 73 79 6e 6f 6e |sc1.view:A synon| 00002bb0 79 6d 20 66 6f 72 20 72 65 61 64 2e 0a 75 73 61 |ym for read..usa| 00002bc0 67 65 2e 76 69 65 77 3a 76 69 65 77 20 72 65 6d |ge.view:view rem| 00002bd0 6f 74 65 2d 66 69 6c 65 0a 64 65 73 63 2e 72 75 |ote-file.desc.ru| 00002be0 6e 69 71 75 65 3a 54 6f 67 67 6c 65 73 20 73 74 |nique:Toggles st| 00002bf0 6f 72 69 6e 67 20 6f 66 20 75 6e 69 71 75 65 20 |oring of unique | 00002c00 66 69 6c 65 6e 61 6d 65 73 20 6f 6e 20 74 68 65 |filenames on the| 00002c10 20 72 65 6d 6f 74 65 20 73 69 74 65 2e 0a 75 73 | remote site..us| 00002c20 61 67 65 2e 72 75 6e 69 71 75 65 3a 72 75 6e 69 |age.runique:runi| 00002c30 71 75 65 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a |que...........| 00002c3e