Skip to content
/ Shift-it Public
forked from i-e-b/Shift-it

Collection of low-level HTTP and FTP file transfer tools

Notifications You must be signed in to change notification settings

hibri/Shift-it

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shift-it

Collection of low-level HTTP and FTP file transfer tools

FTP

An old and battle hardend FTP client library, works with many old and cranky FTP servers that the standard .Net libraries can't handle.

Todo:

  • Integrate into the rest of the system.

HTTP

A HTTP client that can accept a reasonable level of invalid protocol from servers. This is a blocking, synchronous library that does very little of the work for you. Uses only .Net sockets, not WebClient or HttpWebRequest, so works around bugs in some versions of Mono.

Todo:

  • Digest authentication
  • chunked upload & download

About

Collection of low-level HTTP and FTP file transfer tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%