Subj : Re: Windows FTP client
To   : Alan Ianson
From : luc mccarragher
Date : Tue Jun 29 2021 07:47 pm

On 03 Feb 2021, Alan Ianson said the following...

AI> Hello All,
AI>
AI> A friend running windows needs an ftp client to up/download QWK packets
AI> and replies to the BBS.
AI>
AI> Does anyone have recommendations for an easy to install and use ftp
AI> client for windows?

  You can use a BATCH file to receive Files

@ftp -i -s:"%~f0"&GOTO:EOF
open myFTp.org
UserNamwe
Password
!:--- FTP commands below here ---
!Local DIR
lcd d:\upl
!remote Dir
cd  /bbs
binary
mget "*.zip"
mget "*.rar"
disconnect
bye
--- Mystic BBS v1.12 A47 2021/06/21 (Windows/32)
* Origin: SpaceSST BBS (1:249/206)