Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Utility to send any files via direct connection using sfn L4 protocol

License

Notifications You must be signed in to change notification settings

sfn-software/sfn-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sfn-java

A small and fast utility to send files over network.

Help

Usage:

siphon --listen [options]
siphon --connect <address> [options]

-l and -s are aliases for --listen, -c is an alias for --connect.

Options:

  • --version, -v: Show sfn version and exit.
  • --help, -h: Show this text and exit.
  • --port, -p: Use specified port. Defaults to 3214.
  • --file, -f: Send specified files of directories after connection. Use "-f file1 -f file2" to send multiple files.
  • --directory, -d: Use specified directory to store received files. Format is: /home/user/folder/.

Screenshot

image

Related projects

  • siphon — compatible C implementation
  • sfn — compatible D implementation

About

Utility to send any files via direct connection using sfn L4 protocol

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages