Skip to content

file transfer using shell based client and server using socks library in C

Notifications You must be signed in to change notification settings

Mithunprb/fileTransfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileTransfer

file transfer using shell based client and server using socks library in C

Source code

  • clinet.c
  • server.c
  • Outputs:
    • client
    % ./client
    file descriptor 3 received
    
    Please enter file name to receive:
    server.c
    • server
    % ./server
    file descriptor 3 received
    
    Successfully binded!
    
    Waiting for file name...
    client.c

About

file transfer using shell based client and server using socks library in C

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages