- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- FTP-Routines for Fortran or C/C++
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-25-2006 12:22 AM
тАО08-25-2006 12:22 AM
FTP-Routines for Fortran or C/C++
I'm a new member.
I'm looking for ftp-routines to be used in a Fortran or C/C++ programm. Ftp-routines like get, put, connect, disconnect etc.
Thank you.
Sincerely,
Paul Vinders
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-25-2006 01:47 AM
тАО08-25-2006 01:47 AM
Re: FTP-Routines for Fortran or C/C++
welcome to the OpenVMS ITRC forum.
Here is an old Ask-the-Wizard article answering this question:
http://h71000.www7.hp.com/wizard/wiz_0818.html
and I don't think the situation has changed up to now: there is no callable FTP interface available in the HP TCPIP stack.
Other vendor's TCPIP stacks may offer a FTP API. Search in comp.os.vms for 'FTP API for DEC Pascal'
Alternatively, you may want to use LIB$SPAWN and some of the COPY/FTP or similar commands or some FTP command procedures.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-25-2006 02:59 AM
тАО08-25-2006 02:59 AM
Re: FTP-Routines for Fortran or C/C++
there's anything useful there. I work more
with Wget, but I believe that cURL has some
kind of library (which Wget does not).
http://curl.haxx.se/
http://antinode.org/dec/sw/wget.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-25-2006 06:40 AM
тАО08-25-2006 06:40 AM
Re: FTP-Routines for Fortran or C/C++
http://nbpfaus.net/~pfau/ftplib/
I think Hunter Goatley's HGFTP comes wth sources, so could perhaps provide some guidance if implementing your own. Recent versions of Kermit have ftp capability, though I'm not sure if anyone ever responded to the author's call for help in porting that feature to VMS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-25-2006 07:33 AM
тАО08-25-2006 07:33 AM
Re: FTP-Routines for Fortran or C/C++
client support in Kermit for VMS, but Frank
da Cruz was hoping for the fancy code to deal
with RMS file attributes (when talking to a
suitably capable FTP server), but that was
more work than I wanted to take on.
I don't know if any of my suggestions were
absorbed ito the official Kermit code. If
not, see:
http://antinode.org/ftp/kermit/2006-02-25/
ftp://antinode.org/kermit/2006-02-25/
and/or consult comp.os.vms in late February
2006.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-28-2006 02:10 AM
тАО08-28-2006 02:10 AM