Slow to send files over airport extre and msn(amsn)

Hi!
When trying to send or recieve files on msn or amsn it is very slow...got 10mb connection but it sends and recievs at only 4kb (modemspeed)...
And it is only over msn i got the problem...if i download over the internet the speed is aroung 800kb/s...
Is it a firewall problem? Please help...
andy
i have a macbook pro and an extreme basestation

When trying to send or recieve files on msn or amsn
it is very slow...got 10mb connection but it sends
and recievs at only 4kb (modemspeed)...
And it is only over msn i got the problem...if i
download over the internet the speed is aroung
800kb/s...
Is it a firewall problem?
No it can't!
This is either a software or server problem.
dan

Similar Messages

  • Why i can't make a normal video call over my cellular operator using by iphone 4s ????!!!! is it possible that if my mobile is iphone so i can not contact (Video Call - or Send Files over Bluetooth ) people do not have iphone ??????!!!!!!!!!

    why i can't make a normal video call over my cellular operator using by iphone 4s ????!!!!
    is it possible that if my mobile is iphone so i can not contact (Video Call - or Send Files over Bluetooth ) people do not have iphone ??????!!!!!!!!!
    i'm still looking for solution, but if i there is no solution so i will throw My Own iPhone 4S in the nearest Trash.
    (I had got a big problem and thanks for Nokia saved me. and if i don't care about apple products i will never send to you this, so kindly find solution or people in middle east will stop using iphone)

    No clue why you cannot make video calls over your cellular operator... have you tried contacting them?
    If you're referring to FaceTime, it is currently limited to Wi-Fi only.
    Sending files via Bluetooth is not a supported feature of the iPhone or iOS.  A simple search of the web or these forums would have made that abundantly clear.
    Threatening to throw away valuable items in these forums only serves to make you look less than intelligent.  No one here is an Apple employee, we are all users like yourself.  As such, we could care less what you do.  If you choose to be stupid, that's up to you.
    Educate yourself and stop whining.

  • Problem with Sending files over Sockets

    Hi. I have a problem when I try to send files over sockets. When I send text files it works well but when I try to send .jpg or other kind of files it doesn't work well because some characters are wrong, I hope you can help me.
    Here is my code:
    //Sender code
    import java.io.*;
    import java.net.*;
    class Servidor{
         Servidor(){
              try{
                   String arch="art.jpg";
                   ServerSocket serv=new ServerSocket(125);
                   Socket socket=serv.accept();
                   System.out.println("Conectado");
                   int c;
                   BufferedWriter bw=new BufferedWriter(new OutputStreamWriter(socket.getOutputStream()));
                   FileInputStream fis=new FileInputStream(arch);
                   File f=new File(arch);
                   bw.write(""+f.length());
                   bw.newLine();
                   bw.flush();
                   System.out.println("Escribiendo");
                   while((c=fis.read())!=-1){
                        bw.write(c);
                   bw.flush();
                   fis.close();
                   System.out.println("Terminado");
                   while(true){
              }catch(Exception e){
                   System.out.println(e);
         public static void main(String arg[]){
              new Servidor();
    //Client code
    import java.io.*;
    import java.net.*;
    class Cliente{
         Cliente(){
              try{
                   Socket socket=new Socket("localhost",125);
                   System.out.println("Conectado");
                   BufferedReader br=new BufferedReader(new InputStreamReader(socket.getInputStream()));
                   long tam=Long.parseLong(br.readLine());
                   long act=0;
                   FileOutputStream fos=new FileOutputStream("resp.jpg");
                   System.out.println("Recibiendo: "+tam);
                   while(act<tam){
                        fos.write(br.read());
                        act++;
                   System.out.println("Terminado: "+act+" / "+tam);
                   fos.close();
              }catch(Exception e){
                   System.out.println(e);
         public static void main(String arg[]){
              new Cliente();
    }

    I don't think you want BufferedReader and OutputStreamWriter, you want ByteArrayOutputStream and ByteArrayInputStream . The problem is that you are sending jpegs (binary data) as text.

  • I tried to manually clear my Time Machine back up drive (a La Cie). But now the Trash is filled with files (over 130,000) and it doesn't seem to want to trash them - how do I get rid of them now in a quicker way?

    I tried to manually clear my Time Machine back up drive (a La Cie) of some of the older backups. But now the Trash is filled with files (over 130,000) and it doesn't seem to want to trash them - it's taking forever!! how do I get rid of them now in a quicker way?

    dear Sue
    i've tried the alt solution to empty trash but it does not work
    I still got the -8003 error
    for emptying time machine backups that i foolishly put in the trash
    i've also tried this solution using terminal and it did not work either
    http://www.imore.com/how-force-empty-trash-your-mac-using-terminal
    any help you might offer would be greatly appreciated
    i am using a 24 inch iMac
    OSX 10.6.8
    Message was edited by: summer_laughter

  • I try to generate a chm file over the net and I get a compiling error message

    Hi all,
    I am trying to generate chm files over the net, and the same project when I am generating the same chm locally works fine, however when I am attempting to generate the same chm on a network location, it gives me a compiling error and aborts the generation. It is also keeping the chm file open afterwards, so I have to reboot the machine.
    It is RH7 working on a Windows XP Pro 32 bit.
    Thank you

    It is not a project issue. RoboHelp is just not designed to work that way but like a lot of things, some people can use them outside what they were designed for. However, just because some people can work that way, it does not follow everyone can.
    I've seen people with projects on a network and they say have been doing it for years so it must be OK. A while later they come back and say the problem is fixed since moving it locally.
    Sorry but it looks like you are stuck with working the way you do or getting your colleague to do it. It might be as simple as he is on a different bit of your network.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Sending File Over Serial PORT

    Hi,
    I'm able to read/write data over serial port using Java Comm APIs in Linux.
    Can anybody please tell me how to write/read a file over Serial port?
    Is it similar to sending a file over network?
    An early response is appreciated...

    Same stream I/O as used over the port works from a file. Dead simple.
    Also dead slow. If you want to do large amounts of data, use a RandomAccessFile and read a big chunk at a time into a byte array. Then send the byte array.

  • How to share files over Airport Extreme?

    I have a G4 iMac connected to the Internet via an Airport Extreme. I also have an eMac in another room which can access the internet over the same Airport Extreme.
    I have created a video file on the eMac but I need to burn it to DVD which means I need to get it to the iMac.
    I know I should be able to send it over the network but each Mac can't seem to see the other, if you get my meaning. I have tried to switch on File Sharing and such like but I wonder if I am doing something wrong. Should there be an icon on the iMac desktop representing the eMac or something and vice versa? If that should be the case, I haven't got this.
    If anyone can point me in the right direction to get File Sharing set up between my two Macs, I would be most grateful.
    PS The eMac can access the internet just fine and use the iMac's Printer if it needs to.

    Try these suggestions (copied from another discussion) which cover two alternative ways for getting file sharing between two Macs to work:
    The first step is: on each computer, go into System Preferences, then Sharing, and turn on "Personal File Sharing". On that page, you'll see, at the top, the computer's name (which you can change), and at the bottom, the IP number (eg 10.0.1.2), which you may need as an alternative.
    Then, on each computer, go to Finder, then click on Network. You may straightaway see the other computer appear - you can click on it, click "Connect", and then either log in as a user (it has to be a user that's been set up on that machine), or a guest.
    As a guest, you can access all Public folders on the computer.
    As a user, you can access that user's Home folder
    As an admin user, you can access the whole hard drive.
    So, if you have different user accounts set up on the computers, it's best to use Guest access and then put the files you're sharing in your user's Public folder.
    Now, if that computer doesn't immediately appear, go to the Finder, click cmd-K (to open the Connect to Server dialogue), and type in
    afp://ip-address-of-other-computer
    eg afp://10.0.1.2
    You'll then get the same login dialogue as above.

  • Reader 9.1.0 Crashes or slow when opening files over a network

    Hello all.  I am having a problem with Reader 9.1.  I have files that are on another computer that are accessed on other computers on the network.  There is a need for up to 21 of these files to be open at one time.  As we update the information on them we close them.  At random times and intervals, Reader either is very slow to open up the file, around 5min. and other times it just locks up the computer and a restart is required.  Is this a limitation of the program to work with files on another system?  I do not know much about Reader it's self, but do windows.  Any help with this matter will be greatly appreciated.  I have included the System Paramaters and Installed Plug-ins reports generated in Reader.  I have also tried updating Reader with the lates patch, but that just makes it worse.

    Sorry, my email got cut off. I'll post it again...
    > 1) Create a device independent ps file by choosing "Custom" in the
    > printer Name dropdown and checking print to file option. Try sending
    > this ps file to the Phaser 4510 printer form the commandline using lp
    > command. Please let us know if this prints correctly.
    Yes, this prints correctly.
    > 2) If Phaser 4510 and 8560 printers are configured with ppd files
    > other than provided by CUPS, please mail me the respective ppd files.
    I'm using ppd files from the Xerox website. See attached ppd files.
    > 3) Please send the sample pdf you are trying to print and also the
    > resultant ps file which is giving you the error on 4510.
    See attached pdf and ps file.
    I've switched to using the cups/foomatic ppd files for these printers and they
    seem to be working.

  • Sending Files over a Windows Network

    I am trying to send files from one computer to the other over a windows network. I have absolute path names of the two locations.
    Can you just use "File.renameTo(File);" to pull this off?
    Is there a fast way to move files over a windows network?
    Thanks so much for your help

    With File.renameTo()? Yes.
    between directories on different local drives? Yes.
    or different nodes in a network?I'm not sure what you mean by that, which is most probably my lack of knowledge about computer networking.
    Here's the test I performed:
    File a = new File("C:/Temp/test.txt");
    // 'E:' is (physicaly) a different hard drive than 'C:'
    File b = new File("E:/Temp/test.txt");   
    System.out.println(a.renameTo(b));
    // 'Athene' is a home-SAN-drive/server connected to my router
    File c = new File("//Athene/SHARE/Temp/test.txt");
    System.out.println(b.renameTo(c));Both print true and in both cases I have checked to see if the files really were moved, which was the case.

  • How can i send file over messages in Mac OS X?

    Hi,
    Unable to send files from messages application in my Mac, i configured gmail account in messages so u can able to chat with my friends but i can't send any file to my friends. so is there any setting needs to be configure in preferences? please suggest me.
    Thanks in Advance,
    Suresh Balakrishnan.

    HI,
    In iChat 6 before you upgraded to Messages Beta were you able to Send Files ?
    There are also various ways to start this
    Try:-
    Dropping a file on a Buddy's name in the Buddy List
    Dragging a File to the text entry field in a chat.
    In a Video Chat drag a file over the Chat window and chose the half that says  Send File.
    As it is Google are you Buddies logged in via the Web Browser or a Jabber App or iChat on a Mac ?
    9:16 PM      Wednesday; March 28, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.3)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Increase UDP sending size over 64k bytes and get error -113,sending buffer not enough

    Dear all,
    I have a case that I must send a data over 64k bytes in a socket with UDP . I got a error-113 shows "A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram was smaller than the datagram itself.".I searched for this issue and got the closest answer as below:
    http://digital.ni.com/public.nsf/allkb/D5AC7E8AE545322D8625730100604F2D?OpenDocument
    It said I have to change buffer size with Wsock.dll. I used the same mathod to increaes the send buffer to 131072 bytes by choice optionname to so_sndbuf (x1001) and give it value with 131072 and it worked fine without error. However I still got an error 113 while sending data with " UDP Write.vi ". It seems UDP write.vi reset the buffer size? Are there any other things cause the error?
    I attached example code. In UDP Sender.vi you can see I change send buffer size to 131072 and send date included a 65536 bytes data.There is also a UDP receiver.vi and there is some missing VI which you can get from the LINK. But it's not necessary.
    Attachments:
    UDP Sender.vi ‏14 KB
    UDP Receiver.vi ‏16 KB
    UDP_set_send_buffer.vi ‏16 KB

    The header for a UDP packet includes a 16 bit field that defines the size of the UDP message (HEADER AND DATA)
    16 bits limits you to a total size of 65635 bytes, minus the header sizes; a minimum of 20 bytes are required to define an IP packet and 8 bytes for UDP leaving an effective data payload of 65507
     bytes.
    LabVIEW is not the issue...
    http://en.wikipedia.org/wiki/User_Datagram_Protocol#Packet_structure
    Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
    If you don't hate time zones, you're not a real programmer.
    "You are what you don't automate"
    Inplaceness is synonymous with insidiousness

  • Sharing Quicken Files Over a Mac and PC Network

    I've been sharing Quicken files over a PC network for years without any problems.
    Now that I have a Mac, I want to move Quicken to the iMac, but still be able to access and update the files using a PC.
    I know that Quicken for the PC and Quicken for the Mac are 2 different programs and the data files are incompatible. I do have VMWare Fusion, but have yet to install it.
    If I run Quicken 2007 (PC Version) on the Mac using Fusion, can I also access the files using a separate PC? If so, what do I need to do to set this up?
    The PC is running XP Pro. I've got a wireless home network and will probably install XP home edition on the Mac, though I have not fully decided on the Windows OS I'm going to install.
    Thanks in advance.

    No offense, but you are not being helpful.
    I have tried the Quicken forums with no help. I have also tried searching this forum and have not been able to find the answer I need.
    From what it sounds like, you don't know the answer either. But somebody else might and I would appreciate it if you didn't discourage others from answering.

  • Using Flyer to send files over a Bluetooth connection

    import mx.utils.Delegate;
    import com.flyer.Bluetooth;
    var connection_str:String = “127.0.0.1″;
    var port_num:Number = 9100;
    var connection_bt:Bluetooth = new Bluetooth();
    var filePath_str:String = “E:\\photo_001.png”;
    function sendFile():Void {
    connection_bt.connect(connection_str, port_num);
    status_txt.text = “Connecting to Python…”;
    function onBluetoothConnect(success_bool:Boolean):Void {
    if (success_bool) {
    status_txt.text = “Sending file…”;
    connection_bt.send(”sendFile” + “|”
    + filePath_str);
    } else {
    status_txt.text = “Connection failed.”;
    function onBluetoothData(source_str:String):Void {
    status_txt.text = source_str;
    function onBluetoothClose():Void {}
    connection_bt.onData = Delegate.create(this,
    onBluetoothData);
    connection_bt.onConnect = Delegate.create(this,
    onBluetoothConnect);
    connection_bt.onClose = Delegate.create(this,
    onBluetoothClose);
    sendFile()

    is is possible to use a filestream to send files from
    client to server? If so could someone show me some
    example code or point me to a good internet
    reference. i have done some searching and reading
    but haven't found anything that showed it well.
    thanks for the help in advance.The API descriptions for the 2 filestream classes gives the answer:
    FileInputStream - A FileInputStream obtains input bytes from a file in a file system.
    FileOutputStream - A file output stream is an output stream for writing data to a File or to a FileDescriptor.

  • System is slow when I hover over Airport logo in status bar

    When I have the Airport logo in the status bar and I hover over it or go to click on it it seems to slow everything down (around that area). So the menu will take a while to load, or I won't be able to move to another icon in the status bar etc.
    I wondered if anyone else had this problem or knew what I could do about it?

    Do you have your airport turned on? I can only assume that when you click the icon, the system does a quick check for available networks so that the list in the menu is up-to-date.
    Maybe someone else can confirm this. I would say that it is nothing to worry about however, the same quirk occurs on my Powerbook and my partner's iBook.
    Rich

  • Itunes has changed the way it stores files over the years and now i am having trouble figuring out which files are where so I can back them up

    Hi
    I have backed up itunes by copying my itunes file to an external hard drive. I try to keep my large media files (like TV shows) in a separate folder so that I can keep my hard drive on my macbook from filling up.  Problem is, apple has changed the way Itunes is organized and backs up over the years.  Now I am having a hard time keeping straight what is where.  When I go to support, it has different instructions for the various versions of itunes. I  am using version 10 now but it seems like I can't see all my files within the itunes music or media folder.  I want to get everything in one place so that I can easily back up, regardless of which version of itunes I am running at the time.
    I have selected to let itunes organize my files.  It keeps all the files I have purchased in one place apparently, but items I have imported don't seem to always be there.
    How can I best sort this out?

    I have, but if I don't have that particular external hard drive connected when my time machine backup hard drive is connected, then I don't think it is all backed up together.  It is getting too complicated to get out all this equipment every time I want to buy some music. 

Maybe you are looking for

  • How to delete unused audio files in a project?

    Hi guys, The question is fairly simple: How to delete unused audio files in a project? I can't manage to find the answer in the manual,... all I could find is how to delete audio outside used regions! But in the projects I use, I have loads of outtak

  • Unable to create SOAPFactory

    I am working with weblogic workshop and want to add a soap element to the soap message using soap handlers but when i try using any of the factory class such as SOAPFactory and run the service i get following error: Unable to create SOAPFactory:provi

  • Cannnot exit firefox, maximize or minimize without clearing history. Also cannot adjust desired time on videos such as fast foward, rewind or maximize screen.

    Firefox started acting weird like this two days ago. Like I said, videos are being made to be watched all the way from the start with no option to adjust desired time, as well as the top right X esc button on the firefox browser, maximize and minimiz

  • How to call interactive form using webdynpro abap.

    Hi Sap Guru's, I have Created Invoice Interactive form using SFP Transaction , now my requirement is , Need to Call that invoice form using webdynpro abap by passing invoice number(vbeln) from the screen. please suggest . thanks

  • Stationery Not Long Enough

    Ok, I am in the middle of an email to my family, using the tack board stationery in Mail. I am about half way through what I want to say, and when my cursor gets to the bottom of the stationery, my computer beeps like there is an error. I expected th