Web Hosting Talk







View Full Version : How To Upload Using Telnet ????????


koolguru
04-06-2001, 05:32 AM
Hi Friends,
I have Just Created Custom Images For My SiteAdmin Control Panel & Yould Like To Replace The Regulars Ones with Them But Cant Find Any Way To Upload Them ! The Only Wahy Is To Upload Them Is Via Telnet or SHELL But I dont know to upload using telnet ! Can Any One Please Tell The Command which is used to upload files in Binary using telnet. Any Reply Will Be Highly Appriciated. Please Reply ASAP ! Thanks In Advance To Anyone Who Replies !
Regards
KG

sodapopinski
04-06-2001, 06:45 AM
There's no way to upload file using telnet command.

Matthew.A
04-06-2001, 06:55 AM
Just use your regular FTP program to upload them to your user directory, then from you telnet session copy them over.

allan
04-06-2001, 08:22 AM
Originally posted by sodapopinski
There's no way to upload file using telnet command.

soda,

Not through telnet, but you can upload through SSH using secure copy protocol (SCP). Look here for PuTTY and PSCP, and to find out more info:

http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

cperciva
04-06-2001, 08:22 AM
uuencode (and preferably tar) the files at your end, cat - > file.uu, and uudecode (and untar) at the other end.

Why you'd have telnet access but not FTP/SMTP/SSH/CGI/etc. access escapes me though...

koolguru
04-06-2001, 11:20 AM
Thank You All For Your Replies ! ThankYoy Very Much !
KG