Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

hey all i would like to ftp a fi

Status
Not open for further replies.

sramki

Programmer
May 8, 2001
27
0
0
IN
hey all

i would like to ftp a file to a web server .
i will get the web server name from the GUI screen i have and store it in a database .
From the database i shd fetch the path of the server and send a corresponding file to that server .

i need to just know abt the FTP part .how can i do it using C .
how do i initiate the ftp process and transfer the file using a c program .
iam using linux and c .
pl. help very urgent .
keep mailing
regards
ramki
 
ramki,

Create a shell script, from inside your C program, to do the ftp job and then call that shell script using system() Mike
michael.j.lacey@ntlworld.com
Email welcome if you're in a hurry or something -- but post in tek-tips as well please, and I will post my reply here as well.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top