Posts by Josue Figueiredo • 23 points
1 post
-
2
votes3
answers261
viewsQ: How to send selected data to an ftp server
I am developing a project in c# and right now I have to select a line from a Datagridview that I created, create a text file with that data and send the created file to an ftp server. I’ve done some…