Write Read and delete file in FTP

hi to all .

I’m trying to write rea and dele an xml or txt file from an FTP server .

I can do it locally ,in my computer, but I don’t know how to do it on an FTP server.

How can do this ?

thank you

you need to use TCP Sockets and send the corresponding FTP commands and commonly just act as you need to do within the FTP protocol

If your FTP supports PHP I can help you out. :slight_smile:

yes i have FTP supports PHP .

:smile:

How can i do ?

Great! I’ve sent you a PM.

How do you read from a file locally?

Can you share?

Thanks regards Web

locally, if it is no webplayer which can’t read anything locally, you would either use WWW and the file:// protocol or the .NET namespace System.IO and the FileStream class

Thanks! Will try to find some examples, do you have any idea wich metod that takes leser resources? It needs to be read every two frames or something!

try this