LibURLftpUploadFile doesn't work with Windows Firewall On

2016-05-18 Thread Ray
I'm issuing the following Lib URL commands libURLSetFTPMode "active" -- our FTP server doesn't work otherwise for some reason libURLSetStatusCallback "uploadProgress", the long ID of me libURLftpUploadFile tFileForUpload, tDestination, "upl

libURLftpUploadFile

2015-01-20 Thread Mats Åström
Sorry to have bothered you at all… Having spent 6 hours on this I was "certain" that the fault was not mine. I could not have been more wrong - a misspelled password... Please disregard my post. /Mats Vidarebefordrat brev: > Från: Mats Åström > Ämne: libURLftpUploadFile > Dat

libURLftpUploadFile

2015-01-20 Thread Mats Åström
libURLftpUploadFile to my ON-REV server has stopped working on Windows. I use the same code that works on OSX except, of course, for the local file URL. USER is urlEncoded, PASSWORD does not need to be urlEncoded: put "/Users/matsastrom/Desktop/ISO3166alpha2.tiff" into aLocalFileU

Re: Can't Get libURLftpUploadFile to Work

2011-09-27 Thread Gregory Lypny
Excellent, Roger! I missed that bit. This fits the bill perfectly. Thank you, Gregory On Tue, Sep 27, 2011, at 7:18 AM, Roger Eller wrote: > Whatever you put into tFileName will be the name on the server. It does not > have to be the same as the source name. ___

Re: Can't Get libURLftpUploadFile to Work

2011-09-26 Thread Roger Eller
On Mon, Sep 26, 2011 at 1:39 PM, Gregory Lypny wrote: > Hello Roger, > > Thanks for the heads up. You’re suggesting that I do not use > libURLftpUploadFile. Fair enough. I’m used to uploading data using the PUT > URL form. Any suggestion as to how I might change the name of the

Re: Can't Get libURLftpUploadFile to Work

2011-09-26 Thread Gregory Lypny
Hello Roger, Thanks for the heads up. You’re suggesting that I do not use libURLftpUploadFile. Fair enough. I’m used to uploading data using the PUT URL form. Any suggestion as to how I might change the name of the file, on its way, or once it reaches the server? These files will be

Re: Can't Get libURLftpUploadFile to Work

2011-09-25 Thread Roger Eller
On Sun, Sep 25, 2011 at 4:09 PM, Gregory Lypny wrote: > Hello everyone, > > Took my first stab at using libURLftpUploadFile > > My URL is of the form > >theURL = ftp://server Path//Documents/This Folder/That Folder/And > Now Here > > and the file > >

Can't Get libURLftpUploadFile to Work

2011-09-25 Thread Gregory Lypny
Hello everyone, Took my first stab at using libURLftpUploadFile My URL is of the form theURL = ftp://server Path//Documents/This Folder/That Folder/And Now Here and the file myFile = /Users/gregory/Desktop/My Assignment.csv I use the standard answer dialog to prompt for file