Sponsored Content
Full Discussion: http protocol from UNIX
Top Forums UNIX for Advanced & Expert Users http protocol from UNIX Post 302095067 by Zoli on Friday 3rd of November 2006 07:49:35 AM
Old 11-03-2006
Wget is a free utility for non-interactive download of files from the Web. It supports HTTP, HTTPS, and FTP protocols, as well as retrieval through HTTP proxies.

Code:
#wget http://page.com/file

or run wget in background:

Code:
#wget -b http://page.com/file

 

5 More Discussions You Might Find Interesting

1. IP Networking

UNIX and SNA protocol

Can anyone tell me how I can find out if a server has a SNA connection to a mainframe ? I need to find out at my work which servers use SNA by telnetting to that server and search for it, I just don't know what and where to look for... Any help appreciated ! Ron (2 Replies)
Discussion started by: ronw
2 Replies

2. UNIX for Dummies Questions & Answers

Unix terminal protocol

I need to accomodate terminals running off an NCR UNIX SCO server. I need the protocol so I can get the correct S/W image for the router. (3 Replies)
Discussion started by: de2934
3 Replies

3. Solaris

HTTP Protocol Version

Friends/Gurus Can anybody let me know how to check Http Protocol version in Solaris and in AIX? Thanks (1 Reply)
Discussion started by: efunds
1 Replies

4. SCO

How to stop A UDP protocol on Unix

Dear All, Kindly guide how to stop UDP protocol on Sco Unix release 5.0 Regards (2 Replies)
Discussion started by: sak900354
2 Replies

5. Shell Programming and Scripting

What kind of transfer protocol we have in UNIX?

I was asked this question on the interview. I know ftp, sftp, scp, rcp. They said one more indi or indy Could you please let me know it? Thanks, Oleg (2 Replies)
Discussion started by: digioleg54
2 Replies
gnutls_protocol_get_id(3)					      gnutls						 gnutls_protocol_get_id(3)

NAME
gnutls_protocol_get_id - API function SYNOPSIS
#include <gnutls/gnutls.h> gnutls_protocol_t gnutls_protocol_get_id(const char * name); ARGUMENTS
const char * name is a protocol name DESCRIPTION
The names are compared in a case insensitive way. RETURNS
an id of the specified protocol, or GNUTLS_VERSION_UNKNOWN on error. REPORTING BUGS
Report bugs to <bug-gnutls@gnu.org>. General guidelines for reporting bugs: http://www.gnu.org/gethelp/ GnuTLS home page: http://www.gnu.org/software/gnutls/ COPYRIGHT
Copyright (C) 2012 Free Software Foundation, Inc.. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. SEE ALSO
The full documentation for gnutls is maintained as a Texinfo manual. If the info and gnutls programs are properly installed at your site, the command info gnutls should give you access to the complete manual. As an alternative you may obtain the manual from: http://www.gnu.org/software/gnutls/manual/ gnutls 3.1.15 gnutls_protocol_get_id(3)
All times are GMT -4. The time now is 04:52 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy