curl-library
Re: Establish the FTP Connection and file Transfer from on location to other
Date: Mon, 19 Apr 2010 16:18:12 +0530
Hi,
I want to establish the FTP connection from machine A to machine B using
LibCurl and want to transfer the file (*.txt) from B to A. After the
successful transmission of file (*.txt) from B to A, delete the file
which is available on Machine B.
Please find the code that I have written for doing the same is in the
attached file.
After the execution of executable, I am getting the error which is in the
attached file.
Please help me to solve the problem.
Regards,
Amol Raoji Madane
Tata Consultancy Services
DLF Akruti Info Park,
PN 28,
Rajiv Gandhi Infotech Park Hinjewadi, PHASE II
Pune - 411057,Maharashtra
India
Ph:- +91-20-6675-2352
Buzz:- 420-2352
Mailto: amol.madane_at_tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty. IT Services
Business Solutions
Outsourcing
____________________________________________
From:
Daniel Stenberg <daniel_at_haxx.se>
To:
Amol Madane <amol.madane_at_tcs.com>
Cc:
libcurl hacking <curl-library_at_cool.haxx.se>
Date:
04/19/2010 03:10 PM
Subject:
Re: Establish the FTP Connection and file Transfer from on location to
other
On Mon, 19 Apr 2010, Amol Madane wrote:
> I am writing a FTP script to sit on a server which basically needs to
> connect to another remote server and read the file and return them as a
> file.
So you need to get a file with FTP using libcurl. Can you tell us more
specificly what parts of the docs and examples you don't understand?
-- / daniel.haxx.se =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you
- text/plain attachment: Code.txt