Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

zhgoh/d_ftp_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ftp_client

This project is for me to learn D Lang as well as sockets.

I want to create a simple FTP client to connect to my local FTP.

Currently Implemented

  • User Auth (Except password hiding)
  • List dirs on FTP
  • Active mode
  • Changing dirs

List of commands

http://www.nsftools.com/tips/RawFTP.htm

Note: Only shared commands will be supported

Linux FTP

! dir macdef proxy site $ disconnect mdelete sendport size account epsv4 mdir put status append form mget pwd struct ascii get mkdir quit system bell glob mls quote sunique binary hash mode recv tenex bye help modtime reget trace case idle mput rstatus type cd image newer rhelp user cdup ipany nmap rename umask chmod ipv4 nlist reset verbose close ipv6 ntrans restart ? cr lcd open rmdir delete lpwd passive runique debug ls prompt send

Windows FTP

! delete literal prompt send ? debug ls put status append dir mdelete pwd trace ascii disconnect mdir quit type bell get mget quote user binary glob mkdir recv verbose bye hash mls remotehelp cd help mput rename close lcd open rmdir

Reference

Warning

This client might not work as expected. It's really more for educational purpose.

About

FTP Client in D

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages