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.scriptSuite < prev    next >
Encoding:
Extensible Markup Language  |  2009-02-01  |  11.8 KB  |  499 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</string>
  7.         <key>AppleEventCode</key>
  8.         <string>CYCK</string>
  9.         <key>UsedFeatures</key>
  10.         <array>
  11.             <string>UnnamedArguments</string>
  12.         </array>
  13.         <key>Classes</key>
  14.         <dict>
  15.             <key>NSApplication</key>
  16.             <dict>
  17.                 <key>AppleEventCode</key>
  18.                 <string>capp</string>
  19.                 <key>Superclass</key>
  20.                 <string>NSCoreSuite.NSApplication</string>
  21.                 <key>ToManyRelationships</key>
  22.                 <dict>
  23.                     <key>orderedBrowsers</key>
  24.                     <dict>
  25.                         <key>AppleEventCode</key>
  26.                         <string>docu</string>
  27.                         <key>Type</key>
  28.                         <string>ch.cyberduck.ui.cocoa.CDBrowserController</string>
  29.                     </dict>
  30.                 </dict>
  31.                 <key>ToOneRelationships</key>
  32.                 <dict/>
  33.             </dict>
  34.             <key>ch.cyberduck.ui.cocoa.CDBrowserController</key>
  35.             <dict>
  36.                 <key>AppleEventCode</key>
  37.                 <string>docu</string>
  38.                 <key>Superclass</key>
  39.                 <string>NSCoreSuite.NSDocument</string>
  40.                 <key>Attributes</key>
  41.                 <dict>
  42.                     <key>WorkingDirectory</key>
  43.                     <dict>
  44.                         <key>AppleEventCode</key>
  45.                         <string>work</string>
  46.                         <key>ReadOnly</key>
  47.                         <string>Yes</string>
  48.                         <key>Type</key>
  49.                         <string>NSString</string>
  50.                     </dict>
  51.                     <key>Encoding</key>
  52.                     <dict>
  53.                         <key>AppleEventCode</key>
  54.                         <string>enco</string>
  55.                         <key>ReadOnly</key>
  56.                         <string>No</string>
  57.                         <key>Type</key>
  58.                         <string>NSString</string>
  59.                     </dict>
  60.                     <key>ShowHiddenFiles</key>
  61.                     <dict>
  62.                         <key>AppleEventCode</key>
  63.                         <string>hidd</string>
  64.                         <key>ReadOnly</key>
  65.                         <string>No</string>
  66.                         <key>Type</key>
  67.                         <string>NSNumber<Bool></string>
  68.                     </dict>
  69.                 </dict>
  70.                 <key>SupportedCommands</key>
  71.                 <dict>
  72.                     <key>Connect</key>
  73.                     <string>handleMountScriptCommand:</string>
  74.                     <key>Disconnect</key>
  75.                     <string>handleDisconnectScriptCommand:</string>
  76.                     <key>Refresh</key>
  77.                     <string>handleRefreshScriptCommand:</string>
  78.                     <key>List</key>
  79.                     <string>handleListScriptCommand:</string>
  80.                     <key>Goto</key>
  81.                     <string>handleGotoScriptCommand:</string>
  82.                     <key>Rename</key>
  83.                     <string>handleRenameScriptCommand:</string>
  84.                     <key>CreateFolder</key>
  85.                     <string>handleCreateFolderScriptCommand:</string>
  86.                     <key>CreateFile</key>
  87.                     <string>handleCreateFileScriptCommand:</string>
  88.                     <key>EditFile</key>
  89.                     <string>handleEditScriptCommand:</string>
  90.                     <key>DeleteFile</key>
  91.                     <string>handleDeleteScriptCommand:</string>
  92.                     <key>Exists</key>
  93.                     <string>handleExistsScriptCommand:</string>
  94.                     <key>Download</key>
  95.                     <string>handleDownloadScriptCommand:</string>
  96.                     <key>Upload</key>
  97.                     <string>handleUploadScriptCommand:</string>
  98.                     <key>Sync</key>
  99.                     <string>handleSyncScriptCommand:</string>
  100.                 </dict>
  101.             </dict>
  102.         </dict>
  103.         <key>Commands</key>
  104.         <dict>
  105.             <key>Create</key>
  106.             <dict>
  107.                 <key>AppleEventClassCode</key>
  108.                 <string>core</string>
  109.                 <key>AppleEventCode</key>
  110.                 <string>crel</string>
  111.                 <key>CommandClass</key>
  112.                 <string>ch.cyberduck.ui.cocoa.CDApplescriptabilityController</string>
  113.             </dict>
  114.             <key>Connect</key>
  115.             <dict>
  116.                 <key>AppleEventCode</key>
  117.                 <string>CoCt</string>
  118.                 <key>CommandClass</key>
  119.                 <string>NSScriptCommand</string>
  120.                 <key>Arguments</key>
  121.                 <dict>
  122.                     <key>Bookmark</key>
  123.                     <dict>
  124.                         <key>AppleEventCode</key>
  125.                         <string>BoRk</string>
  126.                         <key>Optional</key>
  127.                         <string>Yes</string>
  128.                         <key>Type</key>
  129.                         <string>NSString</string>
  130.                     </dict>
  131.                     <key>Host</key>
  132.                     <dict>
  133.                         <key>AppleEventCode</key>
  134.                         <string>HoSt</string>
  135.                         <key>Optional</key>
  136.                         <string>Yes</string>
  137.                         <key>Type</key>
  138.                         <string>NSString</string>
  139.                     </dict>
  140.                     <key>Protocol</key>
  141.                     <dict>
  142.                         <key>AppleEventCode</key>
  143.                         <string>PrCl</string>
  144.                         <key>Optional</key>
  145.                         <string>Yes</string>
  146.                         <key>Type</key>
  147.                         <string>NSNumber<Protocols></string>
  148.                     </dict>
  149.                     <key>Port</key>
  150.                     <dict>
  151.                         <key>AppleEventCode</key>
  152.                         <string>PoRt</string>
  153.                         <key>Optional</key>
  154.                         <string>Yes</string>
  155.                         <key>Type</key>
  156.                         <string>NSString</string>
  157.                     </dict>
  158.                     <key>InitialPath</key>
  159.                     <dict>
  160.                         <key>AppleEventCode</key>
  161.                         <string>PaTh</string>
  162.                         <key>Optional</key>
  163.                         <string>Yes</string>
  164.                         <key>Type</key>
  165.                         <string>NSString</string>
  166.                     </dict>
  167.                     <key>Username</key>
  168.                     <dict>
  169.                         <key>AppleEventCode</key>
  170.                         <string>UsMe</string>
  171.                         <key>Optional</key>
  172.                         <string>Yes</string>
  173.                         <key>Type</key>
  174.                         <string>NSString</string>
  175.                     </dict>
  176.                     <key>Password</key>
  177.                     <dict>
  178.                         <key>AppleEventCode</key>
  179.                         <string>PaRd</string>
  180.                         <key>Optional</key>
  181.                         <string>Yes</string>
  182.                         <key>Type</key>
  183.                         <string>NSString</string>
  184.                     </dict>
  185.                     <key>Mode</key>
  186.                     <dict>
  187.                         <key>AppleEventCode</key>
  188.                         <string>CoMd</string>
  189.                         <key>Optional</key>
  190.                         <string>Yes</string>
  191.                         <key>Type</key>
  192.                         <string>NSString</string>
  193.                     </dict>
  194.                 </dict>
  195.             </dict>
  196.             <key>Disconnect</key>
  197.             <dict>
  198.                 <key>AppleEventCode</key>
  199.                 <string>DiCt</string>
  200.                 <key>CommandClass</key>
  201.                 <string>NSScriptCommand</string>
  202.             </dict>
  203.             <key>CreateFolder</key>
  204.             <dict>
  205.                 <key>AppleEventCode</key>
  206.                 <string>FoLd</string>
  207.                 <key>CommandClass</key>
  208.                 <string>NSScriptCommand</string>
  209.                 <key>Arguments</key>
  210.                 <dict>
  211.                     <key>Path</key>
  212.                     <dict>
  213.                         <key>AppleEventCode</key>
  214.                         <string>PaTh</string>
  215.                         <key>Type</key>
  216.                         <string>NSString</string>
  217.                     </dict>
  218.                 </dict>
  219.             </dict>
  220.             <key>CreateFile</key>
  221.             <dict>
  222.                 <key>AppleEventCode</key>
  223.                 <string>FiLe</string>
  224.                 <key>CommandClass</key>
  225.                 <string>NSScriptCommand</string>
  226.                 <key>Arguments</key>
  227.                 <dict>
  228.                     <key>Path</key>
  229.                     <dict>
  230.                         <key>AppleEventCode</key>
  231.                         <string>PaTh</string>
  232.                         <key>Type</key>
  233.                         <string>NSString</string>
  234.                     </dict>
  235.                 </dict>
  236.             </dict>
  237.             <key>EditFile</key>
  238.             <dict>
  239.                 <key>AppleEventCode</key>
  240.                 <string>EdFi</string>
  241.                 <key>CommandClass</key>
  242.                 <string>NSScriptCommand</string>
  243.                 <key>Arguments</key>
  244.                 <dict>
  245.                     <key>Path</key>
  246.                     <dict>
  247.                         <key>AppleEventCode</key>
  248.                         <string>PaTh</string>
  249.                         <key>Type</key>
  250.                         <string>NSString</string>
  251.                     </dict>
  252.                 </dict>
  253.             </dict>
  254.             <key>DeleteFile</key>
  255.             <dict>
  256.                 <key>AppleEventClassCode</key>
  257.                 <string>core</string>
  258.                 <key>AppleEventCode</key>
  259.                 <string>delo</string>
  260.                 <key>CommandClass</key>
  261.                 <string>NSScriptCommand</string>
  262.                 <key>Arguments</key>
  263.                 <dict>
  264.                     <key>Path</key>
  265.                     <dict>
  266.                         <key>AppleEventCode</key>
  267.                         <string>PaTh</string>
  268.                         <key>Type</key>
  269.                         <string>NSString</string>
  270.                     </dict>
  271.                 </dict>
  272.             </dict>
  273.             <key>Download</key>
  274.             <dict>
  275.                 <key>AppleEventCode</key>
  276.                 <string>DoAd</string>
  277.                 <key>CommandClass</key>
  278.                 <string>NSScriptCommand</string>
  279.                 <key>Arguments</key>
  280.                 <dict>
  281.                     <key>Path</key>
  282.                     <dict>
  283.                         <key>AppleEventCode</key>
  284.                         <string>PaTh</string>
  285.                         <key>Type</key>
  286.                         <string>NSString</string>
  287.                     </dict>
  288.                     <key>Local</key>
  289.                     <dict>
  290.                         <key>AppleEventCode</key>
  291.                         <string>LoAl</string>
  292.                         <key>Optional</key>
  293.                         <string>Yes</string>
  294.                         <key>Type</key>
  295.                         <string>NSString</string>
  296.                     </dict>
  297.                     <key>Name</key>
  298.                     <dict>
  299.                         <key>AppleEventCode</key>
  300.                         <string>NaMe</string>
  301.                         <key>Optional</key>
  302.                         <string>Yes</string>
  303.                         <key>Type</key>
  304.                         <string>NSString</string>
  305.                     </dict>
  306.                 </dict>
  307.             </dict>
  308.             <key>Upload</key>
  309.             <dict>
  310.                 <key>AppleEventCode</key>
  311.                 <string>UpAd</string>
  312.                 <key>CommandClass</key>
  313.                 <string>NSScriptCommand</string>
  314.                 <key>Arguments</key>
  315.                 <dict>
  316.                     <key>Path</key>
  317.                     <dict>
  318.                         <key>AppleEventCode</key>
  319.                         <string>PaTh</string>
  320.                         <key>Type</key>
  321.                         <string>NSString</string>
  322.                     </dict>
  323.                     <key>Remote</key>
  324.                     <dict>
  325.                         <key>AppleEventCode</key>
  326.                         <string>ReTe</string>
  327.                         <key>Optional</key>
  328.                         <string>Yes</string>
  329.                         <key>Type</key>
  330.                         <string>NSString</string>
  331.                     </dict>
  332.                     <key>Name</key>
  333.                     <dict>
  334.                         <key>AppleEventCode</key>
  335.                         <string>NaMe</string>
  336.                         <key>Optional</key>
  337.                         <string>Yes</string>
  338.                         <key>Type</key>
  339.                         <string>NSString</string>
  340.                     </dict>
  341.                 </dict>
  342.             </dict>
  343.             <key>Sync</key>
  344.             <dict>
  345.                 <key>AppleEventCode</key>
  346.                 <string>SyNc</string>
  347.                 <key>CommandClass</key>
  348.                 <string>NSScriptCommand</string>
  349.                 <key>Arguments</key>
  350.                 <dict>
  351.                     <key>Path</key>
  352.                     <dict>
  353.                         <key>AppleEventCode</key>
  354.                         <string>PaTh</string>
  355.                         <key>Type</key>
  356.                         <string>NSString</string>
  357.                     </dict>
  358.                     <key>Local</key>
  359.                     <dict>
  360.                         <key>AppleEventCode</key>
  361.                         <string>LoAl</string>
  362.                         <key>Type</key>
  363.                         <string>NSString</string>
  364.                     </dict>
  365.                 </dict>
  366.             </dict>
  367.             <key>Refresh</key>
  368.             <dict>
  369.                 <key>AppleEventCode</key>
  370.                 <string>ReSh</string>
  371.                 <key>CommandClass</key>
  372.                 <string>NSScriptCommand</string>
  373.             </dict>
  374.             <key>Exists</key>
  375.             <dict>
  376.                 <key>AppleEventClassCode</key>
  377.                 <string>core</string>
  378.                 <key>AppleEventCode</key>
  379.                 <string>doex</string>
  380.                 <key>CommandClass</key>
  381.                 <string>NSScriptCommand</string>
  382.                 <key>ResultAppleEventCode</key>
  383.                 <string>bool</string>
  384.                 <key>Type</key>
  385.                 <string>NSNumber<Bool></string>
  386.                 <key>Arguments</key>
  387.                 <dict>
  388.                     <key>Path</key>
  389.                     <dict>
  390.                         <key>AppleEventCode</key>
  391.                         <string>PaTh</string>
  392.                         <key>Type</key>
  393.                         <string>NSString</string>
  394.                     </dict>
  395.                 </dict>
  396.             </dict>
  397.             <key>Goto</key>
  398.             <dict>
  399.                 <key>AppleEventCode</key>
  400.                 <string>GoTo</string>
  401.                 <key>CommandClass</key>
  402.                 <string>NSScriptCommand</string>
  403.                 <key>Arguments</key>
  404.                 <dict>
  405.                     <key>Path</key>
  406.                     <dict>
  407.                         <key>AppleEventCode</key>
  408.                         <string>PaTh</string>
  409.                         <key>Type</key>
  410.                         <string>NSString</string>
  411.                     </dict>
  412.                 </dict>
  413.             </dict>
  414.             <key>Rename</key>
  415.             <dict>
  416.                 <key>AppleEventCode</key>
  417.                 <string>MoVe</string>
  418.                 <key>CommandClass</key>
  419.                 <string>NSScriptCommand</string>
  420.                 <key>Arguments</key>
  421.                 <dict>
  422.                     <key>Path</key>
  423.                     <dict>
  424.                         <key>AppleEventCode</key>
  425.                         <string>PaTh</string>
  426.                         <key>Type</key>
  427.                         <string>NSString</string>
  428.                     </dict>
  429.                     <key>Name</key>
  430.                     <dict>
  431.                         <key>AppleEventCode</key>
  432.                         <string>NaMe</string>
  433.                         <key>Optional</key>
  434.                         <string>Yes</string>
  435.                         <key>Type</key>
  436.                         <string>NSString</string>
  437.                     </dict>
  438.                 </dict>
  439.             </dict>
  440.             <key>List</key>
  441.             <dict>
  442.                 <key>AppleEventCode</key>
  443.                 <string>DirL</string>
  444.                 <key>CommandClass</key>
  445.                 <string>NSScriptCommand</string>
  446.                 <key>Arguments</key>
  447.                 <dict>
  448.                     <key>Path</key>
  449.                     <dict>
  450.                         <key>AppleEventCode</key>
  451.                         <string>PaTh</string>
  452.                         <key>Type</key>
  453.                         <string>NSString</string>
  454.                     </dict>
  455.                 </dict>
  456.                 <key>ResultAppleEventCode</key>
  457.                 <string>list</string>
  458.                 <key>Type</key>
  459.                 <string>NSArray</string>
  460.             </dict>
  461.             <key>GetURL</key>
  462.             <dict>
  463.                 <key>AppleEventClassCode</key>
  464.                 <string>GURL</string>
  465.                 <key>AppleEventCode</key>
  466.                 <string>GURL</string>
  467.                 <key>CommandClass</key>
  468.                 <string>ch.cyberduck.ui.cocoa.CDApplescriptabilityController</string>
  469.             </dict>
  470.             <key>OpenURL</key>
  471.             <dict>
  472.                 <key>AppleEventClassCode</key>
  473.                 <string>WWW!</string>
  474.                 <key>AppleEventCode</key>
  475.                 <string>OURL</string>
  476.                 <key>CommandClass</key>
  477.                 <string>ch.cyberduck.ui.cocoa.CDApplescriptabilityController</string>
  478.             </dict>
  479.         </dict>
  480.         <key>Enumerations</key>
  481.         <dict>
  482.             <key>Protocols</key>
  483.             <dict>
  484.                 <key>AppleEventCode</key>
  485.                 <string>PrCl</string>
  486.                 <key>Enumerators</key>
  487.                 <dict>
  488.                     <key>ftp </key>
  489.                     <string>ftp </string>
  490.                     <key>ftps</key>
  491.                     <string>ftps</string>
  492.                     <key>sftp</key>
  493.                     <string>sftp</string>
  494.                 </dict>
  495.             </dict>
  496.         </dict>
  497.     </dict>
  498. </plist>
  499.