Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Class sFTP for VFP

Status
Not open for further replies.

serpico84

Programmer
May 18, 2011
13
IT
hello everyone, I was looking for a class (possibly free) for VFP to manage views, uploading, downloading files for sFTP server.

Tips?

Thank you
 
I don't know of any free ones, but this is very popular


Regards

Griff
Keep [Smile]ing

There are 10 kinds of people in the world, those who understand binary and those who don't.

I'm trying to cut down on the use of shrieks (exclamation marks), I'm told they are !good for you.
 
You can do it with the Microsoft Internet Transfer Control. This is one of the free ActiveX controls that come with VFP. But I've found it quite clunky. Give it a try, but you might well find something better.

Mike


__________________________________
Mike Lewis (Edinburgh, Scotland)

Visual FoxPro articles, tips and downloads
 
Olaf, in your link speak of FTPS command not SFTP

am I wrong?

 
Hi Mike,

I am using the Microsoft Internet Transfer Control (Msinet.ocx), but I think it supports only FTP, no SFTP, no FTPS ...

Or am I wrong ???

Regards, Stefan
 
At least that's what you get for free, and if your sFTP server only is capable to support sFTP (perhaps even SSH over FTP?), then that's that. For Website management, you typically have several choices. The topic is secure file transfer, isn't it?

If you want something free acting via SSH File Transfer Protocol PuTTY or OpenSSH would be clients to use via command line switches, perhaps. I only used PuTTY manually and locally when the company I worked for then had some Linux Servers, not from VFP, but I know it has command line switches and would offer this more legacy way of automation. Create Batch Files and run them, pipe output into files (eg directory listing) and read them with VFP.

Or go with the Chilkat Activex components.

Bye, Olaf.



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top