[Pharo-project] File sharing on the network
Hello Is there anyway to implement fileshareing with Dropbox or GoogleDrive on a Pharo client application? Thanks Hilaire
why not? https://www.dropbox.com/developers/start https://developers.google.com/drive/ sebastian o/ On Oct 28, 2012, at 1:56 PM, Hilaire Fernandes wrote:
Hello
Is there anyway to implement fileshareing with Dropbox or GoogleDrive on a Pharo client application?
Thanks
Hilaire
So it does not need any Smalltalk code ? Does it work with http messages or something like that? I am total newby on that. I wrote an interface for file shareing through FTP with DrGeo (on its repo) but it is too cryptic for users. Hilaire Le 28/10/2012 17:11, Sebastian Sastre a écrit :
why not? https://www.dropbox.com/developers/start
https://developers.google.com/drive/
sebastian <https://about.me/sebastianconcept>
o/
On Oct 28, 2012, at 1:56 PM, Hilaire Fernandes wrote:
Hello
Is there anyway to implement fileshareing with Dropbox or GoogleDrive on a Pharo client application?
Thanks
Hilaire
So it does not need any Smalltalk code ? Does it work with http messages or something like that?
I think so since you get files from a webbrowser Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Le 28/10/2012 20:30, Alexandre Bergel a écrit :
So it does not need any Smalltalk code ? Does it work with http messages or something like that?
I think so since you get files from a webbrowser
Alexandre
Do you know Smalltalk code example I can get inspiration from ? Thanks Hilaire
On 2012-10-28, at 20:38, Hilaire Fernandes <hilaire.fernandes@edu.ge.ch> wrote:
Le 28/10/2012 20:30, Alexandre Bergel a écrit :
So it does not need any Smalltalk code ? Does it work with http messages or something like that?
I think so since you get files from a webbrowser
Alexandre
Do you know Smalltalk code example I can get inspiration from ?
If you plan to go big, why not an Amazon S3 backend for FileSystem? I checked once, shouldn't be that much of work. Once you got that, sharing files is as easy as accessing local ones... best cami
Le 28/10/2012 20:48, Camillo Bruni a écrit :
Do you know Smalltalk code example I can get inspiration from ?
If you plan to go big, why not an Amazon S3 backend for FileSystem? I checked once, shouldn't be that much of work.
Once you got that, sharing files is as easy as accessing local ones...
Nothing big needed. I want to let drgeo users share file on the network. I have now ftp but it is a bit outdate for this kind of use. Hilaire
both have fantastic usability and sounds like they will add great (and familiar) value to your product what I would do is to start using the Zinc http client from a client object (say DropboxAPI and GoogleDriveAPI) and move forward one command and reaction to its response at the time add complexity on demand, refactor later best luck sebastian o/ On Oct 28, 2012, at 5:51 PM, Hilaire Fernandes wrote:
Le 28/10/2012 20:48, Camillo Bruni a écrit :
Do you know Smalltalk code example I can get inspiration from ?
If you plan to go big, why not an Amazon S3 backend for FileSystem? I checked once, shouldn't be that much of work.
Once you got that, sharing files is as easy as accessing local ones...
Nothing big needed. I want to let drgeo users share file on the network. I have now ftp but it is a bit outdate for this kind of use.
Hilaire
On 28 Oct 2012, at 20:48, Camillo Bruni <camillobruni@gmail.com> wrote:
If you plan to go big, why not an Amazon S3 backend for FileSystem? I checked once, shouldn't be that much of work.
There is Zinc-AWS, that can read/write to/from Amazon S3. The basic stuff works just fine, not all of the newer options are suported yet. -- Sven Van Caekenberghe http://stfx.eu Smalltalk is the Red Pill
Zinc should do the thing I guess. I have no experience in that as well Alexandre On Oct 28, 2012, at 4:38 PM, Hilaire Fernandes <hilaire.fernandes@edu.ge.ch> wrote:
Le 28/10/2012 20:30, Alexandre Bergel a écrit :
So it does not need any Smalltalk code ? Does it work with http messages or something like that?
I think so since you get files from a webbrowser
Alexandre
Do you know Smalltalk code example I can get inspiration from ?
Thanks
Hilaire
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
participants (5)
-
Alexandre Bergel -
Camillo Bruni -
Hilaire Fernandes -
Sebastian Sastre -
Sven Van Caekenberghe