Sending files using ipad

is it possible to send a file to somebody from my ipad, if so how do i do it?

Hi,
currently it's not possible to send files from Skype for iPad. 
Sorry for the inconvenience. 
If answer was helpful please give Kudos and if issue is resolved mark it with solution for other users. Thanks!

Similar Messages

  • Not able to send file Using FTP in SSIS 2005

    I am using SSIS 2005
    I am trying to send file to ftp server using FTP task in SSIS but i am getting following error.
    Error Message-:An error occurred in the requested FTP operation.
    Detailed Description-:550 /FileName.txt: Access is denied.
    RemotefilePath is /
    I need a advice.
    Thanks in advance.

    I got this error recently from the FTP task in SSIS:
         Unable to send files using "FTP".
    I had everything correct, by the book.  I was trying to send a file, but I got the same error when trying to receive a file. 
    I already verified that I could send the file via command line FTP, so the FTP was not "secure FTP" (which wouldda required FileZilla or WinSCP or something similar) and my credentials were fine. 
    But I still got the above error.  Heck, I was beginning to thing that the FTP task in SQL Server 2008 was broken and just couldn't send files.
    Well, this issue is now resolved.  The problem was in the
    destination folder.  I was assuming that the root folder for my FTP account held the files. 
    So I entered the destination folder as this:   
    /data_in/
    But... the FTP task sees the root folder as one up from that. 
    So I had to use my account name in the path... meaning I had to change the destination folder to this:    
        /myaccountname/data_in/
        (where "myaccountname" was my login to the FTP site.)
    I hope this post helps someone else.
    Donna

  • How do I send files from iPad to Mac book pro

    Hi I am having trouble blue too thing my new IPad Air to my mac book pro?

    Gillmweighill wrote:
    Hi I am having trouble blue too thing my new IPad Air to my mac book pro?
    That's be use you can't send files from the iPad to the Mac over Bluetooth without a third party app. This feature is not native in iOS.
    You can email files, use DropBox or another cloud sync service, or use iOS File Sharing with iTunes. - if the app that you are using supports file sharing. There are also apps that let you mount your iPad like a thumb drive that will allow you to move files back and forth by connecting the device to the USB a port with the provided cable or by using WiFi as well.
    it helps if you state what files you want to move, what app you are using, etc....details, details....

  • Validating a sender file using a JAVA UDF in PI message mapping

    Hi,
    I have a sender file with one header and multiple detail lines. I have been asked to read a tag on the header which contains the total number of detail lines.
    I then loop round the detail lines counting the total number. If the total number of detail lines matches the total value in the header tag then XI can process the files otherwise the mapping should raise an exception.
    Has anyone encountered this before and if so do you have an example of the Java code you used ?
    Many thanks
    Mark

    Hi,
    You can refer to this link for a similar kind of requirement but it is of inserting newline at the end of each line.
    But you can customize the code for ur use.
    Please refer https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/howtoappendCarriageReturnintheendofeachtagofxml+file.
    Now in this code you can use the logic something like this.
    1. You must be knowing the header tag where your actual Total Count number resides. Put it in some variable, while looping over xmlString. Don't put anything in resultset until u come to actual line items.
    2. Now start adding your counter. At the end of this loop you will have 2 variable. 1 contains the actual given total counts from header and other will contain calculated count.
    3. Match it in if condition , if not matched do nothing no resultset append or may b you can send some exception or if matched send the actual XML.
    Hope this will help you a bit.
    Regards
    Aashish Sinha

  • My iMac receives files using airdrop but cannot send files using airdrop

    i have a macbook pro and imac both 2011 and using latest software. i can send files from macbook pre to imac no problem but cannot send files from imac to macbook pro using airdrop. also i have the same problem sending files between my samsung galaxy and imac. can send files to imac from samsung but cannot send from imac to samsung. obviously a setting on imac is the cause of both problems.... any help would be appreciated

    Are these photos? Then you will find them in the photos app. Pages documents? You will find them in Pages, etc.

  • How do I send files using Bluetooth on the new Blackberry Curve 3G OS 6?

    Hello everyone,
    I have recently updated my BB Curve (9300) software from version 5.0 up to version 6.0 Bundle 1478. I tried to send normal files (pics, videos or even music) via Bluetooth to another device (whether PC or another BB phone) but I could not find the "Send Using Bluetooth" option that I used to have on my old software version (5.0). Also when I tried to receive any file I could not find the option "receive using Bluetooth" that was on version (5.0). Is there any solution? How to send files over Bluetooth on the new BB Operating System (6.0)?
    Thanks 

    Hi and Welcome to the Forums!
    Please double check the steps in this KB to ensure you are following them all:
    KB05409 Transfer a file using Bluetooth technology between two BlackBerry smartphones
    As you discovered, for receipt, there is no longer, under 6.0, the requirement for "Receive Using BT" step on the receiving BB.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Error in sending file using FCC

    Hi all,
    i am doing the file content conversion scenario from saptechnicalcom
    my message type is as follows:
    MT_File_Cont_Conv
         Record
            Emp_Header
              Key
              Emp_Id
              Emp_Name
    File is not picked up by the sender file adapter and in RWB communication channel monitoring i am getting the following error:
    Conversion initialization failed: java.lang.Exception: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found: Mandatory parameter 'Emp_Header.keyFieldValue': no value found
    anybody plz provide me some input to rectify this error
    regards
    sandeep sharma

    >
    sandeep sharma wrote:
    > hi
    > FCC parameters are as follows
    >
    > Document Name:                    MT_File_Cont_Conv
    > Recordset Name:                      Record
    > Recordset Structure:                   Emp_Header,1
    > Recordset sequence:                    Ascending
    > Recordset per message:                 1
    > Key Field Name:                         Key
    >
    >
    >
    >
    > Emp_Header.fieldFixedLengths                   1,6,10
    > Emp_Header.endSeparator          'nl'
    > Emp_Header.fieldNames          Key,Emp_Id,Emp_Name
    > Emp_Header.keyFieldValue                      1
    > Emp_Header.keyFieldInStructure                 ignore
    make sure there is no white space before or after
    Emp_Header.keyFieldValue and also the value 1
    Even a single whitespace can cause an issue

  • Can't send files using bluetooth.

    When I go to my bluetooth menu and click on "send files" or "browse device" the computer does nothing, I send files to my phone this way before why is not working now?
    I checked the help topics and suggest to delete pairing and do it again and I did it but still nothing happening, and both the computer and the phone are discoverable and turned on. I'm able to send files to the computer from the phone but after the file is transfered the connection would end and I don't have the option to say I wanna send files to the phone, also on the phone I don't find the computer as active, but if I try to send a file will go without problem.
    I'm guessing is the computer's bluetooth that is messed up, What do I do?
    Any idea?
    Thanks!

    For some other reason had to re-install MAC OS 10.4.6 then did an update and when checked the bluetooth was working correctly, so that was the fix for my problem.

  • Sending file using sockets (difficult)

    Hi, i have the following section of code
    (of which i am not claiming ownership) which
    implements a DCC Send command from irc.
    It accomplishes this using sockets, and while
    i understand how the code accomplishes what it
    does, i need help with a possible modification.
    Basically what i am looking to do is keep track
    of the progress of the send - so that the
    user can at any time see how much of the file
    has been sent and how much is remaining.
    If anyone has done such a thing in the past or
    has a good idea as to how this should be implemented,
    i would be greatful for their help.
    Here is the code:
    new Thread() {
                public void run() {
                    try {
                        ServerSocket ss = new ServerSocket(0);
                        ss.setSoTimeout(timeout);
                        int port = ss.getLocalPort();
                        //byte[] ip = ss.getInetAddress().getAddress();
                        byte[] ip = InetAddress.getLocalHost().getAddress();
                        long ipNum = 0;
                        long multiplier = 1;
                        for (int i = 3; i >= 0; i--) {
                            int byteVal = (ip[i] + 256) % 256;
                            ipNum += byteVal*multiplier;
                            multiplier *= 256;
                        // Rename the filename so it has no whitespace in it when we send it.
                        // .... I really should do this a bit more nicely at some point ....
                        String safeFilename = file.getName().replace(' ', '_');
                        safeFilename = safeFilename.replace('\t', '_');
                        // Send the message to the user, telling them where to connect to in order to get the file.
                        sendCTCPCommand(nick, "DCC SEND " + safeFilename + " " + ipNum + " " + port + " " + file.length());
                        // The client may now connect to us and download the file.
                        Socket socket = ss.accept();
                        socket.setSoTimeout(30000);
                        // Might as well close the server socket now; it's finished with.
                        ss.close();
                        BufferedOutputStream output = new BufferedOutputStream(socket.getOutputStream());
                        BufferedInputStream input = new BufferedInputStream(socket.getInputStream());
                        BufferedInputStream finput = new BufferedInputStream(new FileInputStream(file));
                        byte[] outBuffer = new byte[bufferSize];
                        byte[] inBuffer = new byte[4];
                        int bytesRead = 0;
                        while ((bytesRead = finput.read(outBuffer, 0, outBuffer.length)) != -1) {
                            output.write(outBuffer, 0, bytesRead);
                            output.flush();
                            input.read(inBuffer, 0, inBuffer.length);
                        output.close();
                        input.close();
                        log("+++ DCC SEND Completed to " + nick + " (" + file.getPath() + ")");
                    }

    You already have the necessary code to find the number of bytes sent at any point during the transmission. You can find out the size of the file by instantiating a RandomAccessFile before you send it, and querying for the file length.
    I suggest you make the file size and bytes sent volatile and conveniently accessible to another thread (best implemented here as an inner class?). Your new thread will need to monitor the file transfer at intervals to update the progress indicator. You can generate estimates of time remaining by measuring the average transmission rate, and extrapolating using the total file size. Classically this is done using an average, but you might be better just maintaining a list of fairly recent samples, allowing for the speed swings inherent in internet connections.
    How you update the progress indicator from your monitor thread is up to you. I suggest exposing methods in the UI for setting the progress and time remaining, and simply update them from the monitor.
    Does this help any?

  • Sending file using FTP

    Hi Friends,
    I have developed a abap program that download a excel file to a application server.
    i need to send the file to a shared folder or share point using FTP.
    How can i send the file which is in Application server thru FTP?
    Can anybody guide me on this?
    Thanks in Advance
    Suganya

    Hi,
    U need to use the stsndard FTP function modules to achieve it..
    The following FM are useful --
    FTP_CONNECT
    FTP_COPY
    Thanks,
    Arun

  • How can I send messages using iPad

    I recently added my iPad onto my cellphone account. ATT gave it a SIM card and phone number. Seems like the only devices that I can send messages to are other Apple products. Is it possible to send to none Apple cellphones?  I even tried sending a message to a relative on my service and it did not go through.
    Any advice or help would be a blessing!

    Messages is an Apple app that only works with other iOS devices. You cannot send a text from the iPad to a non iOS device or any other cell phone or smartphone.

  • Pidgin cannot send files

    Hello. Pidgin 2.10.6 cannot send files using Yahoo File Transfer, any idea ? Thank you.
    Last edited by xfce (2012-10-08 14:25:19)

    yes! i tryed to send mp3 file about 4 mb big, i tryed to send also a jpeg file and it gives me the same mesagge.
    i cannot send anything with nokia phone browser noir with pc suite application installer or file transfer. ive tryed also with
    copy-paste but still nothing.
    i usually go to nokia phone brow. than select my phone and than on the memory card,in m.c. ive tryed to copy it in every file and
    still nothing.
    what i dont understand is why i can send files from phone to pc with simple copy-paste? maybe the phone has some option wich doesnt allow files to be recived over usb cable,is that posible,i cant find that kind of option in my phone?

  • How can I send files from my macbook pro to my iPad air using airdrop

    how can I send files from my macbook pro to my iPad air using airdrop?

    Your going to have to find some alternative.  See Dukto will work.
    "Dukto is a simple application that allows you to share files between devices connected to the same (wireless) LAN network."
    http://www.tidal.it/?page_id=309&lang=en
    http://www.msec.it/blog/?page_id=11
    "Box lets you store all of your content online, so you can access, manage and share it from anywhere. Integrate Box with Google Apps and Salesforce and access Box on mobile devices" Rated the most secure cloud storage by SkyHigh Networks.  You can buy a license to run box one of your servers.
    https://www.box.com/
    Files Connect -- "Cloud Storage services like Dropbox, MobileMe iDisk, Google Docs/Picasa, Facebook photos, FTP, SFTP, WebDAV ... AFS (Apple File Shares) SMB (Windows shares)  protocols"
    https://itunes.apple.com/us/app/files-connect/id404324302?mt=8
    "The kiteworks mobile file sharing solution provides secure creation, viewing, and sharing of enterprise content on smartphones and tablets while providing IT and security teams the administrative controls to manage user privileges and access rights necessary to ensure enterprise security and compliance."  " Includes choice of private cloud on-premise."
    http://www.accellion.com/solutions/mobile-enablement/mobile-file-sharing

  • HT203106 Can I use AirDrop to send files from iPhone 5 to my iPad Air 2?

    Can I use AirDrop to send files from iPhone 5 to my iPad Air 2?

    Yes.
    Use AirDrop to wirelessly share content - Apple Support

  • Using pages how to insert pdf files on ipad?

    using pages how to insert pdf files on ipad?    
    Anybody have any idea, have pdf files in ibook do not see where to insert pdf's.
    Also trying to get word files onto ipad using drop box, do these word files need to be saved in another format?
    Also for pages.
    thnx

    No - the Word files do not need to be saved in any other format if you have Pages on your iPad. There are other apps that provide better compatibility than Pages but it will work for you. You have to have DropBox on your PC and the free DropBox app on the iPad to use DropBox to transfer files.
    To send the file using DropBox -  make sure DropBox is running on your computer. Then place the file in one of the folders that you have set in your DropBox folder on your PC. Launch DropBox on your iPad and find the folder that you placed the file into and tap on that folder. Find the document and tap on it. It will open in the window on the right. Tap the arrow icon in the upper right corner and select Open in Pages.
    If you have pdf files in iBooks that you want to put into Pages you have to email them to yourself and use the Open In feature when you open the email. You cannot send a file from iBooks other than to email it - at least I am not aware of any other way.

Maybe you are looking for

  • Total Payable, Balances and Information Elements in SOE

    Hi All, In the SOE report, I am unable to see Total Payable(difference of Total Earnings and Total Deductions), Balances and Information elements. Can anyone please tell me how to get those in the SOE. Thanks in Advance,

  • Computers not waking up to install updates

    Hi, I wonder if someone will be able to help me. WSUS server is configured and working correctly. GPO settings are configured to wake up computers at 3AM, install and reboot them (use power management to wake up computers is enabled). All PCs are run

  • About writting in a file

    When overwritting to an existing file , what would happen it the existing file has a bigger size than the data written in it ? I haven't tried it right now , but i would know how this is done in Java . Thanks in advance for any valuable answer.

  • Why is safari 6.0 slow??

    Ever since i downloaded Mountain Lion, it takes my forever for Safari to download websites, especially the media. Is this a Bug? What can i do to solve?

  • Failed to load resource: the server responded with a status of 404 (Dropped by firewall)

    We have never been able to contact www.aplcomp.com Apparentlly they have blacklisted our network, and chat support is unable to handle the problem. We are a registered user of CS6  (did it by mobile modem), and have never learned about beiing listed