Re: sftp for vfp6?

2021-12-10 Thread Bill Anderson
>>  The free WinSCP application handles FTP, FTPS, SCP, SFTP, WebDAV and
S3. It also has a COM-callable .NET assembly that you could use.  It's
usable from VBScript so I assume you could also use it directly from VFP,
or use VBScript or Powershell from VFP etc.<<

You totally can use WinSCP with VFP. If I get my act together, I'll have a
session on this in a future Virtual Fox Fest. The code is basically
written. At the pace I'm writing the white paper, it'll be ready in 2028!

To the original poster, there are several VFP only solutions out there with
SFTP and VFP. Rick Strahl's tools are one and I think I found one one
GitHub as well.

Bill Anderson

On Thu, Dec 2, 2021 at 2:21 AM Alan Bourke  wrote:

> The free WinSCP application handles FTP, FTPS, SCP, SFTP, WebDAV and S3.
> It also has a COM-callable .NET assembly that you could use.  It's usable
> from VBScript so I assume you could also use it directly from VFP, or use
> VBScript or Powershell from VFP etc.
>
> https://winscp.net/eng/docs/library
>
>
> --
>   Alan Bourke
>   alanpbourke (at) fastmail (dot) fm
>
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/CA+O1enGtqKeDvy+kF=vgkkea0g8fo90rkgsmzn_xnu7xja1...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


RE: sftp for vfp6?

2021-12-07 Thread Dave Crozier
Jeff,
I wrote a full VFP based FTP class and used it until our FTP Provider demanded 
we go SFTP so I tried many solutions and the end result was the purchase of 
Chilkat which is simple, fast and very flexible and includes many other 
features/classes you can use. I am now embarking on using Rest API for use in 
interfacing into our MRP/ERP system.

I certainly recommend the software, but note that some of the VFP examples are 
a mixture of VFP and C# and you may well need to do some code manipulation to 
get them working!

Dave Crozier
Software Development Manager
Flexipol Packaging Ltd.

Mob: 07967 671080

﴾⚆ᨎ⚆﴿



Flexipol® Packaging Ltd
T 01706 222 792
E dcroz...@flexipol.co.uk
W https://www.flexipol.co.uk/
Follow us: 
Unit 14 Bentwood Road, Carrs Industrial Estate, Haslingden, Lancashire, BB4 5HH

​This communication and the information it contains is intended for the person 
or organisation to whom it is addressed. Its contents are confidential and may 
be protected in law. If you have received this e-mail in error you must not 
copy, distribute or take any action in reliance on it. Unauthorised use, 
copying or disclosure of any of it may be unlawful. If you have received this 
message in error, please notify us immediately by telephone or email.
  
Flexipol Packaging Ltd. has taken every reasonable precaution to minimise the 
risk of virus transmission through email and therefore any files sent via 
e-mail will have been checked for known viruses. However, you are advised to 
run your own virus check before opening any attachments received as Flexipol 
Packaging Ltd will not in any event accept any liability whatsoever once an 
e-mail and/or any attachment is received.
  
 It is the responsibility of the recipient to ensure that they have adequate 
virus protection.

-
​​
​Terms & Conditions:
 Notwithstanding delivery and the passing of risk in the goods, the property in 
the goods shall not pass to the buyer until the seller Flexipol Packaging Ltd. 
("The Company") has received in cash or cleared funds payment in full of the 
price of the goods and all other goods agreed to be sold by the seller to the 
buyer for which payment is then due. Until such time as the property in the 
goods passes to the buyer, the buyer shall hold the goods as the seller's 
fiduciary agent and bailee and keep the goods separate from those of the buyer 
and third parties and properly stored protected and insured and identified as 
the seller's property but shall be entitled to resell or use the goods in the 
ordinary course of its business. Until such time as the property in the goods 
passes to the buyer the seller shall be entitled at any time
-Original Message-
From: ProFox  On Behalf Of Jeff Roberts
Sent: 02 December 2021 15:03
To: Vince Teachout 
Cc: ProFox Email List 
Subject: Re: sftp for vfp6?

Thanks guys! I think chillkat is going to be the easiest to implement and if 
that doesn't work out I will definitely look into automation with winscp. I've 
been using West Wind with VFP9. However, this particular app is still compiled 
in VFP6 for now. The version listed on the West Wind site for use with VFP6 
does not appear to support sftp unless I just missed it in the source code. 
Thanks again! -Jeff

On Thu, Dec 2, 2021 at 8:44 AM Vince Teachout  wrote:

> I use the current version of West Wind, and it absolutely has SFTP.  
> We use it in several of our programs.
>
> On 12/01/21 8:48 PM, Jeff Roberts wrote:
> > Could anyone recommend a class or control I can use to add the 
> > ability to send a file using sftp without too much complication to a 
> > VFP6 app? The
> ocx
> > we've using forever only does FTP. I looked at the old version of 
> > West
> Wind
> > Client Tools that works with VFP 6 but it looks like it only does 
> > FTP as well.
> >
>
>
> --
> This email has been checked for viruses by Avast antivirus software.
> https://www.avast.com/antivirus
>
>

--
Jeff Roberts | jefflrobe...@gmail.com


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/lo2p265mb388152a141ddbc75dee5a446fb...@lo2p265mb3881.gbrp265.prod.outlook.com
** All postings, unless explic

Re: sftp for vfp6?

2021-12-02 Thread Jeff Roberts
Thanks guys! I think chillkat is going to be the easiest to implement and
if that doesn't work out I will definitely look into automation with
winscp. I've been using West Wind with VFP9. However, this particular app
is still compiled in VFP6 for now. The version listed on the West Wind site
for use with VFP6 does not appear to support sftp unless I just missed it
in the source code. Thanks again! -Jeff

On Thu, Dec 2, 2021 at 8:44 AM Vince Teachout  wrote:

> I use the current version of West Wind, and it absolutely has SFTP.  We
> use it in several of our programs.
>
> On 12/01/21 8:48 PM, Jeff Roberts wrote:
> > Could anyone recommend a class or control I can use to add the ability to
> > send a file using sftp without too much complication to a VFP6 app? The
> ocx
> > we've using forever only does FTP. I looked at the old version of West
> Wind
> > Client Tools that works with VFP 6 but it looks like it only does FTP as
> > well.
> >
>
>
> --
> This email has been checked for viruses by Avast antivirus software.
> https://www.avast.com/antivirus
>
>

-- 
Jeff Roberts | jefflrobe...@gmail.com


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/camandq9v0k4ntwvptradb2rhm2ophg4+q4cp8owf2nnockw...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: sftp for vfp6?

2021-12-02 Thread Vince Teachout
I use the current version of West Wind, and it absolutely has SFTP.  We 
use it in several of our programs.


On 12/01/21 8:48 PM, Jeff Roberts wrote:

Could anyone recommend a class or control I can use to add the ability to
send a file using sftp without too much complication to a VFP6 app? The ocx
we've using forever only does FTP. I looked at the old version of West Wind
Client Tools that works with VFP 6 but it looks like it only does FTP as
well.




--
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus


___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/257af563-07a3-794c-e3ee-090c58d66...@caracal.net
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

RE: sftp for vfp6?

2021-12-02 Thread Richard Kaye
The current version of Westwind Client Tools supports sftp. I'm not sure which 
version added it.


Richard Kaye (he/him)
Senior Vice President, Auction House Systems

o 617 746 9838
f  617 746 9801
invaluable.com<http://www.invaluable.com/>

Please send your support queries to:

RFC3 Auction Systems Support -
rfc3supp...@invaluable.com<mailto:rfc3supp...@invaluable.com>
RFC Auction System Application Support - 
rfcsupp...@invaluable.com<mailto:rfcsupp...@invaluable.com>
RFC Website Application Support - 
rfcwebsupp...@invaluable.com<mailto:rfcwebsupp...@invaluable.com>
Invaluable PL Website Support - 
wlsupp...@invaluable.com<mailto:wlsupp...@invaluable.com>
Sign on to our Service 
Desk<https://invaluable.atlassian.net/servicedesk/customer/portal/6/user/login?destination=portal%2F6>

[Invaluable]<https://www.invaluable.com/>
[AuctionZip]<https://www.auctionzip.com/>

[cid:image003.png@01D7E759.1CD22A40]<https://www.invaluable.com/inv/enterprise-software/>


The information transmitted is intended only for the person or entity to which 
it is addressed and may contain confidential and/or privileged material. Any 
review, retransmission, dissemination or other use of, or taking of any action 
in reliance upon, this information by persons or entities other than the 
intended recipient is prohibited. If you received this in error, please contact 
the sender and delete the material from any computer.


From: ProfoxTech  On Behalf Of Jeff Roberts
Sent: Wednesday, December 1, 2021 8:48 PM
To: profoxt...@leafe.com
Subject: sftp for vfp6?

Could anyone recommend a class or control I can use to add the ability to
send a file using sftp without too much complication to a VFP6 app? The ocx
we've using forever only does FTP. I looked at the old version of West Wind
Client Tools that works with VFP 6 but it looks like it only does FTP as
well.

--
Jeff Roberts | jefflrobe...@gmail.com<mailto:jefflrobe...@gmail.com>


--- StripMime Report -- processed MIME parts ---
multipart/alternative
text/plain (text body -- kept)
text/html
---

[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/mn2pr10mb3407ca488356899748e60d28d2...@mn2pr10mb3407.namprd10.prod.outlook.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: sftp for vfp6?

2021-12-02 Thread Alan Bourke
The free WinSCP application handles FTP, FTPS, SCP, SFTP, WebDAV and S3. It 
also has a COM-callable .NET assembly that you could use.  It's usable from 
VBScript so I assume you could also use it directly from VFP, or use VBScript 
or Powershell from VFP etc.

https://winscp.net/eng/docs/library


-- 
  Alan Bourke
  alanpbourke (at) fastmail (dot) fm

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/75bfd88e-b68a-4e2b-973f-ee85c0107...@www.fastmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


RE: sftp for vfp6?

2021-12-01 Thread Tracy Pearson
I haven't used it for SFTP, but the Chilkat COM control has it.
https://chilkatsoft.com/

https://www.example-code.com/foxpro/sftp_uploadFile.asp

It looks like SFTP requires a license.

HTH,
Tracy

-Original Message-
From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Jeff
Roberts
Sent: Wednesday, December 01, 2021 8:48 PM
To: profoxt...@leafe.com
Subject: sftp for vfp6?

Could anyone recommend a class or control I can use to add the ability to
send a file using sftp without too much complication to a VFP6 app? The ocx
we've using forever only does FTP. I looked at the old version of West Wind
Client Tools that works with VFP 6 but it looks like it only does FTP as
well.

-- 
Jeff Roberts | jefflrobe...@gmail.com


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/01a301d7e720$c8024280$5806c780$@powerchurch.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


sftp for vfp6?

2021-12-01 Thread Jeff Roberts
Could anyone recommend a class or control I can use to add the ability to
send a file using sftp without too much complication to a VFP6 app? The ocx
we've using forever only does FTP. I looked at the old version of West Wind
Client Tools that works with VFP 6 but it looks like it only does FTP as
well.

-- 
Jeff Roberts | jefflrobe...@gmail.com


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/camandq96+dw40pm4tyuwj3t45rcbg+xedeuamctm7nxkql-...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


RE: Someone was asking about SFTP client libraries recently.

2019-08-23 Thread Chris Davis
Thanks Alan

-Original Message-
From: ProfoxTech  On Behalf Of Alan Bourke
Sent: Friday, 23 August 2019 09:13
To: profoxt...@leafe.com
Subject: Someone was asking about SFTP client libraries recently.

It appears that the very popular free WinSCP client has a .NET Assembly that 
wraps its scripting interface, and that .NET Assembly is also COM visible so 
you could presumably use it from VFP.

https://winscp.net/eng/docs/library_install


-- 
 Alan Bourke
 alanpbourke (at) fastmail (dot) fm



--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/cwlp265mb1668912c190334bc68d7b9e18f...@cwlp265mb1668.gbrp265.prod.outlook.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Someone was asking about SFTP client libraries recently.

2019-08-23 Thread Alan Bourke
It appears that the very popular free WinSCP client has a .NET Assembly that 
wraps its scripting interface, and that .NET Assembly is also COM visible so 
you could presumably use it from VFP.

https://winscp.net/eng/docs/library_install


-- 
 Alan Bourke
 alanpbourke (at) fastmail (dot) fm



--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/3d074918-71c2-4166-b689-2299846b4...@www.fastmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: SFTP

2019-08-06 Thread Ted Roche
On Tue, Aug 6, 2019 at 5:44 AM AndyHC  wrote:

> ... or you can now call a WSL command from Windows
>
>
Hi, Andy:

That's true, but I've learned not to depend on much supplied by MSFT beyond
the OS. Accessories come and go and dependencies on things included with
this week's version of Windows (like the Desktop ODBC drivers, OLE
Controls, etc.)  may have a limited lifetime, whereas software you install
and control are more likely to be there long after MS's attention has gone
elsewhere.

 PuTTY comes with it's own .msi files. If you are using an installer for
your deployment, you can just add the .msi into the mix. Add your
configuration items and public keys into the mix, and you should be good to
go.

-- 
Ted Roche
Ted Roche & Associates, LLC
http://www.tedroche.com


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/cacw6n4sic-_amundrfqzc46xr2p4cgmynv+vmaeazalmljn...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: SFTP

2019-08-06 Thread AndyHC

... or you can now call a WSL command from Windows

On 02-Aug-19 2:03 PM, Ted Roche wrote:

Well if you just want to use raw scp and sftp, you can always use PuTTY and
script it:

https://www.chiark.greenend.org.uk/~sgtatham/putty/

In the past, I have set up a couple of clients with overnight routines that
process data and upload results using PuTTY.



On Fri, Aug 2, 2019 at 8:53 AM Ed Leafe  wrote:


On Aug 2, 2019, at 4:25 AM, Chris Davis  wrote:

Before I make a purchase of either Chilkat or West Wind Internet &

Client Tools which are both around the same price.

At this moment its simply to get a SFTP function but both of these come

with lots of other stuff.

Such a shame. SFTP is built into Linux and MacOS, and you can use the
pysftp (https://pysftp.readthedocs.io/en/release_0.2.9/) module to use
SFTP directly in Python, even in Windows!


-- Ed Leafe







[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/322526eb-8722-06c9-35d6-cded82a3c...@hawthorncottage.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re[2]: SFTP

2019-08-02 Thread Brian
you can use the psftp.exe to transfer items via a command line.  It is a 
free exe

https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html


-- Original Message --
From: "Chris Davis" 
To: profoxt...@leafe.com
Sent: 8/2/2019 8:41:01 AM
Subject: RE: SFTP


Thanks ed I will check it out, but I fear ease of deployment might be the 
compromise ?

-Original Message-
From: ProfoxTech  On Behalf Of Ed Leafe
Sent: Friday, 02 August 2019 13:53
To: profoxt...@leafe.com
Subject: Re: SFTP

On Aug 2, 2019, at 4:25 AM, Chris Davis  wrote:


 Before I make a purchase of either Chilkat or West Wind Internet & Client 
Tools which are both around the same price.

 At this moment its simply to get a SFTP function but both of these come with 
lots of other stuff.


Such a shame. SFTP is built into Linux and MacOS, and you can use the pysftp 
(https://pysftp.readthedocs.io/en/release_0.2.9/) module to use SFTP directly 
in Python, even in Windows!


-- Ed Leafe







[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/em1274a72d-4ba6-4acf-8158-24631583f440@braian-laptop
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


RE: SFTP

2019-08-02 Thread Chris Davis
Thanks Ted, again I am looking for ease of deployment.

-Original Message-
From: ProfoxTech  On Behalf Of Ted Roche
Sent: Friday, 02 August 2019 14:04
To: profoxt...@leafe.com
Subject: Re: SFTP

Well if you just want to use raw scp and sftp, you can always use PuTTY and 
script it:

https://www.chiark.greenend.org.uk/~sgtatham/putty/

In the past, I have set up a couple of clients with overnight routines that 
process data and upload results using PuTTY.



On Fri, Aug 2, 2019 at 8:53 AM Ed Leafe  wrote:

> On Aug 2, 2019, at 4:25 AM, Chris Davis  wrote:
> >
> > Before I make a purchase of either Chilkat or West Wind Internet &
> Client Tools which are both around the same price.
> >
> > At this moment its simply to get a SFTP function but both of these 
> > come
> with lots of other stuff.
>
> Such a shame. SFTP is built into Linux and MacOS, and you can use the 
> pysftp (https://pysftp.readthedocs.io/en/release_0.2.9/) module to use 
> SFTP directly in Python, even in Windows!
>
>
> -- Ed Leafe
>
>
>
>
>
>
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/lnxp265mb1675e448bbd1f77eb9c55a3d8f...@lnxp265mb1675.gbrp265.prod.outlook.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


RE: SFTP

2019-08-02 Thread Chris Davis
Thanks ed I will check it out, but I fear ease of deployment might be the 
compromise ?

-Original Message-
From: ProfoxTech  On Behalf Of Ed Leafe
Sent: Friday, 02 August 2019 13:53
To: profoxt...@leafe.com
Subject: Re: SFTP

On Aug 2, 2019, at 4:25 AM, Chris Davis  wrote:
> 
> Before I make a purchase of either Chilkat or West Wind Internet & Client 
> Tools which are both around the same price.
> 
> At this moment its simply to get a SFTP function but both of these come with 
> lots of other stuff.

Such a shame. SFTP is built into Linux and MacOS, and you can use the pysftp 
(https://pysftp.readthedocs.io/en/release_0.2.9/) module to use SFTP directly 
in Python, even in Windows!


-- Ed Leafe






[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/lnxp265mb167548beac902678452033598f...@lnxp265mb1675.gbrp265.prod.outlook.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: SFTP

2019-08-02 Thread Ted Roche
Well if you just want to use raw scp and sftp, you can always use PuTTY and
script it:

https://www.chiark.greenend.org.uk/~sgtatham/putty/

In the past, I have set up a couple of clients with overnight routines that
process data and upload results using PuTTY.



On Fri, Aug 2, 2019 at 8:53 AM Ed Leafe  wrote:

> On Aug 2, 2019, at 4:25 AM, Chris Davis  wrote:
> >
> > Before I make a purchase of either Chilkat or West Wind Internet &
> Client Tools which are both around the same price.
> >
> > At this moment its simply to get a SFTP function but both of these come
> with lots of other stuff.
>
> Such a shame. SFTP is built into Linux and MacOS, and you can use the
> pysftp (https://pysftp.readthedocs.io/en/release_0.2.9/) module to use
> SFTP directly in Python, even in Windows!
>
>
> -- Ed Leafe
>
>
>
>
>
>
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/cacw6n4vf-zly9hxl1c-qs_ooe_wn+6knf+8-xclgzqg-91s...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: SFTP

2019-08-02 Thread Ed Leafe
On Aug 2, 2019, at 4:25 AM, Chris Davis  wrote:
> 
> Before I make a purchase of either Chilkat or West Wind Internet & Client 
> Tools which are both around the same price.
> 
> At this moment its simply to get a SFTP function but both of these come with 
> lots of other stuff.

Such a shame. SFTP is built into Linux and MacOS, and you can use the pysftp 
(https://pysftp.readthedocs.io/en/release_0.2.9/) module to use SFTP directly 
in Python, even in Windows!


-- Ed Leafe






___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/7494adef-dc7c-430a-8906-37260e57b...@leafe.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: SFTP

2019-08-02 Thread Tracy Pearson
I use Chilkat for many things. The error information you can get from Chilkat 
is really good. Zip, Http, JSON, and XML off the top of my head. It's best to 
create the global object on _screen and unlock it in the app startup. 
There is only one DLL to worry with. It gets registered in the registry, or you 
can setup registry free COM. 
Support has been really good when I've needed it. There are great examples. 
Some parts don't need an unlock code. We purchased the bundle and use it in 
both FoxPro and .NET projects.
IF you register it the COM, you need to keep current. When a client gets an 
updated version of the dll on the machine, your unlock code may not work with 
it. Found this out the hard way. But the error information told me why it 
wasn't working.

Back to vacationing,
Tracy

On August 2, 2019 5:25:30 AM EDT, Chris Davis  wrote:
>Before I make a purchase of either Chilkat or West Wind Internet &
>Client Tools which are both around the same price.
>
>At this moment its simply to get a SFTP function but both of these come
>with lots of other stuff.
>
>Does anyone else pay for either of these and have any recommendations
>of one over the other?
>
>Thanks
>
>Chris.
>
>
>--- StripMime Report -- processed MIME parts ---
>multipart/alternative
>  text/plain (text body -- kept)
>  text/html
>---
>
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/996382a6-60fd-40b5-9fb6-635f70866...@powerchurch.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


SFTP

2019-08-02 Thread Chris Davis
Before I make a purchase of either Chilkat or West Wind Internet & Client Tools 
which are both around the same price.

At this moment its simply to get a SFTP function but both of these come with 
lots of other stuff.

Does anyone else pay for either of these and have any recommendations of one 
over the other?

Thanks

Chris.


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/lnxp265mb167570f35be30435224d6d358f...@lnxp265mb1675.gbrp265.prod.outlook.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: SFTP

2019-02-20 Thread Vince Teachout

On 02/20/19 6:16 AM, Chris Davis wrote:

Thanks Mike & Dave

No worries, I am exploring both Chilkat and West Wind and will no doubt opt for 
one of those solutions.


I'm using West-Wind for sftp and am happy with it.




---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/3f34456a-d9db-024f-c1cf-0671fedea...@caracal.net
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


RE: SFTP

2019-02-20 Thread Chris Davis
Thanks Mike & Dave

No worries, I am exploring both Chilkat and West Wind and will no doubt opt for 
one of those solutions.

The only other thing I have considered is leaving the FTP aspect to an FTP 
Client and creating some kind of script that something like FileZilla could 
execute.

Regards

Chris.

-Original Message-
From: ProfoxTech  On Behalf Of Dave Crozier
Sent: Wednesday, 20 February 2019 08:19
To: profoxt...@leafe.com
Subject: RE: SFTP

I haven't had time to implement SFTP as of yet but it is on my list of projects 
in the not too distant future.

Dave Crozier
Software Development Manager
Flexipol Packaging Ltd.

﴾⚆ᨎ⚆﴿



Flexipol® Packaging Ltd
T 01706 222 792
E dcroz...@flexipol.co.uk
W https://www.flexipol.co.uk/
Follow us: 
Unit 14 Bentwood Road, Carrs Industrial Estate, Haslingden, Lancashire, BB4 5HH

​This communication and the information it contains is intended for the person 
or organisation to whom it is addressed. Its contents are confidential and may 
be protected in law. If you have received this e-mail in error you must not 
copy, distribute or take any action in reliance on it. Unauthorised use, 
copying or disclosure of any of it may be unlawful. If you have received this 
message in error, please notify us immediately by telephone or email.
  
Flexipol Packaging Ltd. has taken every reasonable precaution to minimise the 
risk of virus transmission through email and therefore any files sent via 
e-mail will have been checked for known viruses. However, you are advised to 
run your own virus check before opening any attachments received as Flexipol 
Packaging Ltd will not in any event accept any liability whatsoever once an 
e-mail and/or any attachment is received.
  
 It is the responsibility of the recipient to ensure that they have adequate 
virus protection.

-
​​
​Terms & Conditions:
 Notwithstanding delivery and the passing of risk in the goods, the property in 
the goods shall not pass to the buyer until the seller Flexipol Packaging Ltd. 
("The Company") has received in cash or cleared funds payment in full of the 
price of the goods and all other goods agreed to be sold by the seller to the 
buyer for which payment is then due. Until such time as the property in the 
goods passes to the buyer, the buyer shall hold the goods as the seller's 
fiduciary agent and bailee and keep the goods separate from those of the buyer 
and third parties and properly stored protected and insured and identified as 
the seller's property but shall be entitled to resell or use the goods in the 
ordinary course of its business. Until such time as the property in the goods 
passes to the buyer the seller shall be entitled at any time -Original 
Message-
From: ProFox  On Behalf Of 
mbsoftwaresoluti...@mbsoftwaresolutions.com
Sent: 19 February 2019 18:20
To: ProFox Email List 
Subject: Re: SFTP

On 2019-02-19 13:18, mbsoftwaresoluti...@mbsoftwaresolutions.com wrote:
> On 2019-02-19 08:45, Chris Davis wrote:
>> Yes please!
> 
> 
> https://leafe.com/dls/vfp
> 
> It's the top of the list from ProFox's very own Dave Crozier.  ;-)


Oh Chris...I'm sorryre-reading Dave's comments in that listing says that 
SFTP is not yet supported.  Sorry!

[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/cwlp265mb0852f2836cee723e032e6d2ffb...@cwlp265mb0852.gbrp265.prod.outlook.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.
Report [OT] Abuse: 
http://leafe.com/reportAbuse/cwlp265mb0852f2836cee723e032e6d2ffb...@cwlp265mb0852.gbrp265.prod.outlook.com
___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/cwlp265mb16681e85259883c01a1f6a548f...@cwlp265mb1668.gbrp265.prod.outlook.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the mes

RE: SFTP

2019-02-20 Thread Dave Crozier
I haven't had time to implement SFTP as of yet but it is on my list of projects 
in the not too distant future.

Dave Crozier
Software Development Manager
Flexipol Packaging Ltd.

﴾⚆ᨎ⚆﴿



Flexipol® Packaging Ltd
T 01706 222 792
E dcroz...@flexipol.co.uk
W https://www.flexipol.co.uk/
Follow us: 
Unit 14 Bentwood Road, Carrs Industrial Estate, Haslingden, Lancashire, BB4 5HH

​This communication and the information it contains is intended for the person 
or organisation to whom it is addressed. Its contents are confidential and may 
be protected in law. If you have received this e-mail in error you must not 
copy, distribute or take any action in reliance on it. Unauthorised use, 
copying or disclosure of any of it may be unlawful. If you have received this 
message in error, please notify us immediately by telephone or email.
  
Flexipol Packaging Ltd. has taken every reasonable precaution to minimise the 
risk of virus transmission through email and therefore any files sent via 
e-mail will have been checked for known viruses. However, you are advised to 
run your own virus check before opening any attachments received as Flexipol 
Packaging Ltd will not in any event accept any liability whatsoever once an 
e-mail and/or any attachment is received.
  
 It is the responsibility of the recipient to ensure that they have adequate 
virus protection.

-
​​
​Terms & Conditions:
 Notwithstanding delivery and the passing of risk in the goods, the property in 
the goods shall not pass to the buyer until the seller Flexipol Packaging Ltd. 
("The Company") has received in cash or cleared funds payment in full of the 
price of the goods and all other goods agreed to be sold by the seller to the 
buyer for which payment is then due. Until such time as the property in the 
goods passes to the buyer, the buyer shall hold the goods as the seller's 
fiduciary agent and bailee and keep the goods separate from those of the buyer 
and third parties and properly stored protected and insured and identified as 
the seller's property but shall be entitled to resell or use the goods in the 
ordinary course of its business. Until such time as the property in the goods 
passes to the buyer the seller shall be entitled at any time
-Original Message-
From: ProFox  On Behalf Of 
mbsoftwaresoluti...@mbsoftwaresolutions.com
Sent: 19 February 2019 18:20
To: ProFox Email List 
Subject: Re: SFTP

On 2019-02-19 13:18, mbsoftwaresoluti...@mbsoftwaresolutions.com wrote:
> On 2019-02-19 08:45, Chris Davis wrote:
>> Yes please!
> 
> 
> https://leafe.com/dls/vfp
> 
> It's the top of the list from ProFox's very own Dave Crozier.  ;-)


Oh Chris...I'm sorryre-reading Dave's comments in that listing says that 
SFTP is not yet supported.  Sorry!

[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/cwlp265mb0852f2836cee723e032e6d2ffb...@cwlp265mb0852.gbrp265.prod.outlook.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Re: SFTP

2019-02-19 Thread mbsoftwaresolutions

On 2019-02-19 13:18, mbsoftwaresoluti...@mbsoftwaresolutions.com wrote:

On 2019-02-19 08:45, Chris Davis wrote:

Yes please!



https://leafe.com/dls/vfp

It's the top of the list from ProFox's very own Dave Crozier.  ;-)



Oh Chris...I'm sorryre-reading Dave's comments in that listing says 
that SFTP is not yet supported.  Sorry!


___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/67806e877fdb0bdcaa52ddad45e75...@mbsoftwaresolutions.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: SFTP

2019-02-19 Thread mbsoftwaresolutions

On 2019-02-19 08:45, Chris Davis wrote:

Yes please!



https://leafe.com/dls/vfp

It's the top of the list from ProFox's very own Dave Crozier.  ;-)

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/45d7151514f0061f5e37e5fe9024c...@mbsoftwaresolutions.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


RE: SFTP

2019-02-19 Thread Chris Davis
Yes please!

-Original Message-
From: ProfoxTech  On Behalf Of 
mbsoftwaresoluti...@mbsoftwaresolutions.com
Sent: Monday, 18 February 2019 20:48
To: profoxt...@leafe.com
Subject: Re: SFTP

On 2019-02-08 06:09, Chris Davis wrote:
> Me again, sorry!
> 
> I have been using vfpconnection for sometime now, very useful!
> 
> However I have now got a ftp server that I wont connect to.
> 
> The url I have been given starts SFTP, vfpconnection only seems to 
> support FTPS.
> 
> When I use FTPS I just send up with a SSL error when tracing it 
> through.
> 
> Should I be looking for another solution that maybe supports newer 
> protocols or am I missing something?
> 
> Thanks
> 
> Chris.


Hi Chris,

I used a simple solution from Dave here.  Let me know if you still need 
something.

--Mike

[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/cwlp265mb16688e310f0384df4da949888f...@cwlp265mb1668.gbrp265.prod.outlook.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: SFTP

2019-02-18 Thread mbsoftwaresolutions

On 2019-02-08 06:09, Chris Davis wrote:

Me again, sorry!

I have been using vfpconnection for sometime now, very useful!

However I have now got a ftp server that I wont connect to.

The url I have been given starts SFTP, vfpconnection only seems to 
support FTPS.


When I use FTPS I just send up with a SSL error when tracing it 
through.


Should I be looking for another solution that maybe supports newer
protocols or am I missing something?

Thanks

Chris.



Hi Chris,

I used a simple solution from Dave here.  Let me know if you still need 
something.


--Mike

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/aa0810cf0104098004124dbc06e56...@mbsoftwaresolutions.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


RE: SFTP

2019-02-11 Thread Chris Davis
Thanks both I have given the trial version of west wind a whirl and as expected 
it just works!



-Original Message-
From: ProfoxTech  On Behalf Of Tracy Pearson
Sent: Friday, 08 February 2019 12:24
To: profoxt...@leafe.com
Subject: Re: SFTP

I use Chilkat and can recommend it.

On February 8, 2019 6:43:53 AM EST, Alan Bourke  wrote:
>I think you will need to look at West Wind's tools, or Chilkat.
>
>Or write a COM DLL in C# and leverage that.
>
>-- 
>  Alan Bourke
>  alanpbourke (at) fastmail (dot) fm
>
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/cwlp265mb1668f5eda99bb2b3c7943ee28f...@cwlp265mb1668.gbrp265.prod.outlook.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: SFTP

2019-02-08 Thread Tracy Pearson
I use Chilkat and can recommend it.

On February 8, 2019 6:43:53 AM EST, Alan Bourke  wrote:
>I think you will need to look at West Wind's tools, or Chilkat.
>
>Or write a COM DLL in C# and leverage that.
>
>-- 
>  Alan Bourke
>  alanpbourke (at) fastmail (dot) fm
>
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/28ac6637-fdd3-4f23-a783-45349a16d...@powerchurch.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: SFTP

2019-02-08 Thread Alan Bourke
I think you will need to look at West Wind's tools, or Chilkat.

Or write a COM DLL in C# and leverage that.

-- 
  Alan Bourke
  alanpbourke (at) fastmail (dot) fm

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/1549626233.863245.1653628488.77da5...@webmail.messagingengine.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


SFTP

2019-02-08 Thread Chris Davis
Me again, sorry!

I have been using vfpconnection for sometime now, very useful!

However I have now got a ftp server that I wont connect to.

The url I have been given starts SFTP, vfpconnection only seems to support FTPS.

When I use FTPS I just send up with a SSL error when tracing it through.

Should I be looking for another solution that maybe supports newer protocols or 
am I missing something?

Thanks

Chris.



--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/cwlp265mb1668158a6d213eb4c49cc38d8f...@cwlp265mb1668.gbrp265.prod.outlook.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


RE: Chilkat SFTP component.

2016-10-12 Thread Dave Crozier
+1 for the Chilkat SFTP solution... good and reliable and easy to interface to.

Dave

-Original Message-
From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Alan Bourke
Sent: 11 October 2016 15:42
To: profoxt...@leafe.com
Subject: Chilkat SFTP component.

Anyone used this? Good\bad\indifferent?

Or any other SFTP solution?


--
  Alan Bourke
  alanpbourke (at) fastmail (dot) fm



--- StripMime Report -- processed MIME parts --- multipart/alternative
  text/plain (text body -- kept)
  text/html
---

[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/18725b8cd2d5d247873a2baf401d4ab2a4319...@ex2010-a-fpl.fpl.LOCAL
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Chilkat SFTP component.

2016-10-12 Thread Alan Bourke
Thanks to everyone for their responses.

-- 
  Alan Bourke
  alanpbourke (at) fastmail (dot) fm

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/1476260528.91444.753342097.3f87b...@webmail.messagingengine.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Chilkat SFTP component.

2016-10-11 Thread Mike Copeland

Tracy Pearson wrote:

Mike Copeland wrote on 2016-10-11:

  Tracy Pearson wrote:
  I have not gotten the ASYNC functions to bubble up. However, with the
  object.heartbeatMS and VFPs EventHandler(), I have prevented Windows from
  reporting the program as Not responding.
  Wow, that's huge! Kudos!
  
  Have you noticed that Win10 is a LOT better about this? (not reporting

  unresponsive)
  
  Mike Copeland
  

Mike,

It just takes an additional mouse click in Windows 10 for a program to be
flagged unresponsive.

Tracy Pearson
PowerChurch Software


Ah, so Win10 doesn't flag until the mouse click occurs? Well, that's 
better than Win7.


Mike

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/6255b284-75ef-1fb9-74dc-c8973c18b...@ggisoft.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


RE: Chilkat SFTP component.

2016-10-11 Thread Tracy Pearson
Mike Copeland wrote on 2016-10-11: 
>  Tracy Pearson wrote:
>  I have not gotten the ASYNC functions to bubble up. However, with the
>  object.heartbeatMS and VFPs EventHandler(), I have prevented Windows from
>  reporting the program as Not responding.
>  Wow, that's huge! Kudos!
>  
>  Have you noticed that Win10 is a LOT better about this? (not reporting
>  unresponsive)
>  
>  Mike Copeland
>  

Mike,

It just takes an additional mouse click in Windows 10 for a program to be
flagged unresponsive.

Tracy Pearson
PowerChurch Software


___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/001001d223f0$80199890$804cc9b0$@powerchurch.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Chilkat SFTP component.

2016-10-11 Thread Mike Copeland

Tracy Pearson wrote:

I have not gotten the ASYNC functions to bubble up. However, with the
object.heartbeatMS and VFPs EventHandler(), I have prevented Windows from
reporting the program as Not responding.

Wow, that's huge! Kudos!

Have you noticed that Win10 is a LOT better about this? (not reporting 
unresponsive)


Mike Copeland

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/13607a97-5b73-9ea6-6818-89fa27733...@ggisoft.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Chilkat SFTP component.

2016-10-11 Thread Ted Roche
On Tue, Oct 11, 2016 at 10:41 AM, Alan Bourke <alanpbou...@fastmail.fm> wrote:
> Anyone used this? Good\bad\indifferent?
>
> Or any other SFTP solution?
>

Some enthusiasm from the archives: http://leafe.com/archives/full_thread/486627

Bear in mind the position of the "S" matters:

SFTP is Secure File Transfer that uses the ssh protocol to create an
encrypted tunnel from client to server, while

FTPS is plain old File Transfer Protocol that uses an SSL (usually
really TLS these days) encrypted tunnel to pass files.

Pros and Cons of the two are [NF] and way beyond the topic at hand.
Just bear in mind they are two different things, and are less
interoperable that filling your gas tank with diesel fuel.

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACW6n4sOZBhfFqC_OWBeUx0ctfqJNbJJxoh1DZhsfe=13wr...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


RE: Chilkat SFTP component.

2016-10-11 Thread Tracy Pearson
José Enrique Llopis wrote on 2016-10-11: 
> 
> 
>  I use FTP and sFTP chilkat activex on my apps www.multilinkcrm.com
>  
>  Fantastic product, works very well, worth the Money.
> 
>  Jose Enrique Llopis
> 
> 
> 
>  -Mensaje original-
>  De: ProFox [mailto:profox-boun...@leafe.com] En nombre de Alan Bourke
>  Enviado el: martes, 11 de octubre de 2016 16:42
>  Para: profoxt...@leafe.com
>  Asunto: Chilkat SFTP component.
>  
>  Anyone used this? Good\bad\indifferent?
>  
>  Or any other SFTP solution?
> 
>  --
>Alan Bourke
>    alanpbourke (at) fastmail (dot) fm
> 
> 

Alan,

I haven't used the sFTP function of the Chilkat control yet. 
I can say I have used JSON, Email, and HTTP parts with great success.
The support team is responsive. I have gotten a response within 24 hours.

I have not gotten the ASYNC functions to bubble up. However, with the
object.heartbeatMS and VFPs EventHandler(), I have prevented Windows from
reporting the program as Not responding.


Tracy Pearson
PowerChurch Software


___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/000c01d223e2$1dcc8750$596595f0$@powerchurch.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


RE: Chilkat SFTP component.

2016-10-11 Thread José Enrique Llopis


I use FTP and sFTP chilkat activex on my apps www.multilinkcrm.com 

Fantastic product, works very well, worth the Money.


Jose Enrique Llopis




-Mensaje original-
De: ProFox [mailto:profox-boun...@leafe.com] En nombre de Alan Bourke
Enviado el: martes, 11 de octubre de 2016 16:42
Para: profoxt...@leafe.com
Asunto: Chilkat SFTP component.

Anyone used this? Good\bad\indifferent?

Or any other SFTP solution?


--
  Alan Bourke
  alanpbourke (at) fastmail (dot) fm



--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/BBF033941AD648B7A04041D7E5A66856@LENOVO1
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Chilkat SFTP component.

2016-10-11 Thread Alan Bourke
Anyone used this? Good\bad\indifferent?

Or any other SFTP solution?


--
  Alan Bourke
  alanpbourke (at) fastmail (dot) fm



--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/1476196911.4045475.752468481.220e8...@webmail.messagingengine.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Any Non-ActiveX solutions for SFTP in VFP?

2012-12-01 Thread Christof Wollenhaupt
We use the RUN command, too. In many scenarios this provides sufficient 
control. The SFTP.EXE that we are using used to be freely available, but is not 
anymore.

Is your SFTP the encrypted ftp protocol or SSH?

Christof
___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/07c8c8d5-fc72-4262-bbcb-4ea2b811e...@foxpert.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Any Non-ActiveX solutions for SFTP in VFP?

2012-11-30 Thread Vincent Teachout
Does anyone have any suggestions for implementing SFTP in vfp? 
Cheap/free preferred, but not required.  I'll check again, but I'm 
pretty sure my goto for Internet, West-Wind, doesn't do SFTP.


Not urgent, just would like to avoid active-x and stick to native VFP or 
open source if possible.  Thanks.


___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/50b94f4f.9060...@taconic.net
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Any Non-ActiveX solutions for SFTP in VFP?

2012-11-30 Thread Ted Roche
We use the PuTTY suite for ssh and scp, which is scriptable via a RUN
command.

http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

On Fri, Nov 30, 2012 at 7:29 PM, Vincent Teachout tea...@taconic.netwrote:

 Does anyone have any suggestions for implementing SFTP in vfp? Cheap/free
 preferred, but not required.  I'll check again, but I'm pretty sure my goto
 for Internet, West-Wind, doesn't do SFTP.

 Not urgent, just would like to avoid active-x and stick to native VFP or
 open source if possible.  Thanks.

 --
Ted Roche
Ted Roche  Associates, LLC
http://www.tedroche.com


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACW6n4v7k9kJ-PKQtcXux=5-wznfrzobspbr3fh355roua+...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Any Non-ActiveX solutions for SFTP in VFP?

2012-11-30 Thread Mike Copeland

+1

 Original Message 
Subject: Re: Any Non-ActiveX solutions for SFTP in VFP?
From: Ted Roche tedro...@gmail.com
To: profoxt...@leafe.com
Date: 11/30/2012 6:39 PM

We use the PuTTY suite for ssh and scp, which is scriptable via a RUN
command.

http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

On Fri, Nov 30, 2012 at 7:29 PM, Vincent Teachout tea...@taconic.netwrote:


Does anyone have any suggestions for implementing SFTP in vfp? Cheap/free
preferred, but not required.  I'll check again, but I'm pretty sure my goto
for Internet, West-Wind, doesn't do SFTP.

Not urgent, just would like to avoid active-x and stick to native VFP or
open source if possible.  Thanks.

--

Ted Roche
Ted Roche  Associates, LLC
http://www.tedroche.com


--- StripMime Report -- processed MIME parts ---
multipart/alternative
   text/plain (text body -- kept)
   text/html
---


[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/50b98f25.3090...@ggisoft.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


RE: SFTP

2011-04-15 Thread Peter Hart
Hi friends

I have to alter a project I maintain, as the data Supplier MPS is
altering the way they would like their clients to fetch the up to date
data.
MPS, short for mailing preference service, supply up to date records to
inform my clients of all people in the UK who do not want junk mail.  My
client as part of their subscription offer discounts to members who will
all them to sell their name to certain client approved mail lists and
flag Members who are on these lists as No List Broking.  Members can
notify them if they are happy for an override.

MPS are now offering SFTP as a file transfer service.

Can you offer advice as to the way to go to give my client a VFP form
based way to retrieve the appropriate files?  Paid for or Free.

TIA

Peter
Peter Hart Computers 

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/A57FA4CF19531343A2EE11B57DB8E3AF100D90@server.PeterHartComputers.local
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


RE: SFTP

2011-04-15 Thread Malcolm Greene
Hi Peter,

I'm a big fan of a product called WebDrive (www.webdrive.com). This
product maps FTP and SFTP accounts to virtual drive letters under
Windows. Your programs can read, write, delete, copy, rename, list
directories, etc. using your regular VFP file commands. The fact that
you're hitting a FTP or SFTP site is transparent to you as a developer. 

Note: This approach is not designed for shared file access and for
performance reasons, not recommended for regular file IO.

If all you want to do is look for files, copy them (upload or download),
and delete/rename them, then I would take a serious look at WebDrive.

Last time I looked, there was an evaluation version of WebDrive you
could use to test this product's fitness for your needs.

Good luck!

Malcolm

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/1302866888.4792.1441507...@webmail.messagingengine.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


RE: SFTP

2011-04-15 Thread Dave Crozier
Peter, 
I know that you know about Webdrive but there is an equivalent called NetDrive.

http://www.netdrive.net/download.html

Free for non commercial use.

Dave C


-Original Message-
From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of 
Peter Hart
Sent: 15 April 2011 11:01
To: ProFox Email List
Subject: RE: SFTP

Hi friends

I have to alter a project I maintain, as the data Supplier MPS is
altering the way they would like their clients to fetch the up to date
data.
MPS, short for mailing preference service, supply up to date records to
inform my clients of all people in the UK who do not want junk mail.  My
client as part of their subscription offer discounts to members who will
all them to sell their name to certain client approved mail lists and
flag Members who are on these lists as No List Broking.  Members can
notify them if they are happy for an override.

MPS are now offering SFTP as a file transfer service.

Can you offer advice as to the way to go to give my client a VFP form
based way to retrieve the appropriate files?  Paid for or Free.

TIA

Peter
Peter Hart Computers 

[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/bd031ecabf2b60499200aab3dbb4a999051...@ex-a-fpl.fpl.LOCAL
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


[NF] How do you confiure sFTP on IIS 5.0

2008-01-11 Thread Wolfe, Stephen S Civ 6 MDSS/SGSI
Anyone know off the top of their head?

v/r
 

//SIGNED//

Stephen S. Wolfe, YA2, DAF
6th MDG Data Services Manager
6th MDG Information System Security Officer
Comm (813) 827-9994  DSN 651-9994



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.