FTPS (FTP over SSL) Package for SLES9

2007-05-15 Thread Jay Ableidinger
Does anyone know of a FTPS (FTP over SSL) package that will work on SLES9 on 
the S390?

Thanks in advance.

Jay


"If you don't know where you are going, any road will take you there." 
Lewis Carroll
"If you don't know where you are, a map won't help" Unknown
   
-
Looking for a deal? Find great prices on flights and hotels with Yahoo! 
FareChase.

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: FTPS (FTP over SSL) Package for SLES9

2007-08-27 Thread Thomas Kern
Try SecureFTP from Glub Tech. http://www.glub.com/products/secureftp/
I use its Windows version to transfer files to a VM FTP server protected by
SSL. There is a linux client. It is supposed to be pure Java.

/Tom Kern
/301-903-2211

--- "Clark, Douglas" <[EMAIL PROTECTED]> wrote:
> Does anyone know of a FTPS (FTP over SSL) client package that will work
> on SLES9 on the S390?  I need to send a file to a remote server who
> requires ftp over ssl.  I made a mistake and assumed that sftp was the
> same thing.  I understand vsftpd supports ftp over ssl but I don't see
> how to setup a client to initiate the data transfer process.  Also, I
> read in one of the threads sftp (using ssh) could also be configured to
> support ssl.  I have not found any documentation the shows how to
> configure that either.  Any help would be very much appreciated.
> 
> Doug
> 
> --
> For LINUX-390 subscribe / signoff / archive access instructions,
> send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or
> visit
> http://www.marist.edu/htbin/wlvindex?LINUX-390
> 



   

Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it's updated for 
today's economy) at Yahoo! Games.
http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow  

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: FTPS (FTP over SSL) Package for SLES9

2007-08-27 Thread Clark, Douglas
Does anyone know of a FTPS (FTP over SSL) client package that will work
on SLES9 on the S390?  I need to send a file to a remote server who
requires ftp over ssl.  I made a mistake and assumed that sftp was the
same thing.  I understand vsftpd supports ftp over ssl but I don't see
how to setup a client to initiate the data transfer process.  Also, I
read in one of the threads sftp (using ssh) could also be configured to
support ssl.  I have not found any documentation the shows how to
configure that either.  Any help would be very much appreciated.

Doug

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: FTPS (FTP over SSL) Package for SLES9

2007-08-27 Thread Mark Post
>>> On Mon, Aug 27, 2007 at 11:07 PM, in message
<[EMAIL PROTECTED]>, "Clark,
Douglas" <[EMAIL PROTECTED]> wrote: 
> Does anyone know of a FTPS (FTP over SSL) client package that will work
> on SLES9 on the S390?

Not at the moment, but I'll ask around inside Novell.

> I need to send a file to a remote server who
> requires ftp over ssl.  I made a mistake and assumed that sftp was the
> same thing.  I understand vsftpd supports ftp over ssl but I don't see
> how to setup a client to initiate the data transfer process.

The vsftpd package doesn't contain an ftp client, SSL-enabled or not.

> Also, I
> read in one of the threads sftp (using ssh) could also be configured to
> support ssl.  I have not found any documentation the shows how to
> configure that either.  Any help would be very much appreciated.

The ssh/scp/sftp commands all use SSL to encrypt traffic, all the time.  You 
don't have to do anything to enable it.  As you mentioned in your first 
paragraph, though, sftp is a distinct protocol from FTPS, so you can't use that 
to talk to an SSL-enabled FTP server.

If you're up for building your own package from source (using RPM, of course), 
I know that lftp supports FTPS.  If you really, really need something that 
works until I can find an answer, that's one option.


Mark Post

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: FTPS (FTP over SSL) Package for SLES9

2007-08-28 Thread José L . Ramírez
Hi,

The pure-ftpd package that comes with SLES9 supports FTP over SSL/TLS 
(http://www.pureftpd.org/project/pure-ftpd).

Regards,

Jose

-Original Message-
From: Clark, Douglas [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 27, 2007 11:07 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: FTPS (FTP over SSL) Package for SLES9

Does anyone know of a FTPS (FTP over SSL) client package that will work
on SLES9 on the S390?  I need to send a file to a remote server who
requires ftp over ssl.  I made a mistake and assumed that sftp was the
same thing.  I understand vsftpd supports ftp over ssl but I don't see
how to setup a client to initiate the data transfer process.  Also, I
read in one of the threads sftp (using ssh) could also be configured to
support ssl.  I have not found any documentation the shows how to
configure that either.  Any help would be very much appreciated.

Doug

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Scanned by McAfee SCM1



Scanned by Triple-S SCM1

-
*Attention*
This electronic message, including any attachments, contains
information that may be legally confidential and/or privileged. The
information is intended solely for the individual or entity named
above and access by anyone else is unauthorized. If you are not the
intended recipient, any disclosure, copying, distribution, or use
of the contents of this information is prohibited and may be
unlawful. If you have received this electronic transmission in
error, please reply immediately to the sender that you have
received the message in error and delete it from your system.

Re: FTPS (FTP over SSL) Package for SLES9

2007-08-28 Thread Mark Post
>>> On Tue, Aug 28, 2007 at 12:47 PM, in message
<[EMAIL PROTECTED]>, "Clark,
Douglas" <[EMAIL PROTECTED]> wrote: 
> Thanks Mark.   

Douglas,

Are you willing to run an unsupported package?  If you're not up to building 
lftp on your own, I could do it for you, but it would be from "Mark Post as a 
Linux/390 community member," not "Mark Post from Novell."


Mark Post

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: FTPS (FTP over SSL) Package for SLES9

2007-08-28 Thread Clark, Douglas
Yes I am. 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Mark Post
Sent: Tuesday, August 28, 2007 9:51 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: FTPS (FTP over SSL) Package for SLES9

>>> On Tue, Aug 28, 2007 at 12:47 PM, in message
<[EMAIL PROTECTED]>,
"Clark, Douglas" <[EMAIL PROTECTED]> wrote: 
> Thanks Mark.   

Douglas,

Are you willing to run an unsupported package?  If you're not up to
building lftp on your own, I could do it for you, but it would be from
"Mark Post as a Linux/390 community member," not "Mark Post from
Novell."


Mark Post

--
For LINUX-390 subscribe / signoff / archive access instructions, send
email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or
visit http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: FTPS (FTP over SSL) Package for SLES9

2007-08-28 Thread McKown, John
> -Original Message-
> From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On 
> Behalf Of Mark Post
> Sent: Tuesday, August 28, 2007 11:51 AM
> To: LINUX-390@VM.MARIST.EDU
> Subject: Re: FTPS (FTP over SSL) Package for SLES9
> 
> 
> >>> On Tue, Aug 28, 2007 at 12:47 PM, in message
> <[EMAIL PROTECTED]
> o.com>, "Clark,
> Douglas" <[EMAIL PROTECTED]> wrote: 
> > Thanks Mark.   
> 
> Douglas,
> 
> Are you willing to run an unsupported package?  If you're not 
> up to building lftp on your own, I could do it for you, but 
> it would be from "Mark Post as a Linux/390 community member," 
> not "Mark Post from Novell."
> 
> 
> Mark Post

But that won't stop us from bugging you about it!

--
John McKown
Senior Systems Programmer
HealthMarkets
Keeping the Promise of Affordable Coverage
Administrative Services Group
Information Technology

The information contained in this e-mail message may be privileged
and/or confidential.  It is for intended addressee(s) only.  If you are
not the intended recipient, you are hereby notified that any disclosure,
reproduction, distribution or other use of this communication is
strictly prohibited and could, in certain circumstances, be a criminal
offense.  If you have received this e-mail in error, please notify the
sender by reply and delete this message without copying or disclosing
it. 

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: FTPS (FTP over SSL) Package for SLES9

2007-08-28 Thread Clark, Douglas
Thanks Mark.   

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Mark Post
Sent: Tuesday, August 28, 2007 8:24 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: FTPS (FTP over SSL) Package for SLES9

>>> On Tue, Aug 28, 2007 at  8:47 AM, in message
<[EMAIL PROTECTED]>, José L.
Ramírez <[EMAIL PROTECTED]> wrote: 
> Hi,
> 
> The pure-ftpd package that comes with SLES9 supports FTP over SSL/TLS

> (http://www.pureftpd.org/project/pure-ftpd).

True, but that doesn't provide a _client_ which is what Douglas is after.

I got some replies from my internal queries.  Amazingly (to me), SLES doesn't 
have an FTP client that supports FTPS.  OpenSUSE does, but not SLES.  :(

I'm going to be putting an internal RFE to have that added, or have lukemftp 
rebuilt to support it (assuming the code is there).


Mark Post

--
For LINUX-390 subscribe / signoff / archive access instructions, send email to 
[EMAIL PROTECTED] with the message: INFO LINUX-390 or visit 
http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: FTPS (FTP over SSL) Package for SLES9

2007-08-28 Thread Mark Post
>>> On Tue, Aug 28, 2007 at  8:47 AM, in message
<[EMAIL PROTECTED]>, José
L.
Ramírez <[EMAIL PROTECTED]> wrote: 
> Hi,
> 
> The pure-ftpd package that comes with SLES9 supports FTP over SSL/TLS

> (http://www.pureftpd.org/project/pure-ftpd).

True, but that doesn't provide a _client_ which is what Douglas is
after.

I got some replies from my internal queries.  Amazingly (to me), SLES
doesn't have an FTP client that supports FTPS.  OpenSUSE does, but not
SLES.  :(

I'm going to be putting an internal RFE to have that added, or have
lukemftp rebuilt to support it (assuming the code is there).


Mark Post

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: FTPS (FTP over SSL) Package for SLES9

2007-08-28 Thread Mark Post
>>> On Tue, Aug 28, 2007 at  2:30 PM, in message
<[EMAIL PROTECTED]>, José
L.
Ramírez <[EMAIL PROTECTED]> wrote: 
> Opps, sorry, I didn't notice that what Douglas needs is an FTP SSL
client.
>  
> Based on that I think that the ckermit package that comes with SLES9
will 
> help you. We currently use the package to automatically download
files from a 
> FTP/SSL site. It provides lots of scripting capabilities... if you
need some 
> scripts examples just let me know...

I don't know if Douglas needs some script samples, but I would like to
see a few small ones, particularly how the SSL/TLS aspect gets invoked
within an FTP session.


Mark Post

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: FTPS (FTP over SSL) Package for SLES9

2007-08-28 Thread José L . Ramírez
Opps, sorry, I didn't notice that what Douglas needs is an FTP SSL client.
 
Based on that I think that the ckermit package that comes with SLES9 will help 
you. We currently use the package to automatically download files from a 
FTP/SSL site. It provides lots of scripting capabilities... if you need some 
scripts examples just let me know...

-Jose 

-Original Message-
From: Mark Post [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 28, 2007 11:24 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: FTPS (FTP over SSL) Package for SLES9

>>> On Tue, Aug 28, 2007 at  8:47 AM, in message
<[EMAIL PROTECTED]>, José
L.
Ramírez <[EMAIL PROTECTED]> wrote: 
> Hi,
> 
> The pure-ftpd package that comes with SLES9 supports FTP over SSL/TLS

> (http://www.pureftpd.org/project/pure-ftpd).

True, but that doesn't provide a _client_ which is what Douglas is
after.

I got some replies from my internal queries.  Amazingly (to me), SLES
doesn't have an FTP client that supports FTPS.  OpenSUSE does, but not
SLES.  :(

I'm going to be putting an internal RFE to have that added, or have
lukemftp rebuilt to support it (assuming the code is there).


Mark Post

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Scanned by McAfee SCM1



Scanned by Triple-S SCM1

-
*Attention*
This electronic message, including any attachments, contains
information that may be legally confidential and/or privileged. The
information is intended solely for the individual or entity named
above and access by anyone else is unauthorized. If you are not the
intended recipient, any disclosure, copying, distribution, or use
of the contents of this information is prohibited and may be
unlawful. If you have received this electronic transmission in
error, please reply immediately to the sender that you have
received the message in error and delete it from your system.

Re: FTPS (FTP over SSL) Package for SLES9

2007-08-28 Thread José L . Ramírez
Hi Mark,

 

This simple ckermit script receives several values as parameters (ip, port, 
user, etc.), it basically uploads the contents of a local directory, it will 
use TLS:

 

#!/usr/bin/kermit +

 

  SET FTP VERBOSE-MODE ON

  SET FTP AUTHTYPE TLS

  SET AUTH TLS CERTS-OK

  SET FTP AUTOAUTHENTICATION OFF

 

  SET TRANSACTION-LOG BRIEF

  LOG TRANSACTIONS /var/kermit_ftp.log APPEND

 

  .ip := \fcontents(\%1)

  .port   := \fcontents(\%2)

  .user   := \fcontents(\%3)

  .password   := \fcontents(\%4)

  .ldirectory := \fcontents(\%5)

  .rdirectory := \fcontents(\%6)

 

  ftp open \%1 \%2 /user:\%3 /password:\%4

  if fail exit 1 \%1: Connection failed

  if not \v(ftp_loggedin) exit 1 Login failed

 

  lcd \m(ldirectory)

  if fail exit 1 lcd: \v(errstring)

 

  ftp cd \m(rdirectory)   ; CD to desired server directory

  if fail exit 1 cd: \v(errstring)

 

  ftp mput /delete *

  if fail exit 1 ftp mput *: \v(ftp_message)

 

  ftp bye

 

  close transaction-log   ; Close log

  exit

 

 

 

Jose

 

-Original Message-
From: Mark Post [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 28, 2007 2:48 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: FTPS (FTP over SSL) Package for SLES9

 

>>> On Tue, Aug 28, 2007 at  2:30 PM, in message

<[EMAIL PROTECTED]>, José

L.

Ramírez <[EMAIL PROTECTED]> wrote: 

> Opps, sorry, I didn't notice that what Douglas needs is an FTP SSL

client.

>  

> Based on that I think that the ckermit package that comes with SLES9

will 

> help you. We currently use the package to automatically download

files from a 

> FTP/SSL site. It provides lots of scripting capabilities... if you

need some 

> scripts examples just let me know...

 

I don't know if Douglas needs some script samples, but I would like to

see a few small ones, particularly how the SSL/TLS aspect gets invoked

within an FTP session.

 

 

Mark Post

 

--

For LINUX-390 subscribe / signoff / archive access instructions,

send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit

http://www.marist.edu/htbin/wlvindex?LINUX-390

 

 

Scanned by McAfee SCM1



Scanned by Triple-S SCM1

-
*Attention*
This electronic message, including any attachments, contains
information that may be legally confidential and/or privileged. The
information is intended solely for the individual or entity named
above and access by anyone else is unauthorized. If you are not the
intended recipient, any disclosure, copying, distribution, or use
of the contents of this information is prohibited and may be
unlawful. If you have received this electronic transmission in
error, please reply immediately to the sender that you have
received the message in error and delete it from your system.

Re: FTPS (FTP over SSL) Package for SLES9

2007-08-28 Thread Mark Post
>>> On Tue, Aug 28, 2007 at 12:53 PM, in message
<[EMAIL PROTECTED]>, "McKown,
John" <[EMAIL PROTECTED]> wrote: 
-snip-
> But that won't stop us from bugging you about it!

Clearly you've never bugged me about something we both knew in advance wasn't 
my responsibility, or you wouldn't be saying that.


Mark Post

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: FTPS (FTP over SSL) Package for SLES9

2007-09-05 Thread Clark, Douglas
I was unsuccessful in getting this script to work.  However, that could have 
been because all ftp traffic from my Linux system's IP Address was blocked at 
the firewall.  After that restriction was lifted, I tried and successfully 
transmitted a file via "ftp over ssl" using curl.  It worked beautifully.  
Thanks to all who shared their information with me.  If anyone is interested I 
would be happy to send the curl command line I used but after I was directed to 
try that utility it was pretty easy to figure out the command syntax.

Doug


-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of José L. Ramírez
Sent: Tuesday, August 28, 2007 12:24 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: FTPS (FTP over SSL) Package for SLES9

Hi Mark,

 

This simple ckermit script receives several values as parameters (ip, port, 
user, etc.), it basically uploads the contents of a local directory, it will 
use TLS:

 

#!/usr/bin/kermit +

 

  SET FTP VERBOSE-MODE ON

  SET FTP AUTHTYPE TLS

  SET AUTH TLS CERTS-OK

  SET FTP AUTOAUTHENTICATION OFF

 

  SET TRANSACTION-LOG BRIEF

  LOG TRANSACTIONS /var/kermit_ftp.log APPEND

 

  .ip := \fcontents(\%1)

  .port   := \fcontents(\%2)

  .user   := \fcontents(\%3)

  .password   := \fcontents(\%4)

  .ldirectory := \fcontents(\%5)

  .rdirectory := \fcontents(\%6)

 

  ftp open \%1 \%2 /user:\%3 /password:\%4

  if fail exit 1 \%1: Connection failed

  if not \v(ftp_loggedin) exit 1 Login failed

 

  lcd \m(ldirectory)

  if fail exit 1 lcd: \v(errstring)

 

  ftp cd \m(rdirectory)   ; CD to desired server directory

  if fail exit 1 cd: \v(errstring)

 

  ftp mput /delete *

  if fail exit 1 ftp mput *: \v(ftp_message)

 

  ftp bye

 

  close transaction-log   ; Close log

  exit

 

 

 

Jose

 

-Original Message-
From: Mark Post [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 28, 2007 2:48 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: FTPS (FTP over SSL) Package for SLES9

 

>>> On Tue, Aug 28, 2007 at  2:30 PM, in message

<[EMAIL PROTECTED]>, José

L.

Ramírez <[EMAIL PROTECTED]> wrote: 

> Opps, sorry, I didn't notice that what Douglas needs is an FTP SSL

client.

>  

> Based on that I think that the ckermit package that comes with SLES9

will 

> help you. We currently use the package to automatically download

files from a 

> FTP/SSL site. It provides lots of scripting capabilities... if you

need some 

> scripts examples just let me know...

 

I don't know if Douglas needs some script samples, but I would like to

see a few small ones, particularly how the SSL/TLS aspect gets invoked

within an FTP session.

 

 

Mark Post

 

--

For LINUX-390 subscribe / signoff / archive access instructions,

send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit

http://www.marist.edu/htbin/wlvindex?LINUX-390

 

 

Scanned by McAfee SCM1



Scanned by Triple-S SCM1

-
*Attention*
This electronic message, including any attachments, contains information that 
may be legally confidential and/or privileged. The information is intended 
solely for the individual or entity named above and access by anyone else is 
unauthorized. If you are not the intended recipient, any disclosure, copying, 
distribution, or use of the contents of this information is prohibited and may 
be unlawful. If you have received this electronic transmission in error, please 
reply immediately to the sender that you have received the message in error and 
delete it from your system.

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: FTPS (FTP over SSL) Package for SLES9

2007-09-06 Thread José L . Ramírez
I will like to see the curl command line.

Regards,

Jose

-Original Message-
From: Clark, Douglas [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, September 05, 2007 8:35 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: FTPS (FTP over SSL) Package for SLES9

I was unsuccessful in getting this script to work.  However, that could have 
been because all ftp traffic from my Linux system's IP Address was blocked at 
the firewall.  After that restriction was lifted, I tried and successfully 
transmitted a file via "ftp over ssl" using curl.  It worked beautifully.  
Thanks to all who shared their information with me.  If anyone is interested I 
would be happy to send the curl command line I used but after I was directed to 
try that utility it was pretty easy to figure out the command syntax.

Doug


-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of José L. Ramírez
Sent: Tuesday, August 28, 2007 12:24 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: FTPS (FTP over SSL) Package for SLES9

Hi Mark,

 

This simple ckermit script receives several values as parameters (ip, port, 
user, etc.), it basically uploads the contents of a local directory, it will 
use TLS:

 

#!/usr/bin/kermit +

 

  SET FTP VERBOSE-MODE ON

  SET FTP AUTHTYPE TLS

  SET AUTH TLS CERTS-OK

  SET FTP AUTOAUTHENTICATION OFF

 

  SET TRANSACTION-LOG BRIEF

  LOG TRANSACTIONS /var/kermit_ftp.log APPEND

 

  .ip := \fcontents(\%1)

  .port   := \fcontents(\%2)

  .user   := \fcontents(\%3)

  .password   := \fcontents(\%4)

  .ldirectory := \fcontents(\%5)

  .rdirectory := \fcontents(\%6)

 

  ftp open \%1 \%2 /user:\%3 /password:\%4

  if fail exit 1 \%1: Connection failed

  if not \v(ftp_loggedin) exit 1 Login failed

 

  lcd \m(ldirectory)

  if fail exit 1 lcd: \v(errstring)

 

  ftp cd \m(rdirectory)   ; CD to desired server directory

  if fail exit 1 cd: \v(errstring)

 

  ftp mput /delete *

  if fail exit 1 ftp mput *: \v(ftp_message)

 

  ftp bye

 

  close transaction-log   ; Close log

  exit

 

 

 

Jose

 

-Original Message-
From: Mark Post [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 28, 2007 2:48 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: FTPS (FTP over SSL) Package for SLES9

 

>>> On Tue, Aug 28, 2007 at  2:30 PM, in message

<[EMAIL PROTECTED]>, José

L.

Ramírez <[EMAIL PROTECTED]> wrote: 

> Opps, sorry, I didn't notice that what Douglas needs is an FTP SSL

client.

>  

> Based on that I think that the ckermit package that comes with SLES9

will 

> help you. We currently use the package to automatically download

files from a 

> FTP/SSL site. It provides lots of scripting capabilities... if you

need some 

> scripts examples just let me know...

 

I don't know if Douglas needs some script samples, but I would like to

see a few small ones, particularly how the SSL/TLS aspect gets invoked

within an FTP session.

 

 

Mark Post

 

--

For LINUX-390 subscribe / signoff / archive access instructions,

send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit

http://www.marist.edu/htbin/wlvindex?LINUX-390

 

 

Scanned by McAfee SCM1



Scanned by Triple-S SCM1

-
*Attention*
This electronic message, including any attachments, contains information that 
may be legally confidential and/or privileged. The information is intended 
solely for the individual or entity named above and access by anyone else is 
unauthorized. If you are not the intended recipient, any disclosure, copying, 
distribution, or use of the contents of this information is prohibited and may 
be unlawful. If you have received this electronic transmission in error, please 
reply immediately to the sender that you have received the message in error and 
delete it from your system.

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Scanned by McAfee SCM1



Scanned by Triple-S SCM1

-
*Attention*
This electronic message, including any attachments, contains
information that may be legally confidential and/or privileged. The
information is intended solely for the individual or entity named
above and access by anyone else is unauthorized. If you are not the
intended recipient, any disclosure, copying, distribution, or use
of the contents of this information is prohibited and may be
unlawful. If you have received this electronic transmission in
error, please reply immediately to the sender that you have
received the message in error and delete it from your system.

Re: FTPS (FTP over SSL) Package for SLES9

2007-05-15 Thread James Melin
Sftp comes to mind and is native.




 Jay Ableidinger <[EMAIL PROTECTED]>
 Sent by: Linux on 390 Port
   
   To
 
LINUX-390@VM.MARIST.EDU

   cc
 05/15/2007 01:30 PM

  Subject
     FTPS (FTP 
over SSL) Package for SLES9
Please respond to
   Linux on 390 Port 








Does anyone know of a FTPS (FTP over SSL) package that will work on SLES9 on 
the S390?

Thanks in advance.

Jay


"If you don't know where you are going, any road will take you there."
Lewis Carroll
"If you don't know where you are, a map won't help" Unknown

-
Looking for a deal? Find great prices on flights and hotels with Yahoo! 
FareChase.

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: FTPS (FTP over SSL) Package for SLES9

2007-05-15 Thread Terry Spaulding
You can use sftp which works very well. Command mode, native, and free.

I have also used a GUI package on WIN/XP called WinSCP3. It is free on the
internet and uses sftp. Nice point/click/drag between Win/XP and Linux
zSeries or between Linux zSeries and another Linux zSeries using the Win/XP
as a go between.

Jay wrote:
>Does anyone know of a FTPS (FTP over SSL) package that will work on SLES9
on the S390?
>
>Thanks in advance.



Regards,
Terry L. Spaulding
[EMAIL PROTECTED]

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: FTPS (FTP over SSL) Package for SLES9

2007-05-15 Thread Jay Ableidinger
SFTP is SSH File Transfer Protocol. I am looking for FTPS (FTP over SSH). 
Completely different animals. I have a very specific need for FTPS and SFTP 
will not suffice.

Terry Spaulding <[EMAIL PROTECTED]> wrote: You can use sftp which works very 
well. Command mode, native, and free.

I have also used a GUI package on WIN/XP called WinSCP3. It is free on the
internet and uses sftp. Nice point/click/drag between Win/XP and Linux
zSeries or between Linux zSeries and another Linux zSeries using the Win/XP
as a go between.

Jay wrote:
>Does anyone know of a FTPS (FTP over SSL) package that will work on SLES9
on the S390?
>
>Thanks in advance.



Regards,
Terry L. Spaulding
[EMAIL PROTECTED]

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390



"If you don't know where you are going, any road will take you there." 
Lewis Carroll
"If you don't know where you are, a map won't help" Unknown
 
-
Don't pick lemons.
See all the new 2007 cars at Yahoo! Autos.

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: FTPS (FTP over SSL) Package for SLES9

2007-05-15 Thread Mark Post
>>> On Tue, May 15, 2007 at  2:30 PM, in message
<[EMAIL PROTECTED]>, Jay Ableidinger
<[EMAIL PROTECTED]> wrote: 
> Does anyone know of a FTPS (FTP over SSL) package that will work on SLES9 on 
> the S390?

The vsftpd package claims to support that.


Mark Post

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: FTPS (FTP over SSL) Package for SLES9

2007-05-15 Thread Terry Spaulding
Jay, is your need to have a secured FTP with SSL for encryption or specific
to FTPS with SSL ?
If SSL is the issue you can setup your ssh logon to be SSL and the sftp
will then be encrypted.

As Mark pointed out I believe vsftpd is supposed to support FTPS.
Not sure if vsftpd has provided the full data encryption yet.
You may want to check out WS_FTP Pro I think it supports  FTPS with SSL but
is a fee based solution. They do have a trial period.


Jay replied:
>SFTP is SSH File Transfer Protocol. I am looking for FTPS (FTP over SSH).
Completely different animals. I have a very specific need >for FTPS and
SFTP will not suffice.
>
>Terry Spaulding <[EMAIL PROTECTED]> wrote: You can use sftp which works
very well. Command mode, native, and free.
>
>I have also used a GUI package on WIN/XP called WinSCP3. It is free on the
>internet and uses sftp. Nice point/click/drag between Win/XP and Linux
>zSeries or between Linux zSeries and another Linux zSeries using the
Win/XP
>as a go between.


Regards,
Terry L. Spaulding
[EMAIL PROTECTED]

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: FTPS (FTP over SSL) Package for SLES9

2007-05-15 Thread Brad Hinson
You'll need vsftpd version >= 2.0 for SSL support.  Here's the procedure
for RHEL 4 (may need minor edits for SLES 9, not sure):

1.  Add "ssl_enable=YES" (no quotes) to /etc/vsftpd/conf/vsftpd.conf

2.  By default, it looks in /usr/share/ssl/certs for the file
vsftpd.pem.  Since this file isn't there, cd to that directory and run
"make vsftpd.pem".  This will ask you a few questions and create the
(RSA) certificate for you.

3.  Start up vsftpd.  For my testing, I just ran /usr/sbin/vsftpd from
the command line to see any error messages, then ran it through the rc*
initscripts.

There are a couple of other options you can add to vsftpd.conf (SSL
version, anonymous over SSL, etc) which are all documented in
vsftpd.conf(5).

-Brad

On Tue, 2007-05-15 at 15:43 -0400, Terry Spaulding wrote:
> Jay, is your need to have a secured FTP with SSL for encryption or specific
> to FTPS with SSL ?
> If SSL is the issue you can setup your ssh logon to be SSL and the sftp
> will then be encrypted.
>
> As Mark pointed out I believe vsftpd is supposed to support FTPS.
> Not sure if vsftpd has provided the full data encryption yet.
> You may want to check out WS_FTP Pro I think it supports  FTPS with SSL but
> is a fee based solution. They do have a trial period.
>
>
> Jay replied:
> >SFTP is SSH File Transfer Protocol. I am looking for FTPS (FTP over SSH).
> Completely different animals. I have a very specific need >for FTPS and
> SFTP will not suffice.
> >
> >Terry Spaulding <[EMAIL PROTECTED]> wrote: You can use sftp which works
> very well. Command mode, native, and free.
> >
> >I have also used a GUI package on WIN/XP called WinSCP3. It is free on the
> >internet and uses sftp. Nice point/click/drag between Win/XP and Linux
> >zSeries or between Linux zSeries and another Linux zSeries using the
> Win/XP
> >as a go between.
>
>
> Regards,
> Terry L. Spaulding
> [EMAIL PROTECTED]
>
> --
> For LINUX-390 subscribe / signoff / archive access instructions,
> send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
> http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: FTPS (FTP over SSL) Package for SLES9

2007-05-15 Thread Jay Ableidinger
Long story short, we're looking for an FTP server that will compile on SLES9 on 
the S/390. The server needs to support FTP over SSL so we can do some 
performance comparisons with an FTPS product that we are testing on VSE.

While we could test it easily on a Windows box, I don't consider that a valid 
comparison. I'd rather perform comparison on the same hardware platform.

Terry Spaulding <[EMAIL PROTECTED]> wrote: Jay, is your need to have a secured 
FTP with SSL for encryption or specific
to FTPS with SSL ?
If SSL is the issue you can setup your ssh logon to be SSL and the sftp
will then be encrypted.

As Mark pointed out I believe vsftpd is supposed to support FTPS.
Not sure if vsftpd has provided the full data encryption yet.
You may want to check out WS_FTP Pro I think it supports  FTPS with SSL but
is a fee based solution. They do have a trial period.


Jay replied:
>SFTP is SSH File Transfer Protocol. I am looking for FTPS (FTP over SSH).
Completely different animals. I have a very specific need >for FTPS and
SFTP will not suffice.
>
>Terry Spaulding  wrote: You can use sftp which works
very well. Command mode, native, and free.
>
>I have also used a GUI package on WIN/XP called WinSCP3. It is free on the
>internet and uses sftp. Nice point/click/drag between Win/XP and Linux
>zSeries or between Linux zSeries and another Linux zSeries using the
Win/XP
>as a go between.


Regards,
Terry L. Spaulding
[EMAIL PROTECTED]

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390



"If you don't know where you are going, any road will take you there." 
Lewis Carroll
"If you don't know where you are, a map won't help" Unknown
   
-
Boardwalk for $500? In 2007? Ha! 
Play Monopoly Here and Now (it's updated for today's economy) at Yahoo! Games.

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: FTPS (FTP over SSL) Package for SLES9

2007-05-16 Thread David Boyes
> Long story short, we're looking for an FTP server that will compile on
> SLES9 on the S/390. The server needs to support FTP over SSL so we can
do
> some performance comparisons with an FTPS product that we are testing
on
> VSE.
> While we could test it easily on a Windows box, I don't consider that
a
> valid comparison. I'd rather perform comparison on the same hardware
> platform.

The two of you are answering different questions. Terry is talking about
clients; you're talking about servers. 

Vsftpd works quite nicely with ftps. It also has the advantage of using
OpenSSL, so if you have a crypto engine and the current crypto drivers
in your Linux, it's able to use it. Depending on your hardware, this may
be a substantial win. 

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: FTPS (FTP over SSL) Package for SLES9

2007-05-16 Thread Terry Spaulding
David replied:
>The two of you are answering different questions. Terry is talking about
>clients; you're talking about servers.
>
>Vsftpd works quite nicely with ftps. It also has the advantage of using
>OpenSSL, so if you have a crypto engine and the current crypto drivers
>in your Linux, it's able to use it. Depending on your hardware, this may
>be a substantial win.

Now I understand Jay's requirement. As David stated correctly. vsftpd with
OpenSSL and Crypto could provide a very good solution
for an FTP server with security and encryption.

vsftpd and products like it also give you the ability to manage the FTP as
a service in your organization.

Regards,
Terry L. Spaulding
[EMAIL PROTECTED]

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: FTPS (FTP over SSL) Package for SLES9

2007-05-16 Thread José L . Ramírez
Hi,

Along with vsftpd, SLES9 also comes with the pure-ftpd server which supports  
TLS/SSL.

Regars,

-Jose

-Original Message-
From: Jay Ableidinger [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 15, 2007 5:34 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: FTPS (FTP over SSL) Package for SLES9

Long story short, we're looking for an FTP server that will compile on SLES9 on 
the S/390. The server needs to support FTP over SSL so we can do some 
performance comparisons with an FTPS product that we are testing on VSE.

While we could test it easily on a Windows box, I don't consider that a valid 
comparison. I'd rather perform comparison on the same hardware platform.

Terry Spaulding <[EMAIL PROTECTED]> wrote: Jay, is your need to have a secured 
FTP with SSL for encryption or specific
to FTPS with SSL ?
If SSL is the issue you can setup your ssh logon to be SSL and the sftp
will then be encrypted.

As Mark pointed out I believe vsftpd is supposed to support FTPS.
Not sure if vsftpd has provided the full data encryption yet.
You may want to check out WS_FTP Pro I think it supports  FTPS with SSL but
is a fee based solution. They do have a trial period.


Jay replied:
>SFTP is SSH File Transfer Protocol. I am looking for FTPS (FTP over SSH).
Completely different animals. I have a very specific need >for FTPS and
SFTP will not suffice.
>
>Terry Spaulding  wrote: You can use sftp which works
very well. Command mode, native, and free.
>
>I have also used a GUI package on WIN/XP called WinSCP3. It is free on the
>internet and uses sftp. Nice point/click/drag between Win/XP and Linux
>zSeries or between Linux zSeries and another Linux zSeries using the
Win/XP
>as a go between.


Regards,
Terry L. Spaulding
[EMAIL PROTECTED]

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390



"If you don't know where you are going, any road will take you there." 
Lewis Carroll
"If you don't know where you are, a map won't help" Unknown
   
-
Boardwalk for $500? In 2007? Ha! 
Play Monopoly Here and Now (it's updated for today's economy) at Yahoo! Games.

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Scanned by McAfee SCM2



Scanned by Triple-S SCM1


-
*Attention*
This electronic message, including any attachments, contains
information that may be legally confidential and/or privileged. The
information is intended solely for the individual or entity named
above and access by anyone else is unauthorized. If you are not the
intended recipient, any disclosure, copying, distribution, or use
of the contents of this information is prohibited and may be
unlawful. If you have received this electronic transmission in
error, please reply immediately to the sender that you have
received the message in error and delete it from your system.


Re: FTPS (FTP over SSL) Package for SLES9

2007-05-16 Thread Brandon Darbro
José L. Ramírez wrote:
> Hi,
>
> Along with vsftpd, SLES9 also comes with the pure-ftpd server which supports  
> TLS/SSL.
>   

Pretty much any ftpd can be made into an FTPS server by using stunnel, too.

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: FTPS (FTP over SSL) Package for SLES9

2007-05-16 Thread Alan Altmark
On Wednesday, 05/16/2007 at 03:02 MST, Brandon Darbro 
<[EMAIL PROTECTED]> wrote:
> José L. Ramírez wrote:
> > Hi,
> >
> > Along with vsftpd, SLES9 also comes with the pure-ftpd server which 
supports 
> TLS/SSL.
> >
> 
> Pretty much any ftpd can be made into an FTPS server by using stunnel, 
too.

Sort of, but not really.  FTPS is defined by RFC 4217, which provides for 
new FTP subcommands to enter/exit the TLS environment.  This is what the 
z/VM 5.3 FTP server *and* client support.  I don't know whether the 
"normal" Linux ftp client has been updated for RFC 4217 yet.  I believe 
FileZilla on SoureForge.net supports ftps.

Transparent TLS can certainly be done, but that's not the same thing.  Our 
research showed that client support for FTP using a transparent TLS 
connection was rare.

Alan Altmark
z/VM Development
IBM Endicott

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390