Re: Looking for the best way of sending a 50MB file



On Sun, 2006-01-08 at 12:47 -0500, fredex wrote:
> On Sun, Jan 08, 2006 at 06:43:32PM +0200, peter kostov wrote:
> > On Sun, 2006-01-08 at 16:08 +0000, Paul Smith wrote:
> > > Dear All
> > >
> > > I need to send a 50MB file to someone. What is the simplest way of
> > > doing that? I do not have any web-site to put the file for
> > > downloading... Any ideas? Is it complicated to setup a secure ftp
> > > server?
> > >
> > > Thanks in advance,
> > >
> > > Paul
>
> Or like the old saying goes: "Never understimate the bandwidth of
> a station wagon full of magnetic tapes!". So, my point is it might
> be easier to just mail a CDROm with the data on it.
>
> Fred
>
> > If you have OpenSSH installed, I think it will not be complicated. But
> > first read the man pages for ssh, sshd and ssh-keygen ('man ssh' and
> > 'man sshd' and 'man ssh-keygen').
> > On Fedora it is very likely that you have all this installed and
> > configured and you will have only to generate your keys.
> > After you have working configuration on both machines you will need just
> > a simple command like this:
> >
> >
> > scp -P <portnumber> -C -i ./.ssh/id_rsa -r "username@hostname:path_to_remote_file_to_receive" path_to_local_file
> > to receive a file, where -P is the port on which sshd listens, -C is compression enabled, -i points to the identity file,
> > -r means recursive;
> >
> > scp -P <portnumber> -C -i ./.ssh/id_rsa -r path_to_local_file_to_send "username@IPaddress:path_to_remote_file"
> >
> >
> > Peter Kostov
> > >
> >
> > --
> > fedora-list mailing list
> > fedora-list@xxxxxxxxxx
> > To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
>

Why don't you try using GAIM and use your IM system of choice to
transfer the file?

Charlie

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list



Relevant Pages

  • Re: Somebody is keep trying to ssh into my systems, how can I stop that?
    ... First, we are in a LINUX security group, NOT ... BSD security, Second, what "mostly" happens on BSD does not mean that ssh ... Saying "mostly" does not mean that small parts do ...
    (comp.os.linux.security)
  • Re: Unable to set DISPLAY localhost:0.0
    ... I tried invoking ssh with x option. ... Paul Howarth writes: ... >> install the X pkgs but nevertheless i am facing problem while ... >> DISPLAY ...
    (Fedora)
  • Re: Looking for the best way of sending a 50MB file
    ... What is the simplest way of ... > first read the man pages for ssh, sshd and ssh-keygen ('man ssh' and ... > 'man sshd' and 'man ssh-keygen'). ... > After you have working configuration on both machines you will need just ...
    (Fedora)
  • Re: AIXs LDAP with PAM and Expired password
    ... The non-working instance is when too many unsuccessful attempt are ... already made ssh does not display message like what telnet displays ... And also same in the case of expired password, ssh does not pass on pam ... The working case is the password notification saying "Your password ...
    (comp.security.ssh)
  • The Talk: ssh - are you nuts!?!
    ... Today at 7:45pm (local time) this talk will start. ... Christmas I related this to my brother-in-law, ... The title is "SSH - are you nuts!?!" ... -What I won't be saying ...
    (FreeBSD-Security)