File: README

package info (click to toggle)
vfu 4.06-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,088 kB
  • ctags: 2,184
  • sloc: cpp: 14,482; ansic: 4,091; perl: 581; makefile: 540; sh: 57
file content (55 lines) | stat: -rw-r--r-- 1,279 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55

  RX_* TOOLS README

  $Id: README,v 1.2 2005/06/03 00:34:57 cade Exp $

  This is preliminary documentation to the `RX_*' utilities.
  The main purpose of rx_* is to provide standard archive-like
  interface to various containers (archives, ftp sites, etc). 
  It is mainly used with VFU file manager which can be found 
  at http://cade.datamax.bg/vfu.

  `FTP' archives contain just info how to connect to the
  required site.
  
  example1:
  
  text file named: soul.ftp
  ---cut---
  soul.tetida.org
  cade
  secretpassword
  ---cut---
  
  command line: 
    
    rx_auto v soul.ftp /pub
    
  will show all files in the `/pub' directory at the FTP site 
  soul.tetida.org. you can use dash `-' as username and password
  to mimic anonymous access:
  
  example2:
  
  text file named: cade.jane.org
  ---cut---
  jane.tetida.org
  -
  -
  ---cut---  
  
  command line:
  
    rx_ftp x cade.jane.ftp pub/welcome.txt
    
  will extract/download welcome.txt file from he pub directory at
  the jane.tetida.org FTP site. username will be `anonymouse' and
  password will be `current_username@current_hostname' (from the
  environment)

  For more details and if you have problems contact me:
  
    Vladi Belperchinov-Shabanski <cade@biscom.net>
    
  Good luck!