User Tag List

Page 2 of 2 FirstFirst 1 2
Results 11 to 15 of 15

Thread: Which extensions are available to upload data?

  1. #11
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Which extensions are available to upload data?

    No, you can't. Whatever you do to the FTP password, it still has to be transmitted plaintext to the FTP server.

    Since you have two topics going on here, in response to the other one: an alternative to using PHP would be to run a Lacewing server on the server computer, which uses server messages for saving/listing scores.

  2. #12
    Clicker Fusion 2.5
    Fusion 2.5 (Steam)
    BackStaged's Avatar
    Join Date
    Aug 2010
    Location
    France
    Posts
    693
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Which extensions are available to upload data?

    He can but in this way, and it is only ClientSide:

    1) Encrypt your password without sent it to the FTP server.
    2) When you want use the password, uncrypt it and send it to the FTP server.

    You can use some extensions for crypt/uncrypt strings.

  3. #13
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Which extensions are available to upload data?

    But then the user can just launch wireshark and read the password in plain text when it's sent to the FTP server?

  4. #14
    Clicker Fusion 2.5
    Fusion 2.5 (Steam)
    BackStaged's Avatar
    Join Date
    Aug 2010
    Location
    France
    Posts
    693
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Which extensions are available to upload data?

    Yes, but for some users this kind of software are useless, then not used.

    But, just as it, i said ClientSide only, i must say : StupidClientSide only (lol), or: VisualSide only

  5. #15
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleSWF Export ModuleFirefly 3D ModuleInstall Creator Pro

    Join Date
    Aug 2006
    Posts
    548
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    Re: Which extensions are available to upload data?

    Quote Originally Posted by Jamie
    But then the user can just launch wireshark and read the password in plain text when it's sent to the FTP server?
    Hi Jamie this looks scary !

    I'm relaunching this thread because I need to do the following :

    in my ( ongoing ) educational app , the teacher builds a test , the settings of which are stored in an INI file. The I want to let them deploy this test to their students. so I wanted to :
    upload the ini file to a directory on my server when the teacher is done building it.
    When the student launches the "test taker" app , it retrieves the ini file ( via the download object ? ) and launches the test. So the student can launch the test from virtually anywhere.

    PROBLEM : the uploading part. Can I create a restricted FTP access to a directory ( and its subdirectories ) so the other directories on my server would not be tampered with ?
    I could provide the teachers with a password to access this particular directory.

    I'll check with my web host ( 1and1) though they rarel yanswer any question , I'll have to do some research.

    Thanks for reading ,
    eric

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. Replies: 17
    Last Post: 10th July 2013, 01:46 PM
  2. How do binary data elements work/which extensions
    By Pixelthief in forum Multimedia Fusion 2 - Technical Support
    Replies: 16
    Last Post: 2nd May 2011, 04:21 PM
  3. FTP upload help
    By gamefreak202 in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 28th May 2008, 11:41 PM
  4. ftp upload
    By hampus in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 25th October 2007, 09:57 AM
  5. MMF2 and Data Aware Extensions
    By droberson in forum Extension Development
    Replies: 2
    Last Post: 29th September 2007, 12:35 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •