+ Reply to Thread
Results 1 to 11 of 11

Thread: FreeFTP.mobi - Free Wap FTP editor

  1. #1
    Mobility Regular morency knows how to spell .mobi morency's Avatar
    Join Date
    Nov 2008
    Location
    23.8134710 , 44.3247600
    Posts
    169

    Cool FreeFTP.mobi - Free Wap FTP editor

    I just opened http://freeftp.mobi !
    Is a free ftp service , accesible very easy from your mobile ...
    Is most advanced wap ftp editor !
    You can :
    Upload (normal + opera mini /or via url)
    -Move
    -Edit
    -Rename
    -Chmod
    -Backup
    -Search
    -Create
    -Edit files very very easy
    -And other usefull option for a mobile user ...
    http://FreeFtp.mobi
    Last edited by morency; 09-09-2009 at 04:45 PM.

  2. #2
    Senior Member developmy.mobi is very knowledgeable in all things .mobi developmy.mobi is very knowledgeable in all things .mobi developmy.mobi is very knowledgeable in all things .mobi developmy.mobi is very knowledgeable in all things .mobi developmy.mobi's Avatar
    Join Date
    Aug 2007
    Location
    Western Mass
    Posts
    1,070

    Default

    I would be hesitant to use this service. Do you store FTP information? I don't think I'd ever pass my information through a service.

  3. #3
    Mobility Regular morency knows how to spell .mobi morency's Avatar
    Join Date
    Nov 2008
    Location
    23.8134710 , 44.3247600
    Posts
    169

    Default

    No , the ftp info are not stored !!
    You can make a ftp user and test the site and see the features ..

  4. #4
    Senior Member seanboy is quite knowledgeable about .mobi seanboy is quite knowledgeable about .mobi seanboy is quite knowledgeable about .mobi
    Join Date
    Jun 2007
    Location
    Ohio
    Posts
    1,135

    Default

    http://www.bitvise.com/tunnelier

    The best FTP client I've ever used...it supports SFTP and SSH (if your server has it). Filezilla is decent too.

  5. #5
    Mobility Regular morency knows how to spell .mobi morency's Avatar
    Join Date
    Nov 2008
    Location
    23.8134710 , 44.3247600
    Posts
    169

    Default

    you talking about PC software . . . My site is just for mobile users . Thanks

  6. #6
    Mobility Regular morency knows how to spell .mobi morency's Avatar
    Join Date
    Nov 2008
    Location
    23.8134710 , 44.3247600
    Posts
    169

    Default

    http://freeftp.mobi , 1000 hits from his born ..
    I am glad that I could help users who dont have a PC to modify their sites ..

  7. #7
    First time poster! eakinasila knows how to spell .mobi
    Join Date
    Nov 2009
    Posts
    1

    Default

    How can I make an HTML or Javascript dropbox that allows users to submit data via ftp? I'm trying to make a page for my site that allows users to fill out a form and submit the information so that whatever they submit goes to a folder on my desktop. I was thinking that however I did this it would probably involve ftp but I was hoping that there was a way to do this without going into PHP or making users get an ftp client . Does anyone know how I can do this?
    ____________________
    market samurai ~ marketsamurai .
    Last edited by eakinasila; 12-01-2009 at 05:24 AM.

  8. #8
    Mobility Regular andymoore definitely knows something about .mobi andymoore definitely knows something about .mobi andymoore's Avatar
    Join Date
    Aug 2008
    Location
    Loughborough, Leicestershire
    Posts
    987

    Default

    Personally I'd never use any service like that, it's too much of a risk to give anyone your ftp details, in a nearer to ideal world you'd have a static ip and only allow ftp access from that address alone. It adds an extra layer of security but that's the job of a good firewall....

    @eakinasila - doing this without php or some coding would be like flying without wings, you're gonna need to code to get it working, a mix of php and raw ftp commands should suffice.

    You'd need a form with server side code that validates the upload and uploads to a directory on your website, then have a scheduled task running on your local machine that ftp's to your site, picks up the files and downloads them to your desktop.

    The ftp'ing of the files is easy enough, the protocol is straightforward when working with it through the command line, it's the file uploads bit you need to take the most care over, security on uploads forms is critical.

    Psuedo:

    remote: form -> validation -> file storage
    local: scheduled .bat file to run the ftp commands

    i'd get the upload form to write files to a directory for that day and hour.

    example: /2009-11-25/1200

    Then schedule an hourly .bat file with the ftp commands to log in, get the files and dump them in a corresponding folder on your desktop.

    contents of .bat file:

    @ftp -s:ftp.txt >> import_log.txt

    contents of ftp.txt

    open ftp_server
    username
    password
    cd directory_you_need_to_be_in
    get *.txt
    quit

    this way nobody needs an ftp client as the .bat file uses window's built in ftp executable.

    there are some really cool tutorials on ftp commands, bat (batch) files and automating them as scheduled tasks, i went through a load of them a few months back to automate a few huge tasks that involved ftp.

    hth
    Andy Moore

    Detect Mobile Devices << Mobile Device Detection - detect iPhones, iPads, Androids, Opera Mini, BlackBerry.......
    Location Detection << New! Detect the location of visitors to your mobile site
    Mp3 Downloads, Ringtones & Lyrics <<< Over 3.7 million Mp3 Downloads, 1.3 million Lyrics + 50,000 ringtones

    More Hyde than Jeckyl.

  9. #9
    New Member mobiwebs knows how to spell .mobi mobiwebs's Avatar
    Join Date
    May 2009
    Location
    Cape Town
    Posts
    14

    Default

    Well I trust morency as I know him from sites as codingtalk, wapforum.in he has always created and shared good and trustworthy scripts and services.
    Most people here hasn't got a clue what real mobile web coding is even most of the bigshot coders using mobile plugins(its not wap) guys like morency have been coding using phones from wml language and up so I think they deserve more respect they are true mobile coders.

  10. #10
    Mobility Regular morency knows how to spell .mobi morency's Avatar
    Join Date
    Nov 2008
    Location
    23.8134710 , 44.3247600
    Posts
    169

    Default

    thanks for your good words.... For the moment the site is off because is moved on a VPS and need to compile ftp extensions ...or something like this ) ... And me and Linux , not good friends :P

  11. #11
    Mobility Regular morency knows how to spell .mobi morency's Avatar
    Join Date
    Nov 2008
    Location
    23.8134710 , 44.3247600
    Posts
    169

    Default

    New site URL
    http://WapFtp.mobi .

+ Reply to Thread

Similar Threads

  1. Google dubbed internet parasite by WSJ editor
    By Binaryman in forum News & Discussion
    Replies: 1
    Last Post: 04-10-2009, 10:18 AM
  2. FREE .MOBI LANDRUSH NAMES....YES FREE
    By DomainsFrom1994 in forum .mobi's For Sale - Fixed Prices
    Replies: 50
    Last Post: 09-30-2008, 08:41 PM
  3. Mobile: The Future for Newspapers? - Editor & Publisher
    By Scavenger in forum Mobile Industry News
    Replies: 0
    Last Post: 06-11-2008, 07:40 PM
  4. Replies: 0
    Last Post: 05-20-2008, 06:30 PM
  5. ez online photo editor - FREE
    By gogo in forum Mobile Web Design
    Replies: 3
    Last Post: 01-29-2008, 02:19 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
A Yup.mobi Mobile Site
Mobile Dating