Link to home
Start Free TrialLog in
Avatar of ceena
ceena

asked on

How can I use OpenFile function in CFtpConnection class???

Hi !

  I want to open a file in the server and append to it .I used OpenFile fn for CFtpConnection object and successfully wrote to it.But I want to append to it ?I read seek fn doesn't work for CFtp objects?How can i do that then ???

   pls help?

Thanks,
ceena.
Avatar of waseemanis
waseemanis

There doesn't seem to be any inbuilt stuff for that , but you can copy the file locally, and then append to it, and put it back on the server. This obviously, the longer way out....but for now, seems to be the only one !!

Luck,
Waseem.
ASKER CERTIFIED SOLUTION
Avatar of AndersonAdrian
AndersonAdrian

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
AndersonAdrian,
I think if the guy has already gone to the extent of opening a remote file and written to it, then he sure must be knowing how to download and upload it !!

So is it really the answer !!???!!