[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Change templates question.. (newbie.-)
- Subject: Re: [cobalt-users] Change templates question.. (newbie.-)
- From: Joe Kerns <joe@xxxxxxxxxxxxx>
- Date: Mon Jul 3 09:46:43 2000
- Organization: JoltinJoe.Com
> Hi Dan...
> thanks, but I don´t know the Telnet commands to upload the file.-(
>
> If my file is in c:\folder\folder1\index.html
> how I do it to upload to etc/skel/group/en_US/web ??
What he is saying is, you DON'T use telnet to upload from your local machine to the server
(unless you have a FTP server running on your local machine). Here's how to do it:
1 - Open your FTP client and upload the file to /home/sites/home/users/youruser
2 - in your telnet client do this mv /home/sites/home/users/youruser/thefile
/etc/skel/group/en_US/web/thefile (all on one line)
3 - your done
telnet isn't an FTP client. You can FTP from a telnet session if the machine you are
connected to has a telnet client (your raq does). This can be a quick way to move large
files without bringing them down your 56K pipe to your local machine (i.e. downloading an
OS update from cobalt direct to your server). But AFAIK, unless you install Z or something
to perform uploads within telnet/ssh that functionality isn't there.
The other way to do this is to copy the contens of the file and then rm thefile the vi
thefile and paste it and save it.
HTH,
Joe