Downloading and uploading files
Z MyDevil.net
Downloading and uploading files can be done only through sftp protocol. Because of security reasons we decided not to launch FTP on MyDevil. Just like SSH is now used instead of telnet, sftp is now being used instead of ftp.
Sample SFTP clients
- SFTP clients with a GUI
- Windows (95,98,NT,ME,2000,2003,2008,XP,Vista)
- MacOS X
- Linux, FreeBSD, Solaris
- Without a GUI, for UNIX and UNIX-Like
- sftp from OpenSSH packet, used from cli:
sftp user_name@mydevil.net
uploading:put file_name
downloading:get file_name
- sftp from OpenSSH packet, used from cli: