freelanceprogrammers.org Forum Index » C
help control ftp bit rate..
Joined: 29 Jul 2003
Posts: 6
help control ftp bit rate..
Hai,
Can anyone tell how to control the bit rate while ftp to remote??.
I am using `C` in solaris o.s.
Thanks.
Joined: 19 Jul 2003
Posts: 29
help control ftp bit rate..
--- ranjith <ranjith@...>
wrote:
> Hai,
> Can anyone tell how to control the bit rate while
> ftp to remote??.
> I am using `C` in solaris o.s.
Maybe putting a sufficiently long sleep() inside the
bit-transfer loop! To slow the bit-rate down. ;-)
Regards,
Shantanu
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
Joined: 09 Aug 2003
Posts: 1
help control ftp bit rate..
hai..
can some one give me a link from where i could get a
cpp compiler.
bye
________________________________________________________________________
Send free SMS using the Yahoo! Messenger. Go to
http://in.mobile.yahoo.com/new/pc/
Joined: 19 Jul 2003
Posts: 29
help control ftp bit rate..
--- nancy india <nancy_ind_tn@...> wrote:
> hai..
> can some one give me a link from where i could get a
> cpp compiler.
Depends on your need which compiler will be good
enough. If you are using GNU/Linux or some version of
UNIX, almost certainly you`d have a C/C++ compiler in
it. If you are using Windows, you may like to download
either of decent compilers which are free (of cost),
like:
1. Borland C Compiler (called "BCC") from Borland`s
website.
2. MinGW (along with DevCpp IDE) from the
http://sourceforge.net website.
There are also (1) GCC (GNU C Compiler) for Windows
and (2) Cygwin, but I don`t recommend them if you are
a newbie.
There are many other free compilers on the net, you
just need to google them out, but not all of them are
reliable or popular. But definitely, please don`t go
for Turbo C++ compiler, for it is not recommended for
serious C++ compilation.
If you are using an OS other than these, e.g. Mac OS,
or a mainframe OS, I have no idea on which one to
choose.
Hope this helps
Regards,
Shantanu
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
Joined: 26 Jul 2003
Posts: 20
help control ftp bit rate..
On Fri, 8 Aug 2003 20:06:20 +0100 (BST), nancy india
<nancy_ind_tn@...> wrote:
> can some one give me a link from where i could get a
> cpp compiler.
visit www.gnu.org and search for g++ in the projects section.
The GNU Development suite is widely ported on many operating systems and
architectures. So familiarity with them will help you in the long run.
Cheers,
Joe
--
"Software is like sex; Its better when it is free"
-- Linus Torvalds
Visit:http://www.joesteeve.tk/
PS:> I hate HTML mail
Joined: 19 Jul 2003
Posts: 29
help control ftp bit rate..
--- In Programmers-Town@yahoogroups.com, Joe Steeve <joe_clubs@g...> wrote:
> On Fri, 8 Aug 2003 20:06:20 +0100 (BST), nancy india
> <nancy_ind_tn@y...> wrote:
> > can some one give me a link from where i could get a
> > cpp compiler.
I came across the site http://thefreecountry.com where they have listed quite
some compilers for C/C++. The following link may be of some help.
http://thefreecountry.com/compilers/cpp.shtml
Regards,
Shantanu
Joined: 15 Aug 2003
Posts: 1
help control ftp bit rate..
Does anyone know how to create web pages using C/C++ ?
I would like to practice creating web pages C/C++.So far i using PHP to build
web pages.
Thanks
--
Muhammad Farhan
http://farhan.sjaugi.or.id
Joined: 19 Jul 2003
Posts: 29
help control ftp bit rate..
--- Muhammad Farhan <farhan@...> wrote:
>
> Does anyone know how to create web pages using C/C++
> ?
> I would like to practice creating web pages C/C++.So
> far i using PHP to build
> web pages.
CGI/C has been used in the past to do just that. You
may like to google on them to find the details. Or,
there`s an interesting option if you like -- consider
writing a module for Apache 2. It should be fun too.
Dunno about other web-servers. Lastly, maybe writing a
custom HTTP server will be an extreme step unless you
have a very special case.
Regards,
Shantanu
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
Joined: 28 Jul 2003
Posts: 3
help control ftp bit rate..
Hi,
To create a web-page using C/C++ or let be any
language you will have to first send an appropriate
header to the client ( BROWSER ). The header format
for displaying a normal page, using C/C++ as a
language will be
printf("Content-type:text/html
");
Please make a note that this should be the first
output statement in the program. Now you will need to
configure your server, be it Apache( httpd ) or IIS.
For configuring it in apache you might like to add a
Alias Derictive ( for more information see the manual
);
Well in this senario printf`s work fine but not
the same with scanf`s. You might need to read it from
"stdin" if the client`s "request method" is "POST" or
you might need to parse the string if the "request
method" is "GET".
Check out the environmental variables on the first
page as an example.
Hope it Helps
bye
=====
Bye for now
Navin
navinseshadri@...
0712-3118509
bye :)
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
Joined: 19 Aug 2003
Posts: 1
help control ftp bit rate..
Hi
There are cgi libraries to design web-page using c,or
c++.
You have to use cgi.c and flat.c to get advantage of
template.
You can generate dynamic html pages using flat and
template.
You can get all this things in "Professional linux".
--- Muhammad Farhan <farhan@...> wrote:
>
> Does anyone know how to create web pages using C/C++
> ?
> I would like to practice creating web pages C/C++.So
> far i using PHP to build
> web pages.
>
> Thanks
> --
> Muhammad Farhan
> http://farhan.sjaugi.or.id
>
>
=====
Rizvan Khan |
Server ApplianceSoftware Engineer
| From DeepRoot LInuxDeepRoot Linux Pvt Ltd.
| www.deeproot.co.inBangalore - 560064.
| +91 080 8565624rizvan@...
|
--------------------------------------------------------------------------------
---------------
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
All times are GMT
Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Freelace Website Designer - Customer web design and software building.
China Wholesale - Electronics Products
Character Studio - Tutorials and Help
China Wholesale - Electronics Products
Character Studio - Tutorials and Help







