Create a free Team What is Teams? Collectives on Stack Overflow. Learn more. NET Ask Question. Asked 3 years, 11 months ago. Active 2 years, 5 months ago. Viewed 21k times. I need to upload a file to SFTP server.
I am using VB. NET Improve this question. Martin Prikryl k 47 47 gold badges silver badges bronze badges. The goal is that you add some code of your own to show at least the research effort you made to solve this yourself. I have checked target cpu x86, OS 32 bit etc and ChilkatDotnet2. Please give me an example to upload a file for proper guiding me.
Add a comment. Active Oldest Votes. With WinSCP, you can use a code like this to upload all. This email is in use.
Do you need your password? Submit your solution! When answering a question please: Read the question carefully. Understand that English isn't everyone's first language so be lenient of bad spelling and grammar. If a question is poorly phrased then either ask for clarification, ignore it, or edit the question and fix the problem.
Insults are not welcome. Don't tell someone to read the manual. Chances are they have and don't get it. Provide an answer or move on to the next question. Let's work to help developers, not make them feel stupid. Related Questions. Ftp upload to multiple ftp servers. File Upload to FTP server. Upload files to Linux server without FTP. HOw to Excel File upload in ftp server. Read buffer, 0, buffer. Write buffer, 0, read Console.
Click ' Run Upload on background thread Task. GetRequestStream ProgressBar1. Invoke Sub ProgressBar1. Write buffer, 0, read ProgressBar1. Improve this answer. Martin Prikryl Martin Prikryl k 47 47 gold badges silver badges bronze badges. Dim clsRequest As System. Create ServLabel. Text , System. FtpWebRequest clsRequest. NetworkCredential PassLabel. Text, UserLabel. Text clsRequest. UploadFile rfshTMR. ReadAllBytes txtFile. Text Dim clsStream As System. Write File, 0, File. Maximum Next clsStream.
OkOnly, "Upload Complete". Kraxed Kraxed 2 2 gold badges 11 11 silver badges 26 26 bronze badges. Thanks — Emmanuel Santana. This code works for me, make sure you have no obvious errors.
0コメント