Modify text files on the FTP server

Hello, I want a way to edit some text files on the ftp server, I know the method, but in vb.net language
Dim client As New Net.WebClient
client.Credentials = New Net.NetworkCredential("username", "password")
client.UploadString("ftp://www.server.net/htdocs/file.txt", "Hi")
msgbox("done!")
and thank you.

Hi @Mouhammed_Amine Welcome to the Community,
Ftp extensions are available.
puravidaapps.com/extensions.php

1 Like

I didn't find anything, is there another way? and thank you

Plenty there. Search the page using CTRL+F and enter ftp

1 Like

Ok, thank you