Re: It Is possiblee with VB.NET ro read and write a text file.
To download and upload files, you can use
https://winscp.net/eng/docs/library_session_getfiletodirectory
https://winscp.net/eng/docs/library_session_putfiletodirectory
If you do not want to download to a physical local file, and instead read/write to/from memory, use
https://winscp.net/eng/docs/library_session_getfile
https://winscp.net/eng/docs/library_session_putfile
Session.GetFileToDirectory and Session.PutFileToDirectory.
https://winscp.net/eng/docs/library_session_getfiletodirectory
https://winscp.net/eng/docs/library_session_putfiletodirectory
If you do not want to download to a physical local file, and instead read/write to/from memory, use
Session.GetFile and Session.PutFile.
https://winscp.net/eng/docs/library_session_getfile
https://winscp.net/eng/docs/library_session_putfile