Security Basics mailing list archives

RE: Alternatives to sftp?


From: Meidinger Chris <chris.meidinger () badenit de>
Date: Thu, 16 Oct 2003 16:05:50 +0100

cryptcat? 

or if you are adventurous netcat: 

dd if=./your.file | aes -e -p password | nc your.ip.addy.com 2333 
<--> 
nc -l -p 2333 | aes -d -p password | dd of=./your.file

You can easily run those in a crontab.

Chris Meidinger
IT Technology and Services

badenIT GmbH
Innovationstechnologie für Ihre Zukunft

Tel. +49 761 279 2280
Fax. +49 761 279 2200

Tullastrasse 70
79108 Freiburg
Deutschland 

-----Original Message-----
From: John Sec [mailto:john_sec_lists () hotmail com]
Sent: Wednesday, October 15, 2003 9:37 PM
To: security-basics () securityfocus com
Subject: Alternatives to sftp?


Hey list,

I was wondering what the alternatives were to something like sftp?  I have 
two servers that need to send files (approx. 10mb) to each other a couple of

times a day and I wanted to know what other options I had to do it securely.

  Is there anything else out there besides sftp and pgp for something like 
this?

Thanks
john

_________________________________________________________________
Want to check if your PC is virus-infected?  Get a FREE computer virus scan 
online from McAfee.    
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963


---------------------------------------------------------------------------
FREE Whitepaper: Better Management for Network Security

Looking for a better way to manage your IP security?
Learn how Solsoft can help you:
- Ensure robust IP security through policy-based management
- Make firewall, VPN, and NAT rules interoperable across heterogeneous
networks
- Quickly respond to network events from a central console

Download our FREE whitepaper at:
http://www.securityfocus.com/sponsor/Solsoft_security-basics_031015
----------------------------------------------------------------------------

---------------------------------------------------------------------------
FREE Whitepaper: Better Management for Network Security

Looking for a better way to manage your IP security?
Learn how Solsoft can help you:
- Ensure robust IP security through policy-based management
- Make firewall, VPN, and NAT rules interoperable across heterogeneous
networks
- Quickly respond to network events from a central console

Download our FREE whitepaper at:
http://www.securityfocus.com/sponsor/Solsoft_security-basics_031015
----------------------------------------------------------------------------


Current thread: