472,782 Members | 1,270 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,782 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 15194
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: Rina0 | last post by:
Cybersecurity engineering is a specialized field that focuses on the design, development, and implementation of systems, processes, and technologies that protect against cyber threats and...
3
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth

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.