soleimanian
Feb 24 2005, 04:39 PM
| | Do you know that you can send and recieve files through phone line without internet connection? there are many telnet programes that you can use for transfering data if you have Windows, you can send files to your friends by HyperTerminal. i want to learn you how you can send and recieve files.
first open HyperTerminal, click Start > Programs > Accessories > Communications >click HyperTerminal. Click File > new connection , in dialog box enter a name for your connection and click ok then enter your friend's phone number and click ok
( if you want to send file, you should inform your friend to run HyperTerminal and select " wait for a call" from Call tool bar.)
now Click on call icon and then clik Dial, after Modems negotiation you can send your files.
for these click on "send file" from Transfer tool bar and browse for your file.
After transfer click on Disconnect icon.
|
Reply
kaputnik
Feb 24 2005, 06:58 PM
Wow, I've known about TelNet for a while now, but never had the occasion to try it out... It would be very convenient to actually transfer data over the phone... also it would be a lot more secure when you're looking at avoiding the intense scans major intel-agencies use to see what you're up to.. All I can think of doing is passing along a few pictures or documents or even presentations... All this while I've used IM apps. to transfer files to friends. But like I said, where you'd want to avoid having people looking into your work, TelNet sounds like the best ticket. The drawback as I see it, is that most people have a slow dial-up modem that the TelNet facility will use. So, if one's got a large file to send to a friend, like the most recent videos of your pajama party, (which would no doubt be a large file; assuming a 1 hour party would notch up a good 300 GB compressed with DivX) then using your modem to send a file over a TelNet connection would take a bit of a while. Especially so if the connection is across a vast distance and more so if the data has to be transmitted through copper wire cables. The position with files now days tends for any transmittable data to be rather large. What I mean is that a conventional modem is just 'not' suitable for transfering the kind of data exchange most people carry out now days (I make a whole bunch of presentations, most of which are between 10 and 15 MB; and over a 512 KBPS line, it takes between 6 and 10 minutes for one file to transfer if I use e-mail and around 4 minutes if I'm using an IM or FTP). Laughable as it may sound, I've never used the modem on my computer and now I'm itching to try out the TelNet feature. I'll just 'have' to dig up someone to experiment with trying a few large and small file transfers.
Reply
jcguy
Feb 25 2005, 12:39 PM
This Telnet thingy reminds me of a technology that is very hot right now: voIP, or voice over Internet Protocol. voIP is a way to turn analog phone signals into digital signals that can be sent over the Internet. In other words, you get to make phone calls via your Internet connection instead of through your phone line! voIP allows you to enjoy savings as it's often cheaper to send data through the Internet than a phone line.
Reply
Rudy
Feb 26 2005, 12:35 PM
Telnet has been around since the 80s and is what companies used for data transfer between sites in the old days. The existence of broad band wide area networking was build from this foundation and still uses the same principles. Network specialists still use telnet as their #1 tool for troubleshooting routers and firewalls etc. [QUOTE] The Telnet protocol was first defined by Postel in 1980. The purpose of the Telnet protocol is to provide a fairly general, bi-directional, eight-bit byte oriented communications facility. Its primary goal is to allow a standard method of interfacing terminal devices and terminal-oriented processes to each other. It is envisioned that the protocol may also be used for terminal-terminal communication ("linking") and process-process communication (distributed computation). Telnet is designed to allow a user to log in to a foreign machine and execute commands there. Telnet works as though you are at the console of the remote machine, as if you physically approached the remote machine, tuned it on, and began working on it Now that the World Wide Web has become the preferred way to access most resources, Telnet is seldom used, Except for special applications system administration. And to access archaic systems. It was also originally designed to access information from libraries and is still today.
Reply
harriko
Feb 26 2005, 02:57 PM
cool i never knew about this program. just read about your tutorial and one thing i think you might have forgotten is that the user have to have a hyperterminal thingy open aswell to wait for the file. i dont know but its quite a logical thing to do, aint it?
Reply
qwijibow
Feb 26 2005, 10:36 PM
QUOTE Telnet has been around since the 80s im pretty sure telnet was around when ArpaNet was first tested in the early 70's i think, maybe in the late 60's. im not sure. Telnet is fantastic ! its basically a tool for talking directly to a server. have you guys ever sent an email via telnet ??? its quite easy http://www.yuki-onna.co.uk/email/smtp.htmlinfact, almost all the internet protocols are mostly plain english, http, ftp, smtp, pop all work with telnet. CODE
bash-2.05b$ telnet smtp.****.com 25 Trying 212.***.162.8... Connected to smtp.***.com. Escape character is '^]'. 220 ESMTP server ready help 214-This SMTP server is a part of the InterMail E-mail system. For 214- information about InterMail, please see http://www.openwave.com 214- 214- Supported commands: 214- 214- EHLO HELO MAIL RCPT DATA 214- VRFY RSET NOOP QUIT 214- 214- SMTP Extensions supported through EHLO: 214- 214- EXPN HELP SIZE 214- 214- For more information about a listed topic, use "HELP <topic>" 214 Please report mail-related problems to Postmaster at this site. mail from:*****@gmail.com 250 Sender <*****@gmail.com> Ok rcpt to:*******@gmail.com 250 Recipient <*****@gmail.com> Ok data 354 Ok Send data ending with <CRLF>.<CRLF> Hello world How are you today ? this is telnet email !!!! goodbye . 250 Message received: 20050226223641.ZMZP9818.aamta03-*******com@[80*****209] quit 221 aamta03-winn.*******.ntl.com ESMTP server closing connection Connection closed by foreign host.
Reply
curare
Nov 13 2005, 11:13 AM
QUOTE(qwijibow @ Feb 27 2005, 12:36 AM) im pretty sure telnet was around when ArpaNet was first tested in the early 70's i think, maybe in the late 60's. im not sure. Telnet is fantastic ! its basically a tool for talking directly to a server. have you guys ever sent an email via telnet ??? <snip> Yeah, telnet has been around for ever, it is which with everything started... Today, there is a better, an enhanced version of telnet available: PuTTY PuTTY is a free implementation of Telnet and SSH for Win32 and Unix platforms, along with an xterm terminal emulator. It is written and maintained primarily by Simon Tatham. see http://www.chiark.greenend.org.uk/~sgtatham/putty/ for details and download. The program adds important security features because it uses SSH. Just my 2 cents, curare
Reply
miCRoSCoPiC^eaRthLinG
Nov 21 2005, 06:27 AM
Aaah PuTTy - my love.. I couldn't travel a mile without PuTTy on my Flash Drive  It's one of the most useful utilities I've come across in recent times - and I'd give it a straight 10/10 in terms of usefulness and another 10/10 on overall everything (lightweight, extremely fast, hordes of features)... Incidentally, you might consider using WinSCP too - which is the Secure version of FTP - from what I gathered, it uses the PuTTy engine in the background to connect and then makes the FTP transfers ride on this SSL link. Very handy.
Reply
Similar Topics
Keywords : send, recieve, files, phone
- Need Some Help/advice On Lost Files.
(8)
How To Create An Invisible Folder In Windows Xp
You can hide your files in a folder no one else can see! (5) How To Create A Invisible Folder in Windows XP First off, go to your desktop and
right click -> go down to new -> (and select) folder Now, right click the folder and go down
and click rename And press delete (to remove the name of the folder), then press the following
buttons: - While holding alt, press (on the numberpad, or else it won't work), 255 and then
release alt and press enter. Now the folder shouldn't have a name(as in the picture below)...
-- if this isn't the case and you get an odd character(symbol) then do the sa....
Advise On Rescuing Your Files And Photo's After Pc Crash
rescue the files (0) When your pc crasher and you can not get the pc started anymore, what to do. you got to have a
"live winxp" cd-rom. there any many types of this cd, all created bij other programmers, just google
on it. with this cdrom you can boot the pc from the cd, on this cd there are many programs to a)
recover the pc /cool.gif" style="vertical-align:middle" emoid="B)" border="0" alt="cool.gif" />
burn the files which are on your harddis to a other cd-rom. it work great, the live windows does
not need a harddisk to run on windows. have fun with it ....
How Can I Delete Old Files In Windows Xp ?
HELP!!! (22) I've just reinstall my system. But I can't delete old profiles in C:\Documents and Settings
. I have the Admin right, of course. But... the system don't allow me to delete the files.
I need to free up some space on my hard disk. (That folder's size is up to 12GB)....
How To Delete Files And Folders Directly
(10) How to delete files and folders without having them move to Recycle Bin 1- Click Start menu > Run
> and type “gpedit.msc” (without quotes ) to run Group Policy 2- Go to following : User
Configuration > Administrative Templates > Windows Components > Windows Explorer 3- In right panel,
find “Do not move deleted files to the Recycle Bin”, right click and select Properties, in dialog
box select Enable check box 4- Click ok and exit Group Policy To disable confirmation dialog box
when deleting files, go to following : User Configuration > Administrative Templates > Windo....
Help Me: Need To Transfer Files From Old Computer
(18) How to I upload my computer stuff. I bought a new computer - a Dell. But I need to get all my files
form my old computer, and Emachines, can someone help me?....
Hiding Files And Folders....
Two methods to do it (9) Hi, I'm kinda new here so please forgive me if you find this tip lame /biggrin.gif' border='0'
style='vertical-align:middle' alt='biggrin.gif' /> Now, I've got a lot of stuff on my computer
(read pr0n) that I don't want anyone from finding out (esp. my kid brother /wink.gif'
border='0' style='vertical-align:middle' alt='wink.gif' /> ). So, here are 2 methods that I usually
use to hide files. It works fine in Windows XP but i'm not sure about the other windows
versions. Method 1: 1. Right click the folder that you want to hide. Select Propert....
Encrypting Files Or Folders
Encrypting can be used to restrict acces (6) Encrypting files or folders Encrypting can be used to restrict access to files or folders, if an
unauthorized user tries to open or move encrypted files or folders will be prevented from reading
them. To encrypt a file or folder: Right click the file or folder and select properties, Click
Advanced and then select the Encrypt contents to secure data check box. Note: you can encrypt files
or folders on NTFS file system only. ....
Win Xp: Set Permissions On Files Or Folders
(5) Set permissions on files or folders (Windows XP, Windows 2000) To set permissions on individual
files and on folders, you must use NTFS file system. NTFS file system provides features such as:
Encrypt files, Compress a file or folder, Disk quotas and Set permissions on files or folders. To
convert a drive (for example drive C) to NTFS go to command prompt and type>> convert C: /fs:ntfs
Note that you cannot simply convert it back to FAT or FAT32. OK, enough 1-By default, Windows does
not display Security tab in files or folders Properties. To enable this feature go to ....
Windows Xp: Why Does It Add Those Thumbs.db Files?
Burn the .db! (20) Hey! I primarily use a Windows XP SP2 when I'm building my website. And, I have to transfer the
updates from my personal PC to another PC. But, whenever I do, all the directories that have
pictures in them have a bloody file labelled "Thumbs.db." I know what it is, but how do I get rid of
them and keep them gone? Thanks! Chris....
Recovering Files From Raw Partitions
Reinstalled Windows... (10) My dad defragmented my Windows system drive recently, then I noticed that the computer was going
really slow, but there was no big process running. So I restarted my computer, and after the bios,
it couldn't load into windows!!! /sad.gif' border='0' style='vertical-align:middle'
alt='sad.gif' /> /sad.gif' border='0' style='vertical-align:middle' alt='sad.gif' />
/sad.gif' border='0' style='vertical-align:middle' alt='sad.gif' /> There was no access to any
operating system at that point, not even my linux, so there was no non-really-really-difficult way t....
Renaming collection of Pictures (files)!
(15) Renaming collection of Pictures (files)! 1- first select your pictures 2- right click on first
picture and select rename 3- type your name 4- press Shift and click on the free space between
first and second Picture 5- see result !....
Looking for send, recieve, files, phone
|
*SIMILAR VIDEOS*
Searching Video's for send, recieve, files, phone
|
advertisement
|
|