Hi,
A very quick one. (This is always taking into account you got the FTP server enable)
This below is for uploading + downloading on different Flavours:
Linux/MacOsX
(Using Curl as ftp is not longer part of the latest MacOsX build, so this should work on both: Linux + MacOsX)
Download File: curl
ftp://bbs.unicyber.co.uk/unicyber.qwk --user user:pwd -o unicyber.qwk
Upload File: curl -T unicyber.rep
ftp://bbs.unicyber.co.uk --user user:pwd
Windows
Upload File:
ftp -n <<EOF
open bbs.unicyber.co.uk
user user pwd
put unicyber.rep
EOF
Download File:
ftp -n <<EOF
open bbs.unicyber.co.uk
user user pwd
get unicyber.qwk
EOF
Many thanks people.
RainManHood<---
---
* Synchronet * UNICYBER BBS -- bbs.unicyber.co.uk:2323::ssh bbs.unicyber.co.uk 2424
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)