I'm looking for a secure, encrypted FTP implementation for the OORexx FTP class.
Is that possible?
Reason: Many companies today have started to require secure FTP for all transfers, even in house (behind the firewall.) This requirement would disqualify the use of OORexx FTP class from all use.
Please let me know what the plan is for this.
Thank you
Roger
Anonymous
View and moderate all "feature-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Feature Requests"
Roger,
I am not aware of an external, specific ooRexx package that interfaces to sftp.
One thing you could explore is BSF4ooRexx, which is an external function ooRexx function package which makes all of Java available to ooRexx. Hence, you could research Java sftp solutions and exploit it for your purposes using pure ooRexx!
HTH
---rony
Rony G. Flatscher (mobil/e)
Related
Feature Requests: #672
Roger,
Have you evaluated using Rexx/CURL?
http://rexxcurl.sourceforge.net/
From the CURL page, which Rexx/CURL is a Rexx wrapper for, it states:
Supports...
DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMB, SMTP, SMTPS, Telnet and TFTP. curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, HTTP/2, cookies, user+password authentication (Basic, Plain, Digest, CRAM-MD5, NTLM, Negotiate and Kerberos), file transfer resume, proxy tunneling and more.
I see many secure terms in that list.
I am thankful,
Michael