Re: Error uploading file in Windows: this looks like a bug, please confirm...

2006-07-23 Thread Dan Shafer
No, the problem I had was specifically with a cross-platform file format used by eFax. Those files refuse to upload or download correctly in Windows. That's the only repeatable exception I've found. Dan On 7/23/06, Chipp Walters <[EMAIL PROTECTED]> wrote: Dan, Do you mean it doesn't work wit

Re: Error uploading file in Windows: this looks like a bug, please confirm...

2006-07-23 Thread Chipp Walters
Dan, Do you mean it doesn't work with Mac files on a PC? If so, it could be .bundle filetypes as these are actually folders, not files (go figure). Also, MagicCarpet is a FTP client which to my knowledge has no difficulty uploading any filetypes from Mac or PC-- with the exception of .bundle's a

Re: Error uploading file in Windows: this looks like a bug, please confirm...

2006-07-22 Thread Dan Shafer
I have an FTP file manager app that uploads files via WinXP. The app is written in Rev. It seems to work just fine except with one or two file types. Not sure what's going on with them, but maybe that's the problem? Have you tried multiple files types? On 7/22/06, Mark Wieder <[EMAIL PROTECTED]>

Re: Error uploading file in Windows: this looks like a bug, please confirm...

2006-07-22 Thread Mark Wieder
Ton- Friday, July 21, 2006, 11:45:18 PM, you wrote: > Thanks for the quick response, but to bad... > There are no spaces in the username or password and I have full > access to the server. > Using put ("ftp://";) & "user:[EMAIL PROTECTED]/wwwroot/ > Schedule.html" into url vURL now creates an

Re: Error uploading file in Windows: this looks like a bug, please confirm...

2006-07-21 Thread Ton Kuypers
Thanks for the quick response, but to bad... There are no spaces in the username or password and I have full access to the server. Using put ("ftp://";) & "user:[EMAIL PROTECTED]/wwwroot/ Schedule.html" into url vURL now creates an empty file in the correct location, but no data is in it. A

Re: Error uploading file in Windows

2006-07-21 Thread Dan Shafer
Yeah, my problem was with the file: and binfile: protocols, but merely shifting the approach as Chipp describes it here fixed the problem on OS X. No test yet on WIndows because I still can't get the [EMAIL PROTECTED]@ program to compile. Grrr On 7/21/06, Chipp Walters <[EMAIL PROTECT

Re: Error uploading file in Windows

2006-07-21 Thread Chipp Walters
Ton, FWIW, I always do it this way: put "user:[EMAIL PROTECTED]/wwwroot/Schedule.html" into vURL put vHTML into url ("ftp://"; & vURL) I think Dan Shafer was having a similar problem and this helped. best, Chipp ___ use-revolution mailing list use

Re: Error uploading file in Windows

2006-07-21 Thread Mark Wieder
Ton- Friday, July 21, 2006, 8:37:08 AM, you wrote: > I have a problem when uploading a file to an FTP server... > I developed on OS-X, in the IDE on the Mac this works fine: > put "ftp://user:[EMAIL PROTECTED]/wwwroot/Schedule.html" into > vURL > put vHTML into url vURL > But when I d

Error uploading file in Windows

2006-07-21 Thread Ton Kuypers
Hi, I have a problem when uploading a file to an FTP server... I developed on OS-X, in the IDE on the Mac this works fine: put "ftp://user:[EMAIL PROTECTED]/wwwroot/Schedule.html" into vURL put vHTML into url vURL But when I do this in the Windows IDE I get the error "501 missing p