images - Client File Transfer Service

07
2013-09
  • kwoodfriend

    Background:

    The company I work for produces magazines and brochures. In this processes, we receive images from photographers and advertisers, usually through one of our FTP servers. The numbers of images transfered can range from a just few, to 300+.

    For a small percentage of clients, FTP works just fine. It also works well for our designers who can access the uploaded files through our network, instead of having to connect to the FTP server to download the images.

    The remaining clients struggle with setting up and using FTP. This brings me to my question.

    Question:

    Does anyone know of a file transferring service that will provide the following:

    • An easy web based interface that support uploading a large amount of files. I'm not looking for clients to have to zip up a group a files, even though it isn't that difficult, and saves transfer time.
    • An easy way for our designers to grab the files from the transfer service, i.e. not a bunch of download links in an email, which can be very cumbersome depending on the number of files; imagine doing this with 100 or more files.
    • Does not depends on a roundabout method that increases overhead, such as a php script on a webserver that uploads files to a dropbox account, e.g. PHPDropBoxUploader http://wiki.dropbox.com/DropboxAddons/PHPDropboxUploader

    I've looked at a few services, such as YouSendIt, but they do not provide what I am looking for, and don't seem to support a large number of files. The closest that I've come across is http://streamfile.com/, which provides FTP access to uploaded files, but lacks the upload interface I am looking for.

    Although I could program something myself, I would rather save some time and use a service.

  • Answers
  • RedGrittyBrick

    Since I don't know of a file upload service with the characteristics you require, I'd do one of:

    1) Teach your clients how to use Windows explorer to drag & drop files onto your FTP server.

    2) Run Apache with a file upload script that drops files into the same place as your FTP service (thus making no change for your designers).

    3) Pay someone to do 2.

  • Dave M

    If you can run another FTP server, have a look at CrushFTP. It uses a number of methods but the big advantage for us was the clients could use a browser and HTTPS and it has an uploader that zips the files for the client. It has many more handy features, uses little overhads, runs on several platforms and is inexpensive. Support, when needed, has been great. Ther eis a free trial. CrushFTP


  • Related Question

    ftp - Is there any "command line gui" for file transfer?
  • meder

    I love aptitude's gui on Debian. I like how you can select with + and de-select with -, hit 'g' and download, move up and down with j and k ( vim style ).

    I'm wondering if there are any command line guis similar to Aptitude for transferring files, currently I use FileZilla but I'd like something more efficient.

    Of course I'm aware that there are real command line file transfer programs but I'd like a higher level interface that's not limited by the clicking, I usually have to select dozens of files and filter through so typing the filenames of each of those, even if there's tab completion is a hassle.

    And my preferred protocol is SFTP, but I occasionally do FTP if the server is setup as such.


  • Related Answers
  • innaM

    The first one that comes to mind is midnight commander (the mc package in the Debian and Ubuntu world).