[raspberry-vi] Re: Sending files to the Pi

  • From: Gregory Osborne <Gregory.Osborne@xxxxxx>
  • To: "raspberry-vi@xxxxxxxxxxxxx" <raspberry-vi@xxxxxxxxxxxxx>
  • Date: Fri, 8 Aug 2014 18:10:45 +0000

Not to be argumentative, but FTP and telnet both transmit login names and 
passwords via plain text, that's one of the main reasons why you have SSH and 
the SFTP / SCP protocols. It all ties into server or computer security if 
you're on a public network as anyone with a packet sniffer / logger can get 
your credentials and then get on to your system unless you use SSH / SSL 
tunneling to encrypt the FTP / telnet transmitions or setup a VPN (virtual 
private network). But, the former really seems like an academic exercise. Why 
tunnel telnet or FTP protocols through SSH if you already have SSH. SSL 
tunneling or VPN tunneling of those might be more practical, but, harder to 
setup possibly, and again, why? My only real point - just that it all does tie 
back into your system security if you have it on any kind of public network, so 
be aware of that if you choose to use those protocols.

-----Original Message-----
From: raspberry-vi-bounce@xxxxxxxxxxxxx 
[mailto:raspberry-vi-bounce@xxxxxxxxxxxxx] On Behalf Of Chris Norman
Sent: Friday, August 08, 2014 12:57 PM
To: Raspberry VI
Subject: [raspberry-vi] Re: Sending files to the Pi


*** This is an EXTERNAL email. Please exercise caution. DO NOT open attachments 
or click links from unknown senders or unexpected email. - OIR-Security***


Honestly, unless you have some sort of reason for using ftp, use SFTP. It’s not 
about the security of the server, but the way data is sent.

Using ngrep, you can see your passwords fly across the wires in plain text with 
ftp, whereas sftp is encrypted. I don’t know much about network security, but 
I’m sure SSH / SFTP is inherently more secure than ftp.

Seconly, you don’t need another server running. You already seem to have sshd 
running because you’re using ssh, so you can just §scp§ anything you like.

Finally, if you’re only doing 1 or two files, you can use scp from the command 
line if you have it installed on either windows or linux… Or OS X for that 
matter.

HTH,

On 7 Aug 2014, at 23:06, Tirecias Engineer <tirecias.eng@xxxxxxxxx> wrote:

> Hello,
>
> I have the Pi conected in the network by ssh,  OK, that is pretty cool.
> So, how can I pass files to the Pi?
>
> With this tera-term I can paste text to the console, that is really nice.
>
> It could be really useffull to write scripts.  They can be written in 
> windows notepad, copy the text and then paste it to the nano or similar.
>
> But, if I need to send a file to the pi?
> There is any method to pass files to the pi?
> FTP maybe?
> Filezilla can conect to the Pi?
> How can I set FTP on the pi with raspbian?
>
> Thanks.
>
> ===========================================================
> The raspberry-vi mailing list
> Archives: //www.freelists.org/archives/raspberry-vi
> Administrative contact: <mike.ray@xxxxxxxxxxxxxx>
> -----------------------------------------------------------
> Raspberry Pi and the Raspberry Pi logo are trademarks of the Raspberry Pi 
> Foundation.
>
> This list is not affiliated to the Raspberry Pi Foundation and the views and 
> attitudes expressed by the subscribers to this list do not reflect those of 
> the Foundation.
>
> Mike Ray, list creator, January 2013
>

===========================================================
The raspberry-vi mailing list
Archives: //www.freelists.org/archives/raspberry-vi
Administrative contact: <mike.ray@xxxxxxxxxxxxxx>
-----------------------------------------------------------
Raspberry Pi and the Raspberry Pi logo are trademarks of the Raspberry Pi 
Foundation.

This list is not affiliated to the Raspberry Pi Foundation and the views and 
attitudes expressed by the subscribers to this list do not reflect those of the 
Foundation.

Mike Ray, list creator, January 2013

=========================================================== 
The raspberry-vi mailing list 
Archives: //www.freelists.org/archives/raspberry-vi
Administrative contact: <mike.ray@xxxxxxxxxxxxxx>
-----------------------------------------------------------
Raspberry Pi and the Raspberry Pi logo are trademarks of the Raspberry Pi 
Foundation.

This list is not affiliated to the Raspberry Pi Foundation and the views and 
attitudes expressed by the subscribers to this list do not reflect those of the 
Foundation.

Mike Ray, list creator, January 2013

Other related posts: