Slow speed sending/receiving files

Before 6.20 version of skype I was able to send files with my contacts with ~1 - 1.5 - 2 mb/s, now its limited at 250-300 kb/s. Is that a global problem or is just me ?

Before 6.20 version of skype I was able to send files with my contacts with ~1 - 1.5 - 2 mb/s, now its limited at 250-300 kb/s. Is that a global problem or is just me ?

Similar Messages

  • Sending/receiving files using SFTP

    Hi,
    Is there a way to use the Secure File Transfer Protocol (SFTP) in ABAP to send/receive files?
    I already used the FTP functionality from the function group SFTP, but I'm honestly not sure whether ABAP also handles the secure version of FTP.
    If there is this functionality, please provide me the necessary function modules, ...
    Thanks in advance
    Bye,
    Timo

    FTP functionality woks fine in ABAP. Below is some code which can be used for FTP access to send/receive files.
    Initially, get values for the below fields
      DATA: l_user(30) TYPE c VALUE <userid>,
            l_pwd(30)  TYPE c VALUE <password>,
            l_host(64) TYPE c VALUE <host string>,
      DATA: l_slen     TYPE i,
            l_error,
            l_pwd(30)  TYPE c.
      CONSTANTS: c_dest TYPE rfcdes-rfcdest VALUE 'SAPFTP',
                 c_key  TYPE i              VALUE 26101957.
    connect to ftp server
      l_pwd = p_pwd.
      l_slen = STRLEN( l_pwd ).
      CALL FUNCTION 'HTTP_SCRAMBLE'
        EXPORTING
          SOURCE      = l_pwd
          sourcelen   = l_slen
          key         = c_key
        IMPORTING
          destination = l_pwd.
      CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'
        EXPORTING
          text = 'Connect to FTP Server'.
      CALL FUNCTION 'FTP_CONNECT'
        EXPORTING
          user            = l_user
          password        = l_pwd
          host            = l_host
          rfc_destination = c_dest
        IMPORTING
          handle          = w_hdl
        EXCEPTIONS
          OTHERS          = 1.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                   WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
      CLEAR : w_outfile, w_file_count.
    concatenate <directory> <filename> to field.
    MOVE field to w_outfile.
    PERFORM download_to_ftp TABLES <int'table>
                            USING w_outfile.
    FORM download_to_ftp TABLES it_tab
                         USING l_string TYPE char64.
      CALL FUNCTION 'FTP_R3_TO_SERVER'
        EXPORTING
          handle         = w_hdl
          fname          = l_string
          character_mode = 'X'
        TABLES
          text           = it_tab[]
        EXCEPTIONS
          tcpip_error    = 1
          command_error  = 2
          data_error     = 3
          OTHERS         = 4.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4
                RAISING invalid_output_file.
      ENDIF.
    Above is used to send.
    For receiving use
      CALL FUNCTION 'FTP_SERVER_TO_R3'
        EXPORTING
          handle         = w_hdl
          fname          = l_string
          character_mode = 'X'
        TABLES
          text           = it_tab[]
        EXCEPTIONS
          tcpip_error    = 1
          command_error  = 2
          data_error     = 3
          OTHERS         = 4.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4
                RAISING invalid_output_file.
      ENDIF.
    Hope this will help U.
    Pl. award appropriate points.

  • Slow email send/receive for user associated with beehiveonline

    It takes hours to send/receive an email to/from the user associated with my beehiveonline workspace. Also, the number of emails that we receive has decreased, it may be not related at all, but there is no way for me to check if that's just due to low customer activity or to timeouts.

    Hi,
    If you have issues then let us know the date/time of the issue and the degree of delay you are seeeing and we can check if there may be a reason for the delay.
    Phil

  • Can't send/receive files on Skype 7.1

    This is absolute nonsense. Skype 7.1 (665) for the Mac does not behave anything like this. What you see is a sad face icon and the words "Missing file"  .. no progress indicatior, no nothing... its clearly broken. When will we see a fix for this please ?

    Ok. Here is what I do.
    I drag and drop a file into the Skype chat window to send a file. Then I see this:
    Then a few minutes later I see this:
    Then the person I sent the file to sees this (windows 7, Skype version 6.18.32.106):
    On the other hand, the other person can send files to me.
    @Foyan, what preference are you referring to?
    Thank you

  • Cannot send/receive files unless signout and re-si...

    Hi all,
    I have this strange behavior lately...
    When I attempt to send or receive a file it shows "connecting" but nothing happens.
    When I sign out instantly sign in the files are transported perfectly...
    Any uggestions?
    Thnx

    Please update the bluetooth driver manually from Lenovo website.
    Niki Han
    TechNet Community Support

  • Problems send / receive files in Ichat 5

    Hello, sorry for my english.
    it passes a thing to me strange with ichat, and not if it is problem mine or of the rest of people. Doing chat with 3 different people, all with ichat and Google counts, I can send files to them without no problem, but I cannot receive any file of them. And 2 of these people among them cannot be sent nor be received nothing.
    Somebody knows to that this can have?
    Thanks

    Hi,
    There was another thread on this matter recently.
    I and another regular poster here did some testing between a Leopard/iChat 4.0.8 computer and a Snow Leopard/iChat 5.0.1 one.
    I used a Google ID and a Jabber ID and could not send files.
    I could receive them though.
    Between the two names on my own computer I could send files.
    I then used my MacBook Pro (Snow Leopard) and it could also not send files in the Google and another Jabber account.
    I also tried the following day between my two computers using 3 different screen names (I made sure the Google one was logged out on th computer not using it).
    I got mixed results.
    We had tried it with the Mac Firewalls ON and Off in various combinations (me On him Off, Both Off, Both On, Me Off him On) without any change in behaviour.
    Despite are testing and changing some settings we could not find an answer to this.
    10:19 PM Friday; February 5, 2010
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

  • Very slow in sending large file email

    I am having problem sending email with attachements around 8MB size, the email could not be sent out. Any setting or solution that can help on this?

    I have been experiencing similar problems with slow downloads from my WS2012 running Mercury Mail to our outlook 2010 clients.
    I finally sussed this one out.
    Even though there is much talk out there that Anti Viruses no longer scan emails because in the words of another post
    There's no need to scan email, only attachments and that is done by all modern antimalware programs as the files are written to the PC file system.
    All of the major AV vendors have been telling their customers for several years now that 'email scanning' is no longer necessary, it's a holdover from the early days of AV programs when Microsoft hadn't yet created the API (Application Programming Interface)
    sets that allow the AV programs to scan a file before any user access (including email programs) is allowed.
    That being said the AV I have installed on my WS2012 (SC2012EP) still looks at the app. So what I did what exclude the Mercury mail application in SC2012EP and tested it.
    An 8.9MB email which took 4 minutes to download now only take 9 seconds.
    Problems solved!!
    J I hope it helps you

  • Slow IMAP send / receive on OS X Server 10.3

    Hello,
    I have a client who recently had a disk failure on their mail server. One of our technicians was able to use backup data to RECONSTRUCT -i the mail databases. The mail server appeared to be rebuilt and ready for usage. The problem now is that it may take upwards of a minute to send an e-mail (regardless of size) and inbound e-mails don't seem to come in as fast as they once did. We tried several of the CLI Cyrus utilities and nothing seems to have an effect.
    Any ideas? I'm kind of inclined to upgrade the client to 10.4 and see if the problem goes away and/or is fixable with the better tools in the newer version.
    G4   Mac OS X (10.3.7)   Mac OS X Server

    Search mail.log and system.log for useful information and post it.
    Also use Activity Monitor to see if you have any rogue processes.
    Is the Server otherwise OK?. Do other services run at normal speed?

  • Slower Speeds on Bigger FIles/Formats???

    For the most part, my internet speed is fine, but I have noticed on multiple sites that if the file size I'm downloading is bigger than 15MB, the download takes exponentially longer.  What's going on here?  A 5MB download takes 30 seconds say, but the first 5MB of 300MB file takes 20 minutes???  and the 300 MB will 8-12 hours???
    Are their data caps or limits on single file size or file types?
    It shouldn't take 12 hours to download a piece of software.  This is crazy.
    I've already "chatted" online with someone and we got nowhere including resetting the router....
    Any clue as to what's going on?  
    dhl

    You might be seeing the effects of congestion. Verizon doesn't throttle or cache content. See if you can grab some traceroutes to the servers hosting the files you're downloading.
    ========
    The first to bring me 1Gbps Fiber for $30/m wins!

  • Very slow speed during transferring files between two MacBook Pro by AirPort

    I have a MacBooc Pro md101 and my friend have MacBook Pro early 2011 model, when we transfering something a speed is very slow,3 month ago i've the same model like his model ( Early 2011 ) and speed was very fast by airport, but now is slow ! Anyone help me or say why ? Thank you...

    If it is wireless to wireless transfer it will go at less than half of the slowest connection..
    Check each mac link speed to the Express.. if either of them is far away or using 2.4ghz instead of 5ghz you will lose lots of speed.

  • IPhone slow to send/receive Rogers emails?!

    There is often a long delay in pushing emails to my iPhone from my Rogers email account.
    When I know there is an email on my server, I hit the reload icon and get the message "Checking for mail..." and nothing is downloaded. Some messages don't show up for hours after I needed them. Even some outgoing messages disappear after hitting the "send" button and never make it to the person.
    The only temporary solution that I have found is to power down my phone and restart it. Once it is restarted the messages are sent to the phone. Should the phone not download the emails from the server every time I hit the refresh icon??
    After I restart the phone it seems to work well for a short period of time when sending and receiving but then seems to have this issue when the phone is on for longer periods.
    Any suggestions??
    Thanks in advance.

    Dunno... maybe Rogers email don't have push-mail?
    I was told by a friend of mine yahoo mail has push mail, which will actively push it's email out. I've gotten emails pretty much live, when I push the refresh button or whenever my phone refreshes for email, I haven't had any problems with not getting emails yet, and I do refresh my mail when I know I have mail and it's there.
    Maybe switch to an email service with push mail service if you require mail on your iPhone? Not sure if that is an ideal solution for you or not.

  • Slow when sending/receiving from contact

    i have been text messaging one person on my phone a lot, and every time, it slows down when sending/receving to them. resets do not help it. any ideas? i went to the at&t store, and the guy deleted the contact, and we re-added them, and it worked like new. but i do not want to have to do that every time! any ideas??...

    If you have a long history of SMS to that one individual, you could just search in your SMS folder for all SMS from that person, and delete all the oldest messages.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Slow Speeds Trouble Downloading Files via Software Update (more)

    I completed an OS update from 10.4.11 to 10.5 Leopard. I now have a bunch of problems. We have gone through all our settings from 10.4.11 and all are correct.
    1. Slow web page access with 10.5
    2. Very erratic downloading from Software Update and from the web. Email transfers are fine. Odd.
    3. No longer able to port forward from Airport. I do the port forward but can't access my home server from outside our private network. Some times that does not even work.
    4. We have tried Web Sharing , Abyss Web server, and our normal Server MAMP. None work outside the private network.
    5. All server functions have worked flawless since OS X originally came out.
    6. Nothing changed before our switch to Leopard.
    7. We still have two computers using 10.4.11 and they can download lickity split with no hickups.
    8. I am at my wits end on this issue and after all our testing feel it is a Leopard issue and nothing else.
    9. My service provider has stated that others that upgraded to Leopard are having problems too. Seems like this should be looked into post hast from Apple.
    10. Sorry to say but I must revert back to my last OS and reinstall and re-upgrade to 10.4.11 and try to make my stuff work again.
    11. I have tried starting yesterday afternoon to download the newest update for Leopard and I have only been able to get 355MB from a total of 536MB download. The down load just chokes up and quits after a few megs and then I must try to restart the download and it may go 20 megs then choke or may not even go. I do this a few times until I get movement and then it will choke again. I keep doing this again and again. It is consistent with Leopard.
    12. I even did a complete pure clean install and the problem still persists.
    13. Come on Apple, get with it and get this problem fixed. Folks will move away from Leopard in droves if you don't move on this one.
    Pete

    Hi
    The SUS Admin Manual is clear on what format the SUS Service can use and it can't use manually downloaded dmgs. Furthermore AFAIK there is no way (if there is ever likely to be) you can convert downloaded dmgs of Updates to a format SUS can recognise and more importantly use.
    You should consider purchasing ARD and use that to 'push' out manually downloaded updates instead. You can purchase ARD from the App Store.
    HTH?
    Tony

  • Mutiple sender files and receiver files with different file names

    Hi All,
    Following is my scenario: File (FTP) --> XI --> File (NFS actually SAP system)
    I have 5 source files like ABC<b>1</b>_DateTimeStamp, ABC<b>2</b>_DateTimeStamp, ABC<b>3</b>_DateTimeStamp, ABC<b>3</b>_DateTimeStamp and ABC<b>3</b>_DateTimeStamp.
    I can use single sender file FTP adapter with file name ABC* which picks up all 5 files, but can I use single receiver adapter to create 5 different files with the following file names: ABC1, ABC2, ABC3, ABC3 and ABC3 ?? And last 2 files (ABC3 and ABC3....same name) should be created after 30min and 60min of first ABC3 file. We have to do this because we have jobs scedule on SAP side with variants having file names.
    Is it possible to achieve using single sender/receiver file adapter??
    If not any suggestions how to do this scenario?? 
    Thx
    Navin

    Navin,
    I doesn't know whether its feasible for you or not. Please see the below option
    Create 3 Sender  comm.channels and 1 Receiver comm.channel. In Sender /Receiver file adapter check the Adapter Specific Message attributes.
    I'm suggesting the soln using BPM.
    In IR, Create 3 Outbound Interface (Abstract) and create 1 Inbound Interface(Abstract).
    First 2 comm.channel and 2 Oubtound interface refers to file 1 & file2 respectively.
    The 3rd comm.channel and 3 Outbound interfaces refers to file3 & file4& file 5 .
    Please see the BPM design.
    http://www.flickr.com/photo_zoom.gne?id=698877499&size=o
    Note : Navin the above suggestion is my thought, I think it will work. U can juz give a try.
    Best regards,
    raj.

  • Slow wireless transfer (incoming files only)

    Hi,
    In our office we have 4 iMacs (Two CoreDuo & Two Core2Duo) & all are networked via our wi-fi router.
    One of the CoreDuo iMacs has a VERY slow transfer speed when anyone else sends files to it. EG: mount the iMac & drag files over to its desktop.
    This problem iMac has no issue in dropping files onto other peoples desktops, a speedy transfer as normal.
    An example of the slow speed: sending a 3MB PDF to the iMac takes about 25 seconds, compared to all the other iMacs taking less than 1 second.
    I connected this machine via Ethernet to the wireless router & the problem goes away. So, its only a problem with incoming wireless transfers.
    Any ideas how to start solving this issue?

    I seem to have had some success experimenting....
    In my network I see 2 folderss "My Network" & "Workgroup"
    In "My Network" all the other iMacs appear (& one appears twice)
    In "Workgroup" only 2 iMacs appear (the one with the problem does not)
    Now here is the interesting & slightly confusing part.
    Regardless of which network folder I use a particular machine will either connect via a CIFS/SAMBA dialogue window, or a ( & I presume its AFP) a Guest/Registered User style window.
    I noticed that if I get a CIFS connection, transfer is SLOW. If I get a AFP?connection, transfer is fast.
    I am able to recreate the problem now on the other computers if I get a CIFS connection.
    The thing is I cant work out how OS X decides to present a CIFS or AFP dialogue box - it seems random.

Maybe you are looking for