home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2009 March / ME_03_2009.iso / Software / Internet / Cyberduck-3.1.2.dmg / Cyberduck.app / Contents / Resources / Cyberduck.scriptTerminology < prev    next >
Encoding:
Extensible Markup Language  |  2009-02-01  |  9.4 KB  |  409 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4.     <dict>
  5.         <key>Name</key>
  6.         <string>Cyberduck Suite</string>
  7.         <key>Description</key>
  8.         <string>AppleScript commands and classes specific to Cyberduck</string>
  9.         <key>Classes</key>
  10.         <dict>
  11.             <key>NSApplication</key>
  12.             <dict>
  13.                 <key>Description</key>
  14.                 <string>Cyberduck's top level scripting object.</string>
  15.                 <key>Name</key>
  16.                 <string>application</string>
  17.                 <key>PluralName</key>
  18.                 <string>applications</string>
  19.             </dict>
  20.             <key>ch.cyberduck.ui.cocoa.CDBrowserController</key>
  21.             <dict>
  22.                 <key>Attributes</key>
  23.                 <dict>
  24.                     <key>WorkingDirectory</key>
  25.                     <dict>
  26.                         <key>Description</key>
  27.                         <string>The current working folder.</string>
  28.                         <key>Name</key>
  29.                         <string>working folder</string>
  30.                     </dict>
  31.                     <key>Encoding</key>
  32.                     <dict>
  33.                         <key>Description</key>
  34.                         <string>The text encoding to use.</string>
  35.                         <key>Name</key>
  36.                         <string>encoding</string>
  37.                     </dict>
  38.                     <key>ShowHiddenFiles</key>
  39.                     <dict>
  40.                         <key>Description</key>
  41.                         <string>Show hidden files.</string>
  42.                         <key>Name</key>
  43.                         <string>show hidden</string>
  44.                     </dict>
  45.                 </dict>
  46.                 <key>Description</key>
  47.                 <string>A Browser</string>
  48.                 <key>Name</key>
  49.                 <string>browser</string>
  50.                 <key>PluralName</key>
  51.                 <string>browsers</string>
  52.             </dict>
  53.         </dict>
  54.         <key>Commands</key>
  55.         <dict>
  56.             <key>Create</key>
  57.             <dict>
  58.                 <key>Description</key>
  59.                 <string>Open new browser window.</string>
  60.                 <key>Name</key>
  61.                 <string>make new</string>
  62.             </dict>
  63.             <key>Connect</key>
  64.             <dict>
  65.                 <key>Description</key>
  66.                 <string>Connect to a specified server.</string>
  67.                 <key>Name</key>
  68.                 <string>connect</string>
  69.                 <key>Arguments</key>
  70.                 <dict>
  71.                     <key>Bookmark</key>
  72.                     <dict>
  73.                         <key>Description</key>
  74.                         <string>Connect to bookmark with this nickname</string>
  75.                         <key>Name</key>
  76.                         <string>to bookmark</string>
  77.                     </dict>
  78.                     <key>Host</key>
  79.                     <dict>
  80.                         <key>Description</key>
  81.                         <string>The host to connect to.</string>
  82.                         <key>Name</key>
  83.                         <string>to</string>
  84.                     </dict>
  85.                     <key>Protocol</key>
  86.                     <dict>
  87.                         <key>Description</key>
  88.                         <string>The protocol to use (FTP or SFTP).</string>
  89.                         <key>Name</key>
  90.                         <string>with protocol</string>
  91.                     </dict>
  92.                     <key>Port</key>
  93.                     <dict>
  94.                         <key>Description</key>
  95.                         <string>The port to use when connecting.</string>
  96.                         <key>Name</key>
  97.                         <string>with port</string>
  98.                     </dict>
  99.                     <key>InitialPath</key>
  100.                     <dict>
  101.                         <key>Description</key>
  102.                         <string>The initial path to change to after connection is made.</string>
  103.                         <key>Name</key>
  104.                         <string>with initial folder</string>
  105.                     </dict>
  106.                     <key>Username</key>
  107.                     <dict>
  108.                         <key>Description</key>
  109.                         <string>The username to use when connecting.</string>
  110.                         <key>Name</key>
  111.                         <string>as user</string>
  112.                     </dict>
  113.                     <key>Password</key>
  114.                     <dict>
  115.                         <key>Description</key>
  116.                         <string>The password to use when connecting.</string>
  117.                         <key>Name</key>
  118.                         <string>with password</string>
  119.                     </dict>
  120.                     <key>Mode</key>
  121.                     <dict>
  122.                         <key>Description</key>
  123.                         <string>The connect mode to use (FTP).</string>
  124.                         <key>Name</key>
  125.                         <string>with connect mode</string>
  126.                     </dict>
  127.                 </dict>
  128.             </dict>
  129.             <key>Disconnect</key>
  130.             <dict>
  131.                 <key>Description</key>
  132.                 <string>Disconnect from server.</string>
  133.                 <key>Name</key>
  134.                 <string>disconnect</string>
  135.             </dict>
  136.             <key>CreateFolder</key>
  137.             <dict>
  138.                 <key>Description</key>
  139.                 <string>Create a new folder.</string>
  140.                 <key>Name</key>
  141.                 <string>create</string>
  142.                 <key>Arguments</key>
  143.                 <dict>
  144.                     <key>Path</key>
  145.                     <dict>
  146.                         <key>Description</key>
  147.                         <string>The folder.</string>
  148.                         <key>Name</key>
  149.                         <string>folder</string>
  150.                     </dict>
  151.                 </dict>
  152.             </dict>
  153.             <key>CreateFile</key>
  154.             <dict>
  155.                 <key>Description</key>
  156.                 <string>Create a new file.</string>
  157.                 <key>Name</key>
  158.                 <string>touch</string>
  159.                 <key>Arguments</key>
  160.                 <dict>
  161.                     <key>Path</key>
  162.                     <dict>
  163.                         <key>Description</key>
  164.                         <string>The filename.</string>
  165.                         <key>Name</key>
  166.                         <string>file</string>
  167.                     </dict>
  168.                 </dict>
  169.             </dict>
  170.             <key>EditFile</key>
  171.             <dict>
  172.                 <key>Description</key>
  173.                 <string>Edit file.</string>
  174.                 <key>Name</key>
  175.                 <string>edit</string>
  176.                 <key>Arguments</key>
  177.                 <dict>
  178.                     <key>Path</key>
  179.                     <dict>
  180.                         <key>Description</key>
  181.                         <string>The filename.</string>
  182.                         <key>Name</key>
  183.                         <string>file</string>
  184.                     </dict>
  185.                 </dict>
  186.             </dict>
  187.             <key>DeleteFile</key>
  188.             <dict>
  189.                 <key>Description</key>
  190.                 <string>Delete file or folder.</string>
  191.                 <key>Name</key>
  192.                 <string>delete</string>
  193.                 <key>Arguments</key>
  194.                 <dict>
  195.                     <key>Path</key>
  196.                     <dict>
  197.                         <key>Description</key>
  198.                         <string>The file or folder.</string>
  199.                         <key>Name</key>
  200.                         <string>item</string>
  201.                     </dict>
  202.                 </dict>
  203.             </dict>
  204.             <key>Refresh</key>
  205.             <dict>
  206.                 <key>Description</key>
  207.                 <string>Refresh working folder.</string>
  208.                 <key>Name</key>
  209.                 <string>refresh</string>
  210.             </dict>
  211.             <key>Download</key>
  212.             <dict>
  213.                 <key>Description</key>
  214.                 <string>Download file.</string>
  215.                 <key>Name</key>
  216.                 <string>download</string>
  217.                 <key>Arguments</key>
  218.                 <dict>
  219.                     <key>Path</key>
  220.                     <dict>
  221.                         <key>Description</key>
  222.                         <string>The file or folder.</string>
  223.                         <key>Name</key>
  224.                         <string>item</string>
  225.                     </dict>
  226.                     <key>Local</key>
  227.                     <dict>
  228.                         <key>Description</key>
  229.                         <string>The download folder.</string>
  230.                         <key>Name</key>
  231.                         <string>to</string>
  232.                     </dict>
  233.                     <key>Name</key>
  234.                     <dict>
  235.                         <key>Description</key>
  236.                         <string>The name to save the file as.</string>
  237.                         <key>Name</key>
  238.                         <string>as</string>
  239.                     </dict>
  240.                 </dict>
  241.             </dict>
  242.             <key>Upload</key>
  243.             <dict>
  244.                 <key>Description</key>
  245.                 <string>Upload file.</string>
  246.                 <key>Name</key>
  247.                 <string>upload</string>
  248.                 <key>Arguments</key>
  249.                 <dict>
  250.                     <key>Path</key>
  251.                     <dict>
  252.                         <key>Description</key>
  253.                         <string>The file or folder.</string>
  254.                         <key>Name</key>
  255.                         <string>item</string>
  256.                     </dict>
  257.                     <key>Remote</key>
  258.                     <dict>
  259.                         <key>Description</key>
  260.                         <string>The upload folder.</string>
  261.                         <key>Name</key>
  262.                         <string>to</string>
  263.                     </dict>
  264.                     <key>Name</key>
  265.                     <dict>
  266.                         <key>Description</key>
  267.                         <string>The name to save the file as.</string>
  268.                         <key>Name</key>
  269.                         <string>as</string>
  270.                     </dict>
  271.                 </dict>
  272.             </dict>
  273.             <key>Exists</key>
  274.             <dict>
  275.                 <key>Description</key>
  276.                 <string>If the given file exists.</string>
  277.                 <key>Name</key>
  278.                 <string>exists</string>
  279.                 <key>Arguments</key>
  280.                 <dict>
  281.                     <key>Path</key>
  282.                     <dict>
  283.                         <key>Description</key>
  284.                         <string>The file or folder.</string>
  285.                         <key>Name</key>
  286.                         <string>file</string>
  287.                     </dict>
  288.                 </dict>
  289.             </dict>
  290.             <key>Sync</key>
  291.             <dict>
  292.                 <key>Description</key>
  293.                 <string>Sync folder.</string>
  294.                 <key>Name</key>
  295.                 <string>sync</string>
  296.                 <key>Arguments</key>
  297.                 <dict>
  298.                     <key>Path</key>
  299.                     <dict>
  300.                         <key>Description</key>
  301.                         <string>The remote folder.</string>
  302.                         <key>Name</key>
  303.                         <string>folder</string>
  304.                     </dict>
  305.                     <key>Local</key>
  306.                     <dict>
  307.                         <key>Description</key>
  308.                         <string>The local folder.</string>
  309.                         <key>Name</key>
  310.                         <string>with local folder</string>
  311.                     </dict>
  312.                 </dict>
  313.             </dict>
  314.             <key>Goto</key>
  315.             <dict>
  316.                 <key>Description</key>
  317.                 <string>Go to Folder.</string>
  318.                 <key>Name</key>
  319.                 <string>change folder</string>
  320.                 <key>Arguments</key>
  321.                 <dict>
  322.                     <key>Path</key>
  323.                     <dict>
  324.                         <key>Description</key>
  325.                         <string>The folder.</string>
  326.                         <key>Name</key>
  327.                         <string>to</string>
  328.                     </dict>
  329.                 </dict>
  330.             </dict>
  331.             <key>Rename</key>
  332.             <dict>
  333.                 <key>Description</key>
  334.                 <string>Rename file.</string>
  335.                 <key>Name</key>
  336.                 <string>rename</string>
  337.                 <key>Arguments</key>
  338.                 <dict>
  339.                     <key>Path</key>
  340.                     <dict>
  341.                         <key>Description</key>
  342.                         <string>The file or folder.</string>
  343.                         <key>Name</key>
  344.                         <string>item</string>
  345.                     </dict>
  346.                     <key>Name</key>
  347.                     <dict>
  348.                         <key>Description</key>
  349.                         <string>The target name.</string>
  350.                         <key>Name</key>
  351.                         <string>to</string>
  352.                     </dict>
  353.                 </dict>
  354.             </dict>
  355.             <key>List</key>
  356.             <dict>
  357.                 <key>Description</key>
  358.                 <string>List folder content.</string>
  359.                 <key>Name</key>
  360.                 <string>browse</string>
  361.                 <key>Arguments</key>
  362.                 <dict>
  363.                     <key>Path</key>
  364.                     <dict>
  365.                         <key>Description</key>
  366.                         <string>The folder.</string>
  367.                         <key>Name</key>
  368.                         <string>folder</string>
  369.                     </dict>
  370.                 </dict>
  371.             </dict>
  372.             <key>GetURL</key>
  373.             <dict>
  374.                 <key>Description</key>
  375.                 <string>Open a URL</string>
  376.                 <key>Name</key>
  377.                 <string>open URL</string>
  378.             </dict>
  379.             <key>OpenURL</key>
  380.             <dict>
  381.                 <key>Description</key>
  382.                 <string>Open a URL</string>
  383.                 <key>Name</key>
  384.                 <string>open URL</string>
  385.             </dict>
  386.         </dict>
  387.         <key>Enumerations</key>
  388.         <dict>
  389.             <key>Protocols</key>
  390.             <dict>
  391.                 <key>ftp </key>
  392.                 <dict>
  393.                     <key>Description</key>
  394.                     <string>Connect to server using FTP File Transfer</string>
  395.                     <key>Name</key>
  396.                     <string>FTP</string>
  397.                 </dict>
  398.                 <key>sftp</key>
  399.                 <dict>
  400.                     <key>Description</key>
  401.                     <string>Connect to server using SSH Secure File Transfer</string>
  402.                     <key>Name</key>
  403.                     <string>SFTP</string>
  404.                 </dict>
  405.             </dict>
  406.         </dict>
  407.     </dict>
  408. </plist>
  409.