FTP problem on local LAN server

2003-10-08 Thread Srinivas S
Hello, I am Srinivas from Bangalore, India. I have a problem with ftp on my college LAN server. The system contains Redhat Linux 9.0 installed as a server installation. I have chosen the options to allow incoming telnet and ftp during installation. I also have put the ftp daemon "vsftpd" in

modem programming

2003-10-03 Thread Srinivas S
hello, I have to build an application that supports file transfer thru dial-up network, as a part of my acedemic project work this semester. I'd been busy with a commercial CGI project for one of the call-center websites. I had posted for help prior to this and was advised to read thru serial

modem programming

2003-09-28 Thread Srinivas S
Hello, I want to program my external modem for communication. If anyone could tell me how i could go abt it or send a sample program in C/C++, how to program an external modem on a serial port, to initialize it and dial a number, it would be of great help. Regards, Srinivas. Do you Yahoo!? The

modem help

2003-09-24 Thread Srinivas S
I have Redhat 9.0 and a Dlink external 56K data/fax modem. (DFM - 560ES) I want to know how i can communicate with the modem either as shell commands or as a C program. I tried the following, which did not work ln -s /dev/ttyS1 /dev/modem echo "ATX1DT6565206" /dev/modem is there any other