FTP Files To Server

Warren Kuhl warrenkuhl at gmail.com
Fri Oct 23 14:38:58 EDT 2009


Jim,

Thanks...this worked!  Appreciate your help!

Warren


On 10/23/09, Jim Ault <jimaultwins at yahoo.com> wrote:
>
> try
>
> put url ("binfile:" & gInitialFolder & "/" & "az.bk") into url turl
>
>
> On Oct 23, 2009, at 11:20 AM, Warren Kuhl wrote:
>
> I am running into a weird situation.  I have been uploading a backup of a
>> database to a server and everything was working file.  I decided to change
>> my host to hostgator.com and updated my program to reflect the changes.
>> Now, instead of my database backup, I am getting the path of the datafile
>> being uploaded.
>>
>> The command I am using is...
>>
>> put "ftp://tUserID:tpassword@ftp.mywebsite.com/www/az/" & tFile into turl
>> put url "binfile:" & (gInitialFolder & "/" & "az.bk") into url turl
>>
>> ....when I check az.bk on my server, it contains...
>> E:/Program Files/az/az.bk
>>
>> ...instead of the database.  Any suggestions?
>>
>> Thanks for any help!
>> Warren
>>
>
> Jim Ault
> jimaultwins at yahoo.com
>
>
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>



More information about the use-livecode mailing list