VW support for SFTP ???

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

VW support for SFTP ???

Dennis smith-4
We use FTPClient for a number of builtin transfers that are part of
our tools and applications.

Is there support for SFTP?  I cannot find anything??

--
Dennis Smith                         +1 416.798.7948
Cherniak Software Development Corporation   Fax: +1 416.798.0948
509-2001 Sheppard Avenue East        [hidden email]
Toronto, ON M2J 4Z8              sip:[hidden email]
Canada         http://www.CherniakSoftware.com
Entrance off Yorkland Blvd south of Sheppard Ave east of the DVP

Reply | Threaded
Open this post in threaded view
|

Re: VW support for SFTP ???

Bruce Boyer
Martin will say for sure, but I don't believe we have implemented it.  There are intentions to do so,
but it is not currently prioritized and scheduled, as far as I know.

For all such things, please contact your friendly product manager (James and Arden) and let them
know of your requirements, so they can properly set priorities.

Bruce

----- Original Message -----
From: "Dennis Smith" <[hidden email]>
To: "VWNC, " <[hidden email]>
Sent: Sunday, September 09, 2007 6:14 AM
Subject: VW support for SFTP ???


| We use FTPClient for a number of builtin transfers that are part of
| our tools and applications.
|
| Is there support for SFTP?  I cannot find anything??
|
| --
| Dennis Smith                          +1 416.798.7948
| Cherniak Software Development Corporation   Fax: +1 416.798.0948
| 509-2001 Sheppard Avenue East        [hidden email]
| Toronto, ON M2J 4Z8              sip:[hidden email]
| Canada          http://www.CherniakSoftware.com
| Entrance off Yorkland Blvd south of Sheppard Ave east of the DVP
|

Reply | Threaded
Open this post in threaded view
|

Re: VW support for SFTP ???

Dennis smith-4
I was afraid that might be the answer -- too bad :(

Bruce Boyer wrote:

> Martin will say for sure, but I don't believe we have implemented it.  There are intentions to do so,
> but it is not currently prioritized and scheduled, as far as I know.
>
> For all such things, please contact your friendly product manager (James and Arden) and let them
> know of your requirements, so they can properly set priorities.
>
> Bruce
>
> ----- Original Message -----
> From: "Dennis Smith" <[hidden email]>
> To: "VWNC, " <[hidden email]>
> Sent: Sunday, September 09, 2007 6:14 AM
> Subject: VW support for SFTP ???
>
>
> | We use FTPClient for a number of builtin transfers that are part of
> | our tools and applications.
> |
> | Is there support for SFTP?  I cannot find anything??
> |
> | --
> | Dennis Smith                          +1 416.798.7948
> | Cherniak Software Development Corporation   Fax: +1 416.798.0948
> | 509-2001 Sheppard Avenue East        [hidden email]
> | Toronto, ON M2J 4Z8              sip:[hidden email]
> | Canada          http://www.CherniakSoftware.com
> | Entrance off Yorkland Blvd south of Sheppard Ave east of the DVP
> |
>  

--
Dennis Smith                         +1 416.798.7948
Cherniak Software Development Corporation   Fax: +1 416.798.0948
509-2001 Sheppard Avenue East        [hidden email]
Toronto, ON M2J 4Z8              sip:[hidden email]
Canada         http://www.CherniakSoftware.com
Entrance off Yorkland Blvd south of Sheppard Ave east of the DVP

Reply | Threaded
Open this post in threaded view
|

[7.4.1]User agent string with HttpClient

Carl Gundel
How can I specify a user agent string when performing a get with an instance
of HttpClient object?  Seems like some site block access to clients that
don't declare anything about themselves.

-Carl Gundel
http://www.runbasic.com 


Reply | Threaded
Open this post in threaded view
|

Re: [7.4.1]User agent string with HttpClient

James Robertson-7
To do anything real with the Http libs, you need to create an Httprequest,
fill its fields, and then execute it.  Here's how you fill that one:

(request getFieldAt: 'User-Agent') value:  'agent string here'




----- Original Message -----
From: "Carl Gundel" <[hidden email]>
To: <[hidden email]>
Sent: Monday, September 10, 2007 11:26 AM
Subject: [7.4.1]User agent string with HttpClient


> How can I specify a user agent string when performing a get with an
> instance of HttpClient object?  Seems like some site block access to
> clients that don't declare anything about themselves.
>
> -Carl Gundel
> http://www.runbasic.com
>
>