File: README

package info (click to toggle)
qftp 0.98-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 216 kB
  • ctags: 235
  • sloc: cpp: 2,017; makefile: 77
file content (39 lines) | stat: -rw-r--r-- 1,747 bytes parent folder | download
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



QFTP version 0.98 by Peter Strand (pst@2.sbbs.se)


This program is under development, this means that the most unexpected things
can happen when you least expect it...  I'm currently doing a total rewrite of
the former qftp-0.92 in C++. 0.92 was a collection of quick-and-dirty hacks and
segfaulted a bit too often.  This new version doesn't have all the features of
0.92 yet but I'm working on it. But it's more stable and the source is cleaner,
and I'm putting in more features and fixing bugs (and introducing new
interesting ones) when I've got time and this will hopefully be a useful program
one day :) In the meantime would I be very happy if you could send me bug
reports and describe what happend and under which circumstances (I know that the
program can crash, but I have to know when it crashes to be able to do something
about it). My email-address is pst@2.sbbs.se


The idea behind the program is to make it fast and efficient to use, 
no unneccessary keypresses and time saving features. 
I have many more ideas for thish which I haven't coded yet (see the TODO file
for some), so watch out for new versions!
If you have a neat idea please let me know and I'll try to include it.


I've developed this under Linux but it should work under most unixes, 
if you have problem then let me know and I'll see what I can do about it.
It also works (sort of) under windows (95 or NT) with the cygnus gcc port, 
which you can get at www.cygnus.com/gnu-win32/

I have finally written a manual page!
Apart from that can you use the ? command to view available commands and
options in the program. And you can of course read the source :)
The source is the most reliable documentation, the man page is sometimes a bit
out of sync... :)