Uploading to on-rev

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
tbalazs
Posts: 9
Joined: Tue Sep 22, 2009 10:21 pm

Uploading to on-rev

Post by tbalazs »

Folders are uploaded without their contents. Is this normal?
Thanks,
Tony.
Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Uploading to on-rev

Post by Mark »

Hi Tony,

I don't know whether onRev specifically allows for uploading entire folders, but most FTP applications/servers don't allow uploading folders. So, yes, this might be normal. Yet, there might be an option available in you FTP software that allows for recursively uploading folders, which should work with any server.

Best,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
paul_gr
Posts: 319
Joined: Fri Dec 08, 2006 7:38 pm

Re: Uploading to on-rev

Post by paul_gr »

Filezilla loads folders and their contents to on-rev without problems.

Paul
SparkOut
Posts: 2987
Joined: Sun Sep 23, 2007 4:58 pm

Re: Uploading to on-rev

Post by SparkOut »

Do you mean "normal for onRev" or "normal that recursive uploading is not an option" here? :lol:

The onRev server will accept upload by "normal" FTP client without problem (for ease just make sure to set the default root path). The onRev editor/debugger/client is rather limited in its FTP operation though. To my knowledge, you can't even select multiple files to be uploaded in a batch, let alone a whole folder/recursive folders.

So for "bulk" uploads it's a third-party FTP client to do the job, and for development testing and debugging, it's a case of working on one file, editing, saving and uploading to debug and review, and then moving onto another single file to edit/debug/upload/test.
Post Reply