Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: It Is possiblee with VB.NET ro read and write a text file.

To download and upload files, you can use 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
GERARDO

It Is possiblee with VB.NET ro read and write a text file.

Hello.
About a SFTP and I'm trying to read and write to text file with VB.NET.
Can somebody help me.
Thank you