home *** CD-ROM | disk | FTP | other *** search
/ Univers Interactif 3 / INTERACTIF.BIN / pc / planeten / internet / hyperftp / card_4285.txt < prev    next >
Text File  |  1990-09-07  |  17KB  |  771 lines

  1. -- card: 4285 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 4000
  4. -- background id: 2574
  5. -- name: Info
  6. ----- HyperTalk script -----
  7. on idle
  8.   -- don't pass idle messages to bg script
  9. end idle
  10.  
  11. -- showField is called by the help buttons to display their info:
  12. on showField vis
  13.   get the short name of the target
  14.   set the visible of cd fld it to vis
  15. end showField
  16.  
  17.  
  18.  
  19. -- part 1 (field)
  20. -- low flags: 80
  21. -- high flags: 0004
  22. -- rect: left=16 top=33 right=71 bottom=195
  23. -- title width / last selected line: 0
  24. -- icon id / first selected line: 0 / 0
  25. -- text alignment: 0
  26. -- font id: 3
  27. -- text size: 9
  28. -- style flags: 0
  29. -- line height: 11
  30. -- part name: Host
  31.  
  32.  
  33. -- part 13 (button)
  34. -- low flags: 00
  35. -- high flags: 0000
  36. -- rect: left=54 top=12 right=30 bottom=305
  37. -- title width / last selected line: 0
  38. -- icon id / first selected line: 0 / 0
  39. -- text alignment: 1
  40. -- font id: 0
  41. -- text size: 12
  42. -- style flags: 0
  43. -- line height: 16
  44. -- part name: Host
  45. ----- HyperTalk script -----
  46. on mouseEnter
  47.   showField true
  48. end mouseEnter
  49.  
  50. on mouseLeave
  51.   showField false
  52. end mouseLeave
  53.  
  54.  
  55.  
  56. -- part 14 (button)
  57. -- low flags: 00
  58. -- high flags: 0000
  59. -- rect: left=148 top=35 right=55 bottom=308
  60. -- title width / last selected line: 0
  61. -- icon id / first selected line: 0 / 0
  62. -- text alignment: 1
  63. -- font id: 0
  64. -- text size: 12
  65. -- style flags: 0
  66. -- line height: 16
  67. -- part name: Connection State
  68. ----- HyperTalk script -----
  69. on mouseEnter
  70.   showField true
  71. end mouseEnter
  72.  
  73. on mouseLeave
  74.   showField false
  75. end mouseLeave
  76.  
  77.  
  78.  
  79. -- part 15 (field)
  80. -- low flags: 81
  81. -- high flags: 0004
  82. -- rect: left=45 top=60 right=88 bottom=258
  83. -- title width / last selected line: 0
  84. -- icon id / first selected line: 0 / 0
  85. -- text alignment: 0
  86. -- font id: 3
  87. -- text size: 9
  88. -- style flags: 0
  89. -- line height: 12
  90. -- part name: Connection State
  91.  
  92.  
  93. -- part 16 (button)
  94. -- low flags: 00
  95. -- high flags: 0000
  96. -- rect: left=387 top=111 right=127 bottom=485
  97. -- title width / last selected line: 0
  98. -- icon id / first selected line: 0 / 0
  99. -- text alignment: 1
  100. -- font id: 0
  101. -- text size: 12
  102. -- style flags: 0
  103. -- line height: 16
  104. -- part name: Send╔
  105. ----- HyperTalk script -----
  106. on mouseEnter
  107.   showField true
  108. end mouseEnter
  109.  
  110. on mouseLeave
  111.   showField false
  112. end mouseLeave
  113.  
  114.  
  115.  
  116. -- part 17 (field)
  117. -- low flags: 80
  118. -- high flags: 0004
  119. -- rect: left=261 top=107 right=133 bottom=377
  120. -- title width / last selected line: 0
  121. -- icon id / first selected line: 0 / 0
  122. -- text alignment: 0
  123. -- font id: 3
  124. -- text size: 9
  125. -- style flags: 0
  126. -- line height: 11
  127. -- part name: Send╔
  128.  
  129.  
  130. -- part 18 (button)
  131. -- low flags: 00
  132. -- high flags: 0000
  133. -- rect: left=387 top=202 right=218 bottom=471
  134. -- title width / last selected line: 0
  135. -- icon id / first selected line: 0 / 0
  136. -- text alignment: 1
  137. -- font id: 0
  138. -- text size: 12
  139. -- style flags: 0
  140. -- line height: 16
  141. -- part name: Set╔
  142. ----- HyperTalk script -----
  143. on mouseEnter
  144.   showField true
  145. end mouseEnter
  146.  
  147. on mouseLeave
  148.   showField false
  149. end mouseLeave
  150.  
  151.  
  152.  
  153. -- part 19 (button)
  154. -- low flags: 00
  155. -- high flags: 0000
  156. -- rect: left=387 top=220 right=236 bottom=485
  157. -- title width / last selected line: 0
  158. -- icon id / first selected line: 0 / 0
  159. -- text alignment: 1
  160. -- font id: 0
  161. -- text size: 12
  162. -- style flags: 0
  163. -- line height: 16
  164. -- part name: Create╔
  165. ----- HyperTalk script -----
  166. on mouseEnter
  167.   showField true
  168. end mouseEnter
  169.  
  170. on mouseLeave
  171.   showField false
  172. end mouseLeave
  173.  
  174.  
  175.  
  176. -- part 21 (button)
  177. -- low flags: 00
  178. -- high flags: 0000
  179. -- rect: left=381 top=245 right=288 bottom=491
  180. -- title width / last selected line: 0
  181. -- icon id / first selected line: 0 / 0
  182. -- text alignment: 1
  183. -- font id: 0
  184. -- text size: 12
  185. -- style flags: 0
  186. -- line height: 16
  187. -- part name: Transfer Mode
  188. ----- HyperTalk script -----
  189. on mouseEnter
  190.   showField true
  191. end mouseEnter
  192.  
  193. on mouseLeave
  194.   showField false
  195. end mouseLeave
  196.  
  197.  
  198.  
  199. -- part 22 (button)
  200. -- low flags: 00
  201. -- high flags: 0000
  202. -- rect: left=91 top=75 right=95 bottom=492
  203. -- title width / last selected line: 0
  204. -- icon id / first selected line: 0 / 0
  205. -- text alignment: 1
  206. -- font id: 0
  207. -- text size: 12
  208. -- style flags: 0
  209. -- line height: 16
  210. -- part name: Path
  211. ----- HyperTalk script -----
  212. on mouseEnter
  213.   showField true
  214. end mouseEnter
  215.  
  216. on mouseLeave
  217.   showField false
  218. end mouseLeave
  219.  
  220.  
  221.  
  222. -- part 24 (button)
  223. -- low flags: 00
  224. -- high flags: 0000
  225. -- rect: left=345 top=18 right=47 bottom=438
  226. -- title width / last selected line: 0
  227. -- icon id / first selected line: 0 / 0
  228. -- text alignment: 1
  229. -- font id: 0
  230. -- text size: 12
  231. -- style flags: 0
  232. -- line height: 16
  233. -- part name: Connect
  234. ----- HyperTalk script -----
  235. on mouseEnter
  236.   showField true
  237. end mouseEnter
  238.  
  239. on mouseLeave
  240.   showField false
  241. end mouseLeave
  242.  
  243.  
  244.  
  245. -- part 26 (field)
  246. -- low flags: 81
  247. -- high flags: 0004
  248. -- rect: left=16 top=318 right=334 bottom=226
  249. -- title width / last selected line: 0
  250. -- icon id / first selected line: 0 / 0
  251. -- text alignment: 0
  252. -- font id: 3
  253. -- text size: 9
  254. -- style flags: 0
  255. -- line height: 12
  256. -- part name: Diagnostics
  257.  
  258.  
  259. -- part 25 (button)
  260. -- low flags: 00
  261. -- high flags: 0000
  262. -- rect: left=13 top=301 right=334 bottom=492
  263. -- title width / last selected line: 0
  264. -- icon id / first selected line: 0 / 0
  265. -- text alignment: 1
  266. -- font id: 0
  267. -- text size: 12
  268. -- style flags: 0
  269. -- line height: 16
  270. -- part name: Diagnostics
  271. ----- HyperTalk script -----
  272. on mouseEnter
  273.   showField true
  274. end mouseEnter
  275.  
  276. on mouseLeave
  277.   showField false
  278. end mouseLeave
  279.  
  280.  
  281.  
  282. -- part 3 (field)
  283. -- low flags: 01
  284. -- high flags: 0004
  285. -- rect: left=4 top=127 right=297 bottom=218
  286. -- title width / last selected line: 0
  287. -- icon id / first selected line: 0 / 0
  288. -- text alignment: 0
  289. -- font id: 3
  290. -- text size: 9
  291. -- style flags: 256
  292. -- line height: 11
  293. -- part name: Help
  294.  
  295.  
  296. -- part 2 (field)
  297. -- low flags: 80
  298. -- high flags: 0004
  299. -- rect: left=88 top=115 right=263 bottom=313
  300. -- title width / last selected line: 0
  301. -- icon id / first selected line: 0 / 0
  302. -- text alignment: 0
  303. -- font id: 3
  304. -- text size: 9
  305. -- style flags: 0
  306. -- line height: 11
  307. -- part name: Entries
  308.  
  309.  
  310. -- part 23 (button)
  311. -- low flags: 00
  312. -- high flags: 0000
  313. -- rect: left=91 top=104 right=288 bottom=371
  314. -- title width / last selected line: 0
  315. -- icon id / first selected line: 0 / 0
  316. -- text alignment: 1
  317. -- font id: 0
  318. -- text size: 12
  319. -- style flags: 0
  320. -- line height: 16
  321. -- part name: Entries
  322. ----- HyperTalk script -----
  323. on mouseEnter
  324.   showField true
  325. end mouseEnter
  326.  
  327. on mouseLeave
  328.   showField false
  329. end mouseLeave
  330.  
  331.  
  332.  
  333. -- part 27 (field)
  334. -- low flags: 80
  335. -- high flags: 0004
  336. -- rect: left=168 top=39 right=154 bottom=346
  337. -- title width / last selected line: 0
  338. -- icon id / first selected line: 0 / 0
  339. -- text alignment: 0
  340. -- font id: 3
  341. -- text size: 9
  342. -- style flags: 0
  343. -- line height: 11
  344. -- part name: Hosts Button
  345.  
  346.  
  347. -- part 28 (button)
  348. -- low flags: 00
  349. -- high flags: 0000
  350. -- rect: left=307 top=12 right=30 bottom=327
  351. -- title width / last selected line: 0
  352. -- icon id / first selected line: 0 / 0
  353. -- text alignment: 1
  354. -- font id: 0
  355. -- text size: 12
  356. -- style flags: 0
  357. -- line height: 16
  358. -- part name: Hosts Button
  359. ----- HyperTalk script -----
  360. on mouseEnter
  361.   showField true
  362. end mouseEnter
  363.  
  364. on mouseLeave
  365.   showField false
  366. end mouseLeave
  367.  
  368.  
  369.  
  370. -- part 6 (field)
  371. -- low flags: 80
  372. -- high flags: 0004
  373. -- rect: left=175 top=225 right=329 bottom=377
  374. -- title width / last selected line: 0
  375. -- icon id / first selected line: 0 / 0
  376. -- text alignment: 0
  377. -- font id: 3
  378. -- text size: 9
  379. -- style flags: 0
  380. -- line height: 11
  381. -- part name: Transfer Mode
  382.  
  383.  
  384. -- part 9 (field)
  385. -- low flags: 80
  386. -- high flags: 0004
  387. -- rect: left=88 top=100 right=160 bottom=294
  388. -- title width / last selected line: 0
  389. -- icon id / first selected line: 0 / 0
  390. -- text alignment: 0
  391. -- font id: 3
  392. -- text size: 9
  393. -- style flags: 0
  394. -- line height: 11
  395. -- part name: Path
  396.  
  397.  
  398. -- part 29 (field)
  399. -- low flags: 80
  400. -- high flags: 0004
  401. -- rect: left=291 top=50 right=110 bottom=471
  402. -- title width / last selected line: 0
  403. -- icon id / first selected line: 0 / 0
  404. -- text alignment: 0
  405. -- font id: 3
  406. -- text size: 9
  407. -- style flags: 0
  408. -- line height: 11
  409. -- part name: Connect
  410.  
  411.  
  412. -- part 4 (field)
  413. -- low flags: 80
  414. -- high flags: 0004
  415. -- rect: left=216 top=189 right=282 bottom=377
  416. -- title width / last selected line: 0
  417. -- icon id / first selected line: 0 / 0
  418. -- text alignment: 0
  419. -- font id: 3
  420. -- text size: 9
  421. -- style flags: 0
  422. -- line height: 11
  423. -- part name: Set╔
  424.  
  425.  
  426. -- part 5 (field)
  427. -- low flags: 80
  428. -- high flags: 0004
  429. -- rect: left=220 top=210 right=248 bottom=377
  430. -- title width / last selected line: 0
  431. -- icon id / first selected line: 0 / 0
  432. -- text alignment: 0
  433. -- font id: 3
  434. -- text size: 9
  435. -- style flags: 0
  436. -- line height: 11
  437. -- part name: Create╔
  438.  
  439.  
  440. -- part 32 (button)
  441. -- low flags: 00
  442. -- high flags: 0000
  443. -- rect: left=473 top=204 right=218 bottom=487
  444. -- title width / last selected line: 0
  445. -- icon id / first selected line: 0 / 0
  446. -- text alignment: 1
  447. -- font id: 0
  448. -- text size: 12
  449. -- style flags: 0
  450. -- line height: 16
  451. -- part name: Parent Dir
  452. ----- HyperTalk script -----
  453. on mouseEnter
  454.   showField true
  455. end mouseEnter
  456.  
  457. on mouseLeave
  458.   showField false
  459. end mouseLeave
  460.  
  461.  
  462.  
  463. -- part 33 (field)
  464. -- low flags: 80
  465. -- high flags: 0004
  466. -- rect: left=331 top=190 right=283 bottom=462
  467. -- title width / last selected line: 0
  468. -- icon id / first selected line: 0 / 0
  469. -- text alignment: 0
  470. -- font id: 3
  471. -- text size: 9
  472. -- style flags: 0
  473. -- line height: 11
  474. -- part name: Parent Dir
  475.  
  476.  
  477. -- part 35 (button)
  478. -- low flags: 00
  479. -- high flags: 0000
  480. -- rect: left=387 top=129 right=145 bottom=485
  481. -- title width / last selected line: 0
  482. -- icon id / first selected line: 0 / 0
  483. -- text alignment: 1
  484. -- font id: 0
  485. -- text size: 12
  486. -- style flags: 0
  487. -- line height: 16
  488. -- part name: Receive╔
  489. ----- HyperTalk script -----
  490. on mouseEnter
  491.   showField true
  492. end mouseEnter
  493.  
  494. on mouseLeave
  495.   showField false
  496. end mouseLeave
  497.  
  498.  
  499.  
  500. -- part 36 (field)
  501. -- low flags: 80
  502. -- high flags: 0004
  503. -- rect: left=220 top=107 right=212 bottom=377
  504. -- title width / last selected line: 0
  505. -- icon id / first selected line: 0 / 0
  506. -- text alignment: 0
  507. -- font id: 3
  508. -- text size: 9
  509. -- style flags: 0
  510. -- line height: 11
  511. -- part name: Receive╔
  512.  
  513.  
  514. -- part 37 (button)
  515. -- low flags: 00
  516. -- high flags: 0000
  517. -- rect: left=387 top=147 right=163 bottom=485
  518. -- title width / last selected line: 0
  519. -- icon id / first selected line: 0 / 0
  520. -- text alignment: 1
  521. -- font id: 0
  522. -- text size: 12
  523. -- style flags: 0
  524. -- line height: 16
  525. -- part name: Display
  526. ----- HyperTalk script -----
  527. on mouseEnter
  528.   showField true
  529. end mouseEnter
  530.  
  531. on mouseLeave
  532.   showField false
  533. end mouseLeave
  534.  
  535.  
  536.  
  537. -- part 38 (field)
  538. -- low flags: 80
  539. -- high flags: 0004
  540. -- rect: left=253 top=123 right=216 bottom=377
  541. -- title width / last selected line: 0
  542. -- icon id / first selected line: 0 / 0
  543. -- text alignment: 0
  544. -- font id: 3
  545. -- text size: 9
  546. -- style flags: 0
  547. -- line height: 11
  548. -- part name: Display
  549.  
  550.  
  551. -- part 39 (button)
  552. -- low flags: 00
  553. -- high flags: 0000
  554. -- rect: left=387 top=165 right=181 bottom=485
  555. -- title width / last selected line: 0
  556. -- icon id / first selected line: 0 / 0
  557. -- text alignment: 1
  558. -- font id: 0
  559. -- text size: 12
  560. -- style flags: 0
  561. -- line height: 16
  562. -- part name: Delete
  563. ----- HyperTalk script -----
  564. on mouseEnter
  565.   showField true
  566. end mouseEnter
  567.  
  568. on mouseLeave
  569.   showField false
  570. end mouseLeave
  571.  
  572.  
  573.  
  574. -- part 40 (field)
  575. -- low flags: 80
  576. -- high flags: 0004
  577. -- rect: left=230 top=144 right=226 bottom=377
  578. -- title width / last selected line: 0
  579. -- icon id / first selected line: 0 / 0
  580. -- text alignment: 0
  581. -- font id: 3
  582. -- text size: 9
  583. -- style flags: 0
  584. -- line height: 11
  585. -- part name: Delete
  586.  
  587.  
  588. -- part 41 (button)
  589. -- low flags: 00
  590. -- high flags: 0000
  591. -- rect: left=341 top=106 right=118 bottom=353
  592. -- title width / last selected line: 0
  593. -- icon id / first selected line: 0 / 0
  594. -- text alignment: 1
  595. -- font id: 0
  596. -- text size: 12
  597. -- style flags: 0
  598. -- line height: 16
  599. -- part name: Zoom
  600. ----- HyperTalk script -----
  601. on mouseEnter
  602.   showField true
  603. end mouseEnter
  604.  
  605. on mouseLeave
  606.   showField false
  607. end mouseLeave
  608.  
  609.  
  610.  
  611. -- part 42 (field)
  612. -- low flags: 80
  613. -- high flags: 0004
  614. -- rect: left=242 top=97 right=147 bottom=335
  615. -- title width / last selected line: 0
  616. -- icon id / first selected line: 0 / 0
  617. -- text alignment: 0
  618. -- font id: 3
  619. -- text size: 9
  620. -- style flags: 0
  621. -- line height: 11
  622. -- part name: Zoom
  623.  
  624.  
  625. -- part 43 (button)
  626. -- low flags: 00
  627. -- high flags: 0000
  628. -- rect: left=486 top=312 right=334 bottom=499
  629. -- title width / last selected line: 0
  630. -- icon id / first selected line: 0 / 0
  631. -- text alignment: 1
  632. -- font id: 0
  633. -- text size: 12
  634. -- style flags: 0
  635. -- line height: 16
  636. -- part name: Diag Scroll
  637. ----- HyperTalk script -----
  638. on mouseEnter
  639.   showField true
  640. end mouseEnter
  641.  
  642. on mouseLeave
  643.   showField false
  644. end mouseLeave
  645.  
  646.  
  647.  
  648. -- part 44 (field)
  649. -- low flags: 80
  650. -- high flags: 0004
  651. -- rect: left=346 top=302 right=340 bottom=480
  652. -- title width / last selected line: 0
  653. -- icon id / first selected line: 0 / 0
  654. -- text alignment: 0
  655. -- font id: 3
  656. -- text size: 9
  657. -- style flags: 0
  658. -- line height: 11
  659. -- part name: Diag Scroll
  660.  
  661.  
  662. -- part contents for card part 1
  663. ----- text -----
  664. Enter the host name or IP address in the Host field and press the Connect button to establish an FTP connection.
  665.  
  666. -- part contents for card part 3
  667. ----- text -----
  668. HyperFTP v1.3
  669. FTP Client Stack by Douglas Hornig
  670. (DUG@CornellC.CIT.Cornell.edu)
  671. @ 1990 by Cornell University
  672. It is free for your use although you may not sell it or claim you wrote it.
  673.  
  674. Point to a button or field to display information about it.
  675.  
  676. Click the ? button again to return to using HyperFTP.
  677.  
  678. You must have MacTCPΓäó installed  in your System Folder to use HyperFTP.
  679.  
  680.  
  681. -- part contents for card part 2
  682. ----- text -----
  683. The contents of the current directory on the host is displayed in the Entries field.
  684.  
  685. Click on a file name to select it.  Then use the Receive, Display or Delete buttons to perform those actions on the file.
  686.  
  687. Select a directory name and use the Set button to make it the current directory on the host.
  688.  
  689. Double-click on a name (or single-click followed by return) to make it the current directory if it is a directory, or receive it if it is a file.
  690.  
  691. -- part contents for card part 4
  692. ----- text -----
  693. Click the Set button after selecting a directory name in the Entries list to make it the current directory on the host.
  694.  
  695. Click with the option key down or with no name selected to enter the directory name manually.
  696.  
  697. -- part contents for card part 5
  698. ----- text -----
  699. Click the Create button to create a new directory on the host and make it the current directory.
  700.  
  701. -- part contents for card part 6
  702. ----- text -----
  703. Select the Transfer Mode from this pop-up menu to specify the file transfer mode.
  704.  
  705. The choices are ASCII, Binary (also known as Image), MacBinary (aka BinHex5) or BinHex (BinHex4).
  706.  
  707. Remember to set the proper transfer mode before sending or receiving a file.
  708.  
  709. -- part contents for card part 9
  710. ----- text -----
  711. The path to the current directory on the host is displayed in the Directory field.
  712.  
  713. Click on this field if you want the Directory and Entries fields updated for some reason.
  714.  
  715. -- part contents for card part 15
  716. ----- text -----
  717. The Connection State field tells you the status of the FTP communications connection.
  718.  
  719. -- part contents for card part 17
  720. ----- text -----
  721. Click the Send button to send a file to the host.
  722.  
  723. -- part contents for card part 26
  724. ----- text -----
  725. Various useful messages are displayed here.
  726.  
  727. -- part contents for card part 27
  728. ----- text -----
  729. Press this button to display a pop-up menu of frequently used hosts.
  730.  
  731. Select a host name from the menu to connect to it.
  732.  
  733. Select Edit Host ListΓǪ from the menu to modify the list.  Only the first word of each line is used as data; the rest is available for comments.
  734.  
  735. -- part contents for card part 29
  736. ----- text -----
  737. Click the Connect button to establish communication with the host named in the Host field.  The button name will change to Disconnect and pressing it is the normal way to end a session.
  738.  
  739. -- part contents for card part 33
  740. ----- text -----
  741. Press this arrow button to set the current directory on the host to the parent of the current directory.
  742.  
  743. Pressing the up-arrow key while holding the option key down will do it too.
  744.  
  745. -- part contents for card part 36
  746. ----- text -----
  747. Click the Receive button after selecting a file in the Entries list to receive the file from the host.
  748.  
  749. Click with the option key down to enter the file name manually.
  750.  
  751. Press the period key to abort a file transfer.
  752.  
  753. -- part contents for card part 38
  754. ----- text -----
  755. Click the Display button after selecting a file in the Entries list to display the file on the host.
  756.  
  757. Click with the option key down to enter the file name manually.
  758.  
  759. -- part contents for card part 40
  760. ----- text -----
  761. Click the Delete button after selecting a file or directory in the Entries list to delete it from the host.
  762.  
  763. Click with the option key down to enter the name manually.
  764.  
  765. -- part contents for card part 42
  766. ----- text -----
  767. Press this button to ΓÇ£zoomΓÇ¥ the Entries field into a detailed list.
  768.  
  769. -- part contents for card part 44
  770. ----- text -----
  771. Press these up and down arrows to scroll through recent diagnostic messages.