Skip to content

Used for login remotely in another systems. This can be used for transferring files from one system to another.

License

Notifications You must be signed in to change notification settings

ShivSoni5/Telnet-and-File-Sharing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Telnet

Used for login remotely in another systems. This can be used for transfering files from one system to another.

How to use

     To run it as a Server (or Receiver), execute command -
     
                    python telnet.py -r

     To run it as a Client (or Sender), execute command -

                    python telnet.py -s 192.168.10.10 (server_ip)

     Login credentials
                    Username = root
                    Password = redhat

     For help -
                    python telnet.py -h

File Sharing

     Receiver Command -
                       
                    python telnet.py -g
                    
     Sender Command -
                       
                    python telnet.py -f /file_path/file_name -i 192.168.10.10 -d /file_destination_path/file_name

About

Used for login remotely in another systems. This can be used for transferring files from one system to another.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages