473,320 Members | 1,979 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

How to use SFTP for SFTP server using VB6.0

How i can implement SFTP in VB.

Scenario is I want to take file from SFTP server, then after some process with the file , file will be moved to database..

Our requirement is very clear that how to use SFTP in VB, currently we are using the OS-native FTP functionality, for SFTP there is no OS-native functionality. And we are not using any third party tool.

In VB is it possible to accomplish this job.? If not could u give the reason.

Thanks in Advance.....
Radhakrishnan.
vrradhakrishnan@gmail.com
Aug 27 '06 #1
7 15318
sashi
1,754 Expert 1GB
Hi there,

what is the current platform of the SFTP server?
Aug 27 '06 #2
Hi ,

What is the current platform of the SFTP server?

Anser to your question:

SFTP server will be installed in windows platform....
Can you reply me as early as possible.....

Thanks
Radhakrishnan
Aug 28 '06 #3
Hi,

Sorry, At present my client application is using FTP server on windows (os).
Our client may install SFTP server either Windows or other plattform. So Plattform is not sure at the moment. could you reply on my initial post.

I do not have any idea on this. please reply me ASAP.

Thanks a lot
Radhakrishnan
Aug 28 '06 #4
debesh
4
Hi,

I am trying to connect to sftp server using vb6. But I think sftp is not supported.All I need to do is connect to the sftp server and download some files.

I know how to connect via ftp but the same process apparently is not working here.Would appreciate if anyone can help me in this regard.

Thanks
Debesh
Oct 12 '07 #5
debesh
4
Hi,

Sorry, At present my client application is using FTP server on windows (os).
Our client may install SFTP server either Windows or other plattform. So Plattform is not sure at the moment. could you reply on my initial post.

I do not have any idea on this. please reply me ASAP.

Thanks a lot
Radhakrishnan
Hi,

I have been trying to create an appication that would connect sftp server and download some files for me.Can you help me on this?

Thanks In Advance
Debesh
Oct 30 '07 #6
debesh
4
Hi there,

what is the current platform of the SFTP server?
Hi Sashi,

I am trying to create a vb6 application that would connect to sftp server and download some files for me. I know how to do it by ftp but that would not work here. Would appreciate if you can help me out on this.

Thanks In Advance,
Debesh
Oct 30 '07 #7
debesh
4
Hi,


I was grappling with this problem of connecting to the sftp server and then downloading some files from it. I had posted some time back asking for help, but i guess none had a good answer.So I thought might as well post the solution that I have found for this.

I recommend downloading winscp.exe.Then from the command prompt you can call a file where in you can write the script.The example script is as follows:

I had installed wnscp in program files. So I went to the installation folder from command prompt and typed the following:
winscp.com /console /script=example.txt

The following is how example.txt is like:
---------------------------------------------------------
open sftp://user:password@ip address:port
cd /<remote directory path>
get filename <localpath>
exit



Thanks,
Debesh
Nov 19 '07 #8

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Bernhard Günther | last post by:
Hello friends of php, PhP-Version is 4 on a FreeBSD-System using apache. Got a problem using ssh2.sftp. Installed correctly (libssh2, ssh2.so-module). Connecting with publickey works,...
1
by: RadhakrishnanR | last post by:
Hi, How to copy a file from SFTP server to local PC using Batch file. Please consider that SFTP server is installed in Linux OS NOT in Windows OS. i.e. I need Batch file script to do the above...
1
by: bir | last post by:
I need to SFTP the files from one Windows 2003 Server (primary) to another Windows 2003 server(secondary) using the perl scripts. Can anyone guide me on this please. I downloaded the SFTP...
6
by: =?Utf-8?B?UHVjY2E=?= | last post by:
Hi, I'm using VS2005, .net 2.0 and created a stand-alone windows application. I need to connect to Unix server on the network to read in a couple of files from it. I also am required to provide...
12
by: jcor | last post by:
Hi, I'm using Ubuntu 7.04. I'm writing a sript that sends files via ftp for several destinations. So far I used Net::FTP and it worked fine. My problem is that I need to send files via SFTP...
0
by: arkascha | last post by:
Helloooo everyone, I have a problem with a small solution I made some three or four years ago. Worked flawless until deployed onto newer machines now and guess what, I cannot fix it. Maybe some...
4
by: sa6113 | last post by:
I want to use sftp from paramiko to copy a file from a windows machine to a Linux in the network, I use this code : host = "LinuxComputerName" (or its Ip) port = 22 transport =...
1
by: sa6113 | last post by:
which program I have to install for using paramiko for sftp between a two windows machine in local network?? I have installed freeSSHd for server machine but I got an Authentication failed erro...
0
by: sa6113 | last post by:
which program I have to install for using paramiko for sftp between a two windows machine in local network?? I have installed freeSSHd for server machine but I got an Authentication failed erro...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.