Skip to content

asve79/z80-ftp

Repository files navigation

z80-ftp

Product is under construction!

Now I decide which platform to choose for working with files. 1st: ZX Evolution (TS-Conf) 2nd: ZX Spectrum Next (Now I don’t know anything about input / output of files in this system)

FTP client for z80 (developing and testing on ts-conf machine emulator)

Client use RS232 (#F8EF+REGS) connection & socket server on host machine.

Support commands

  • open
  • ls
  • dir
  • cd
  • quit
  • close
  • bye
  • mkdir
  • rmdir
  • rm
  • pwd
  • cat
  • cdup

To Do

  • 'get' command
  • 'put' command
  • 'user' command
  • Paging when output support
  • Trap exception when code 500 seceved

Build

Assembler: https://github.com/z00m128/sjasmplus

git clone git@github.com:asve79/z80-ftp.git

cd z80-ftp
./get_depencies.sh
./_make.sh

Demo

Demo

About

ftp client for speccy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published