FoxRockX

2022-05-12 Thread Paul Newton
Hi Can anybody confirm that subscriptions are still open/available and that taking out a subscription still gives full access to the FoxRockX and Foxtalk archives (including source code downloads)?  At $99 it would seem worthwhile subscribing for the archives alone. Many thanks. Paul Newton

[NF] Understanding Rackspace documentation

2022-05-12 Thread Frank Cazabon
Hi, anybody here ever had to do anything with Rackspace's  Storage API to move objects around? I think I've seen Rackspace mentioned here before so I'm hoping. I've got to copy a file from one container to another (actually it's a lot of files but I'm just trying to prove the concept). I'v

Re: [NF] Understanding Rackspace documentation

2022-05-12 Thread Ed Leafe
On May 12, 2022, at 13:10, Frank Cazabon wrote: > > anybody here ever had to do anything with Rackspace's Storage API to move > objects around? > > I think I've seen Rackspace mentioned here before so I'm hoping. > > I've got to copy a file from one container to another (actually it's a lot o

Re: [NF] Understanding Rackspace documentation

2022-05-12 Thread Ed Leafe
On May 12, 2022, at 14:06, Ed Leafe wrote: > > nm = new_obj_name or utils.get_name(obj) > uri = "/%s/%s" % (utils.get_name(new_container), nm) > copy_from = "/%s/%s" % (utils.get_name(container), utils.get_name(obj)) > headers = {"X-Copy-From": copy_from, > "Content-Length": "0"} > if content_typ

Re: [NF] Understanding Rackspace documentation

2022-05-12 Thread Ed Leafe
On May 12, 2022, at 14:31, Ed Leafe wrote: > > Here's the code as it should be: > https://github.com/pycontribs/pyrax/blob/master/pyrax/object_storage.py#L599-L606 Geez, that's just the handler code. Here's the actual call I copied in the first message: https://github.com/pycontribs/pyrax/blo

Re: [NF] Understanding Rackspace documentation

2022-05-12 Thread Kurt @ Gmail
Actually - I believe the Big Kahuna here - Ed Leafe - he worked for RackSpace if I am not Mistaken!!! On 5/12/2022 11:10 AM, Frank Cazabon wrote: Hi, anybody here ever had to do anything with Rackspace's  Storage API to move objects around? I think I've seen Rackspace mentioned here before

VFP 9: Invalid Path or File Name

2022-05-12 Thread Desmond Lloyd
Have some code that does this: select arinvt01 copy to arinvt01.txt type delimited with * with character | If I try to execute I get the nasty Invalid Path or File Name! message If i take out the "01" from the copy to, it works Windows 10, Network Drive' Possible pathing issue? TIA Ever