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
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 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
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.
___
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
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
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
>
>
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