LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   FTP Command (https://www.linuxquestions.org/questions/linux-newbie-8/ftp-command-127863/)

usb1 12-21-2003 02:41 PM

FTP Command
 
Hello. I log in into my server by telnet. But sometimes I want to upload files from my computer to my server. My question is is there a command that i can use to send files from my computer to my server using telnet?
Thanks in Adbance

Tinkster 12-21-2003 03:05 PM

Well, there's the ftp command, or, as secure
replacments for both telnet & ftp, ssh and scp


Read the respective man-pages



Cheers,
Tink

trickykid 12-21-2003 03:06 PM

Re: FTP Command
 
Quote:

Originally posted by usb1
Hello. I log in into my server by telnet. But sometimes I want to upload files from my computer to my server. My question is is there a command that i can use to send files from my computer to my server using telnet?
Thanks in Adbance

Nope and telnet is insecure. You should look into setting up ssh and then you can actually use scp which is a secure way to send or upload files to your server, etc.
Or simply setup FTP on your server.

usb1 12-21-2003 03:16 PM

I have ssh . How can I do it with ssh?

Tinkster 12-21-2003 03:18 PM

Read
man scp
:P


Cheers,
Tink

trickykid 12-21-2003 04:00 PM

Usually its something like this:

scp <user>@<hostname or IP> [ file-to-copy-over ]

But like Tinkster said, read the man pages for more options, etc.

mac_phil 12-21-2003 04:45 PM

another secure way is

sftp user@host to login
the put <filename> to upload
get <filename> to download

usb1 12-21-2003 09:37 PM

For example if I want upload something from my computer to the server. What is the whole command that i have to type?


All times are GMT -5. The time now is 02:47 AM.