Skip to content

File transferring (upload/download files over TCP) implemented with Erlang.

Notifications You must be signed in to change notification settings

VEINHORN/file-transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##START SERVER erlc *.erl; escript server.erl

##START CLIENT

  1. Change HOST macros in config.hrl. (setup your server ip address)
  2. erlc *.erl; escript client.erl

##DOWNLOAD DOWNLOAD filename(with extension)

##UPLOAD UPLOAD filename(with extension)

##EXAMPLES DOWNLOAD movie.mp4 UPLOAD movie.mp4

About

File transferring (upload/download files over TCP) implemented with Erlang.

Topics

Resources

Stars

Watchers

Forks