home *** CD-ROM | disk | FTP | other *** search
-
-
- FGET & FSEND
-
- Version 1.21
-
- Copyright (c) 1990 by Ulrich Bartelt
-
- FidoNetnode 2:241/5801
-
-
-
-
- FSEND and FSET are made to make fileattach/filerequest as quick as
- possible running a FrontDoor System. Both take all information they
- needed from FD.SYS.
-
- To find FD.SYS they're looking for the enviromentstring FD. So you
- can run both from any path of your harddisk.
-
-
- NEW to Version 1.10
-
- The Pointnumber is read from FD.SYS. Now you can use FGET & FSEND
- also if you run a FD-Point.
-
- Added POLL to FSEND. Makes it very easy to invoke a poll from the
- commandline. You will notice that FrontDoor will rescan the mail
- and begins to 'poll' just after you have run FSEND POLL.
-
-
- NEW to Version 1.20
-
- You can add DEL to FSEND. This will delete the file after sending.
-
- NEW to Version 1.21
-
- Changed both programs to work with FrontDoor 2.01
-
-
- Syntax of FGET:
-
- FGET <filename>[!password] [zone:][net/]<node> [crash|now]
-
- Examples:
-
- Fget files 507/1
-
- Fget nodelist!password 241/5801 crash
-
- NOTE: There is no space between filename, ! and password
-
- Fget FD 1:135/20 now
-
- Fget files 7 now
-
-
-
- Syntax of FSEND:
-
- FSEND [fullpath]<filename>|POLL [zone:][net/][node][.point] [crash|now|hold]
- [del]
-
- Examples:
-
- FSend C:\ARC\MYFILE.ARC 241/7 hold del
-
- Fsend D:\SDSFRONT\FGETSEND.LZH 3 crash
-
- FSend FGETSEND.LZH 507/1 now
-
- Fsend FGETSEND.LZH .2
-
- Fsend FGETSEND.LZH 3.2
-
- (FGETSEND.LZH must be in the current path)
-
- NOTE: FSEND will check if the file exists before making the
- message.
-
- Fsend POLL 507/1
-
- NOTE: Poll automaticaly assumes crash
-
- If you call FGET or FSEND without parameters they will ask you for it.
-
-
-