How to transfer more than one files over internet at once?

hi, friends,
I just wonder how to transfer more than one files from one computer to another over internet at once. Not using ftp. pls any one give me the solution.

This isn't hard to do, but it depends on your exact need. I did something very similar to let me upload all my mp3 file from home to work using sockets (don't have the code anymore..).
What I did was implement a "pull" approach rather than a "push" approach. In other words, everytime my server got a request from a client, it served up the next file. It didn't know or care that the client was always the same.
If you can set up a server to serve one file when a client attaches, then basically just put that code in a loop.
If this doesn't meet you need, it might still be helpful as a starting point...

Similar Messages

  • How to transfer more than 1 file usong bluetooth t...

    Can anyone tell me how to transfer more than one file via Bluetooth. I am using Lumia 720.

    Hi,
    My theory is that Windows get confused when it is opening the program file and the following intsructions should create a unique copy. I have produced the instructions in detail because I am never sure how much people are use to - forgive me you know much of it.
    Open Windows or Folder Explorer
    Navigate to C:\Program Files (x86)\Adobe\Photoshop Elements 12
    Look for PhotoshopElementsEditor.exe
    Right click on the file and select Copy
    Right click on a blank space and select Paste - you should get a prompt asking if you want to continue - you do - this should produce a copy of the file
    Rename PhotoshopElementsEditor - Copy.exe to PSE 12 ED  - you should get a prompt asking if you want to continue - you do
    Close the Explorer
    In the Windows Control Panel, select Default Programs
    In Default Programs, Select Associate a file type … - it will take a while to display the list
    Scroll down to the type you want to select - say .jpg and select it
    Click on the Change program button
    Click on the Browse button
    Search for the PSE 12 ED file renamed in 6 above, select it and then click on the Open button
    Click on OK and close the Default Programs
    Now try your tests. I can get multiple files to open as well as retain Expert mode.
    Good luck
    Brian

  • How can i transfer more than one file from server to client

    Hi,
    our requirement is transfer more than one files from server to client using the
    webutil_file_transfer.as_to_client_with_progress.One file transfer is already working in our system.If anybody know the solution please inform
    regards
    mat

    just an idea ...
    for this purpose let us put aside security concerns and other potential problems....
    -- Get the content of a server directory with Filter and create zip file
    1) create a class that implements java.io.FilenameFilter ...
    2) define accept() method ...
    3) call File.list() with the filter as a parameter. The returned array of strings will have all the names that passed through the accept() filter
    4) use java.util.Zip to create ZIP file on the server side
    -- I think it is better to create this functionality as a separate Java class, put it in required folder and after it
    -- use Forms->Program->"Import Java class" to create pl/sql wrappers, than to create wrappers for all classes and code in pl/sql
    5) use webutil to transfer file on the client
    6) use Java on client side to unzip transferred file
    if you think this is not too complicated, you should try ...
    Regards,
    Vladimir

  • How to burn more than one file on the same dvd?

    I would like to burn more than one file in to the same dvd. It seems to me that using Finder I can burn only a file. There is some alternative command? Thank's

    Select all the item to burn... right click...
    Or
    Place all items into a folder and burn the folder to the disc.
    Or
    Make a Burn Folder in the Finder (place items into the folder) and burn from there to a disc.

  • How to upload more than one file in struts?

    thanks first. I want to upload more than one file at once. So I modify the the example of the struts 1.1. I changed :
    protected FormFile theFile;
    to
    protected FormFile [] theFile;
    and add indexed getter and setter method.
    public FormFile getTheFileIndexed(int index){
    return theFile[index];
    public void setTehFileIndexed(FormFile theFile,int index){
    this.theFile[index]=theFile;
    and in the upload.jsp, I changed
    <html:file property="theFile" />
    to
    <html:file property="theFile[0]" />
    and also in the ActionForm
    reset(){
    this.theFile=new FormFile[2];
    But when I run it, it tells me there are no getter indexed method.
    Thanks again for reading.

    Create a FormFile property with getters and setters for each file you want to upload. Eg.
    private FormFile file1;
    private FormFile file2;
    public void setFile1(FormFile file) {
       this.file1 = file;
    public void getFile1() {
      return file1;
    // same for file2And in your jsp use the following :
    <html:file property="file1" />
    <html:file property="file2" />

  • How to view more than one file at a time in CS4?

    With OS 10.5, and a brand new CS4 Photoshop, I can open many Photoshop files at a time, but can only view one at a time. Must choose one at a time from the "tab". I need to have more than one picture open and showing at a time to work on them. How can I do that? What have I missed? Who can help? Thanks!

    "Here's the smart way for all of you on macs. Set up Exposé and a keystroke for 'Application windows'. Then with the press of a single key you can visualize, and swap between documents very easily. By I single keystroke I mean something like Right Control.
    Tabbed documents have hardly any genuine advantages for mac users, yet another example of interface decisions in the stupid direction."
    This is what I've been saying since I first saw the tabbed view in the new CS4.  On the Mac, tabbed view is a big step backwards as it actually breaks the superior Expose' method of viewing multiple windows and also switching among them.  I would also add that Control/Tab for non-tabbed windows is actually slightly faster than when they are tabbed.  So for the mac, I only needed a minute to decide that the tabbed view was merely change for the sake of change.  There are also operations that I do where I have to recreate a piece of art to match an existing piece.  In those situations I always have the original right next to the the new image.  Tabbed view destroys this as well.  So I don't use it.
    For the PC, tabbed views is possibly a tiny step forward, but it's such a small step that I'm not sure if I prefer to use tabs, or have that small amount of screen space that the tabs use.  There was no previously existing "good" method of viewing and moving among multiple windows of a single application on the PC and therefore, tabs might be a small improvement.  Unfortunately though it does seem that in order to bring us tabbed views in CS4, Adobe had to slightly 'break' the regular floating windows view.  On the PC the documents will actually float above the toolbars, palettes,etc making it very difficult to use if not impossible.  So, if you don't like using tabs, then you are really gonna suffer with non-tabbed view or suffer with the tabbed view.  On the Mac, it's the opposite problem.  Documents actually float up and underneath the top toolbar, covering the "close, maximize, minimize" buttons.  Generally I would say that Adobe has created a mess when the best solution was obvious.  Adobe should have copied the expose' method for it's CS4 suite.  Hopefully they will have enough feedback with CS4 to see the light and change it for CS5.  I see that Microsoft has mouse software that has already done just that on the PC, and there are a handful of independent efforts attempting to come up with something like expose' but generally with far less elegant and less "perfect" results.

  • How to upload more than one file at a time to convert

    I have 1300 tiff files that need to be converted to pdf. Is this possible?? I tried to call for help and set on hold for nearly 1 hour. If this isnt possible then I need to cancel my subscription for it won't be of any help to me

    Hi Derek, 
    It sounds like you were looking to back convert TO the PDF format.  To do this, you'll want to look at our desktop application, Adobe Acrobat.
    As you requested, I have initiated a return of your CreatePDF subscription.
    -David
    [moving thread to CreatePDF forum]

  • How do I share more than one file at once in Adobe Creative Cloud?

    How do I share more than one file at once in Adobe Creative Cloud?

    Hi Ken,
    Thank you for your quick response. Have a good weekend.
    With best regards,
    Hans Rengelink
    De Eelinkes 29 - 7101 PZ Winterswijk - The Netherlands - Tel: +31 543 461818 - E-mail: [email protected]
    This e-mail message and any accompanying documentation is intended for addressee only and may contain privileged and confidential information. If you are not the addressee any use of this information is strictly prohibited. If you have received this e-mail in error please notify us immediately by reply e.mail or telephone call on +31 543 461818 and delete this e-mail from your systems.
    Op 26 okt. 2012, om 17:33 heeft Ken G. Rice <[email protected]> het volgende geschreven:
    Re: How do I share more than one file at once in Adobe Creative Cloud?
    created by Ken G. Rice in Adobe Creative Cloud - View the full discussion
    Currently you cannot share a folder, only individual files. Sharing of folders is a feature that is coming in the future.
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/4802876#4802876
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4802876#4802876
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4802876#4802876. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Adobe Creative Cloud by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • How to input more than one currency field into the transfer rules?

    hi experts,
    how to input more than one currency as well as unit fields in transfer rules, when i am giving two currency fields in flatfile the same structure could not able to get in transfer rules ( 0currency).
    pl give me the procedure to input more than one currency field.
    thanks & regards
    venkat

    Hi Venkat,
    For example - for amount kf - if you have 0currency as ref object and included in transfer rules and for other kf - create a Zcurr object and try to include...hope it works.
    Thanks,Ramoji.

  • I have an HP Photosmart C4180 all in one printer scanner and copier, I can't figure out how to scan more than one page at a time and then send as a PDF file via email

    I have an HP Photosmart C4180 all-in-one, printer, scanner and copier.  I can't figure out how to scan more than one page?  It will only let me do one page at a time and then I have difficulty sending pages 1, 2 and 3 as one docuement.  Any ideas??
    Thank you, Jetteski

    Hello Jetteski,
    Hello Jetteski, Thanks for the post.
    Since you are running a MAC, check the below links for some excellent information on scanning.  Good Luck!
    http://goo.gl/M8Cl2
    http://goo.gl/cufK6
    http://goo.gl/OTQoR
    I work for HP but my posts and replies are my own....Thank you!

  • How to display more than one documents on windows 8 desktop?

    how to display more than one documents on windows 8 desktop?

    Adobe Reader Touch doesn't show more than one file on screen and doesn't show them on the desktop. Apparently these are very old fashioned things that Microsoft doesn't think we'll want to do any more and calls them "legacy" to make them sound antiquated.
    If you want to do these things use the legacy Adobe Reader, a much more powerful and flexible app (and not obsolete in the slightest). http://get.adobe.com/reader . There are no legacy apps in the Windows App Store.

  • My mac will not copy more than one file at a time and gets locked up if the file is too large, my mac will not copy more than one file at a time and gets locked up if the file is too large

    my mac will not copy more than one file at a time and gets locked up if the file is too large, my mac will not copy more than one file at a time and gets locked up if the file is too large

    So now that you have repeated the same thing three times that doesn't make things any clearer at all.
    You are copying files from where to where?
    How are you attempting to copy files, software or click and drag?
    Any other detail would be helpful.
    Allan

  • How to share more than one Time Machine folder

    Hi,
    With Snow Leo Server I found how to find how to share more than one Time Machine Folder but I can't see how to do the same with Lion Server, could you help me with that ?
    The goal of that is to offer one TM folder per user which is located on a dedicated partition in order to limit the size of TM backups per user (150Gig).
    In Lion, in can only share one TM folder for everybody and I didn'tfind if I can set a limit size per user...
    Thank you in advance,

    I have figured out a way to enable multiple backup targets.
    However, it's one of these things I wouldn't want to describe to anyone except true programmer types, because everyone else has a 90%+ chance of messing up their system if they do something wrong.
    It involves turning off file sharing, and then editing the plist files in /private/var/db/dslocal/nodes/Default/sharepoints/
    The gist of it is this:
    a) first create all the share points you later want to use for TimeMachine, and set them up for afp-only file sharing, also create one TM target, which you can either use later, or have there so the system has one entry it knows how to handle. I just made a bogus one that I'm not actively using.
    b) turn off file sharing in Server.app
    c) turn off TimeMachine in Server.app
    d) now you can edit the files, the easiest is with Xcode, so you may want to install that first
    e) for each sharpoint you made in a) there will be a corresponding .plist file in the location indicated, these are the files that need to be edited.
    f) for each of these files
         1) the item0 string property in the timeMachineBackup array must be switched from 0 to 1
         2) a new key of type array with the name timeMachineBackupUUID must be created
         3) in the newly created array an item of type string must be placed with the value of a UUID, which can be created with the shell command uuidgen
    g) make sure all the edited plist files are saved
    h) turn on TimeMachine in the Server.app again
    If all went well, you now should be able to go to one of your networked client computers and see all the time machine share points just created as options for being a time machine target.
    Anyway, if you go that route: be careful, don't blame me if you muck things up...

  • How to include more than 12 files in a new PDF document?

    I have a Adobe PDF Pack, and when I click on crating a new PDF document, they say that I cannot combine more than 12 files...!
    And I want to have a document of hundreds of pages!
    Someone can help me?
    Pleeeeaaase!!!!!!

    Hi Hisami,
    Thank you very, very much!
    It is very useful what you explain.
    One only question, since I have the trying version of Acrobat Pro: how many files can you combine at the time with it?
    May be it depends on the files size.
    I tried yesterday to combine 50 files at the time and it just blocked everything...
    Thanks a lot!
    Have a very good day.
    Henric
    Henric Caldas
    30 rue de Belleville
    75020 Paris
    Home : +33.1.46.36.04.55
    Mobile : +33.6.59.08.02.27
    [email protected]
    Le 28 janv. 2014 à 22:48, "H.Spector" <[email protected]> a écrit :
    Re: How to include more than 12 files in a new PDF document?
    created by H.Spector in Adobe PDF Pack (formerly CreatePDF) - View the full discussion
    To combine more than 12 files into a single PDF file:
    1. Combine file 1 to file 12 then name it (combined 1 for example)
    2. Combine file 13 to file 24 then name it (combined 2 for example)
    3. Keep doing those steps #1 and #2 then combine "combined 1, Combine 2.....Combine 12).
    Another way is to use Adobe Acrobat. Please download Acrobat XI Pro Trial version from www.adobe.com or you can upgrade your subscription to Acrobat Plus(please see more information about Acrobat Plus subscription at https://www.acrobat.com/acrobatplus/en/home.html?trackingid=JPZKR).
    In Acrobat XI Pro:
    1. Launch Acrobat
    2. Select "File" menu > Create > Combine Files into a Single PDF
    3. Click "Add Files" button at top left corner
    4. After adding your files click "Combine" button at the bottom of the dialog.
    Thank you
    Hisami
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/6062261#6062261
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/6062261#6062261
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/6062261#6062261. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Adobe PDF Pack (formerly CreatePDF) at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • How to display more than one column with for each

    Hi guys,
    how to display more than one column with for each like below?
    for each
    Item1
    Item2
    Item3
    Item4
    Item5
    Item6
    Item7
    Item8
    Item9
    Item10
    End for each
    for each          
    Item1     Item2     Item3
    Item4     Item5     Item6
    Item7     Item8     Item9
    Item10          
    End for each

    Take a look at this to see if the solution provided would work for you: https://blogs.oracle.com/xmlpublisher/entry/multi_column_row_woes
    Won't you have more than 10 records in your data file ? If you are going to have only 10 items then you may be able to use position() function to limit it to 3 each..
    Take a look at this: https://blogs.oracle.com/xmlpublisher/entry/turning_rows_into_columns
    Thanks,
    Bipuser

Maybe you are looking for

  • Decrypt and unzip a File + read a XML file received into the ZIP

    Hello, I need your help to develop some a complex Biztalk application. Here're my needs : Our Busness partner send us a zip file cripted with a standard PGP(Pretty Goof Privacy). The zip containts an XML file that i have to deal it, and some attachme

  • Selecting HDD for video capture

    I'm just now trying out OnLocation CS4 and i can't seem to locate a function/control that will let me select where to capture my video to. I have an external FW HDD that is accessable from the O/S but see no menu items in OL that will allow me to cho

  • Oracle 9i database is not mounted on one instance

    platform: IBM AIX db version: oracle 9i two node rac due to network problems one of the instance is down,after server restart the database is not mounting.just it is hanging.alert log has no information. please help

  • How to find function module in se37

    hello friends, i am supposed to extract revesion level, matnr, plant from sap to an excel sheet. matnr and plant we can get from marc or mara, but i could not find revision level on these tables. the technical name is REVLV i searched for function mo

  • Contacts by Company?

    I really need the contact manager to list contacts by company like MS Outlook. I cannot create a folder for each company, because the contacts are already arranged into folders by geographic region in Outlook on the exchange server. Blackberry has th