SFTP and FTP and Mac OSX Leopard

2009-02-04 Thread Jim Ault
I am trying to outline the feasibility and drawbacks to using a Mac mini
with a static IP located in a DMZ as an FTP server and/or an SFTP server.
(The  Mac mini is running both OSX 10.5 and Win XP Pro, but the XP Pro is
not reachable from the outside)

 The main idea is to use SFTP with Rev as a client.

The simplest would seem to be to use the built-in server software that is
part of the Darwin install.

I would like to spend a little time figuring out the details then publish
something to the list that would be an over-view and a step-by-step.
(perhaps a couple YouTube videos showing the process and Rev scripts)

Is there good info I could study for doing this using Mac OSX 10.5 ?
One issue would be which ephemeral ports to open to the DMZ.

Jim Ault
Las Vegas
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: SFTP and FTP and Mac OSX Leopard

2009-02-04 Thread Richard Gaskin

Jim Ault wrote:


I am trying to outline the feasibility and drawbacks to using a Mac mini
with a static IP located in a DMZ as an FTP server and/or an SFTP server.
(The  Mac mini is running both OSX 10.5 and Win XP Pro, but the XP Pro is
not reachable from the outside)

 The main idea is to use SFTP with Rev as a client.

The simplest would seem to be to use the built-in server software that is
part of the Darwin install.

I would like to spend a little time figuring out the details then publish
something to the list that would be an over-view and a step-by-step.
(perhaps a couple YouTube videos showing the process and Rev scripts)


Please do share what you find.  With 110 votes for Secure FTP at the 
RQCC the info would be quite valuable here.



Request for Secure FTP
http://quality.runrev.com/qacenter/show_bug.cgi?id=6405

--
 Richard Gaskin
 Fourth World
 Revolution training and consulting: http://www.fourthworld.com
 Webzine for Rev developers: http://www.revjournal.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: SFTP

2007-01-18 Thread [EMAIL PROTECTED]
Hello,

I once had to make a solution in ssh putting generated data from one server to 
another using ssh (about 2002).
We used a win server and had to connect to a linux server.
This solution works with any win client and a server with openssh or another 
ssh solution able to use ppk files and was last tested about 2 years ago. 
Perhaps the security standards concerning ssh have changed ... 

We used the putty programs
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
PSFTP (an SFTP client
you can use by the commandline (shell) with batchfiles

steps:
0. create a security key using PuTTYgen (an RSA and DSA key generation utility) 
and put it on the sftp-server for authentication. Make one connection with 
psftp to this server by hand and approve the first time the feeddback question 
concerning the connection Do you know the server xyz.target.com and approve 
 Than this ssh-connection can be further used in batchprocesses also.
1. write a batchfile out of runrev 
2. write a commandfile out of runrev with the commands in f.e. 
c:\batchparameter.txt
(f.e. 

cd client
cd year2007
put fileA.txt
get filefromServerA
put xyzA.pdf like you would do with any oldfashioned commandline ftp-client).

3. run this batchfile using the shell command (blocking) or the launch command 
or shell(start   batchfile) (nonblocking).

shell(psftp -batch -bc -b c:\batchparameter.txt -P 1234 -i 
c:\admin\ssh\dsa.ppk [EMAIL PROTECTED])

Somewhat tricky but when properly set up working very stable. And you can use 
the commandline (shell) from any program which needs to connect to the server 
by ssh using port 1234.

Regards, Franz
Mit freundlichen Grüßen
Franz Böhmisch

[EMAIL PROTECTED]
http://www.animabit.de
GF Animabit Multimedia Software GmbH
Am Sonnenhang 22
D-94136 Thyrnau
Tel +49 (0)8501-8538
Fax +49 (0)8501-8537


 Original Message 
Subject: SFTP (18-Jan-2007 5:05)
From:Bridger Maxwell [EMAIL PROTECTED]
To:  use-revolution@lists.runrev.com

 Hey,
   I am trying to get a server set up on a School District's network, but
 they won't let me open an FTP port to the internet unless it is an SFTP
 connection.  As far as I can tell, Revolution is not able to open Secure 
 FTP
 connections out of the box, but are there any workarounds that anyone knows
 about?  Any tips would be greatly appreciated.
 
   TTFN
 Bridger Maxwell
 CMSEC
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your 
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution
 
 To: use-revolution@lists.runrev.com


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


SFTP

2007-01-17 Thread Bridger Maxwell

Hey,
 I am trying to get a server set up on a School District's network, but
they won't let me open an FTP port to the internet unless it is an SFTP
connection.  As far as I can tell, Revolution is not able to open Secure FTP
connections out of the box, but are there any workarounds that anyone knows
about?  Any tips would be greatly appreciated.

 TTFN
   Bridger Maxwell
   CMSEC
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: SSH and SFTP in RR?

2004-10-29 Thread Andre Garzia
On Oct 28, 2004, at 5:48 PM, Chipp Walters wrote:
Can FTP be setup to do SSH and/or SFTP in the current version of RR?
TIA,
Chipp
Chipp,
I don't know about SFTP but I saw some tread some time ago about 
setting up SSH and FTP with Rev, I remember that it was possible but 
you had to make some configuration alterations in the machine, like 
issuing lot's of SSH commands to the command line tool of ssh, then, 
accessing the ftp. Like you configure ssh to pick your ftp connection 
and tunnel it. Is this what you're looking for? ssh tunneled ftp 
connections.

Cheers
andre

___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

--
Andre Alves Garzia  2004
Soap Dog Studios - BRAZIL
http://studio.soapdog.org
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


SSH and SFTP in RR?

2004-10-28 Thread Chipp Walters
Can FTP be setup to do SSH and/or SFTP in the current version of RR?
TIA,
Chipp
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution