Is there any way to send Attachements with Sender file adapter

Hi,
  I am Using File to Proxy communication model. Is there any way I can use file attachments with Sender file adapter with communication protocol "FTP". Please on suggest this.
Regards,
Daniel.LA

Hi,
I think there is no Option with FTP Protocol to send the files as Attachments.
Try this
http://help.sap.com/saphelp_nw04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/frameset.htm
Regards
Seshagiri

Similar Messages

  • Is there any way to contact verizon with a detailed cell phone technical support question?

    Is there any way to contact Verizon with a detailed cell phone technical support question?  I prefer e-mail so as to provide details (like I am trying to provide here).  I have tried in-store personnel (no help at all) and the web chat - they just want to see me more data instead of helping me with my basic problem!
    I CAN NOT GET ANYONE FROM VERIZON TO GIVE ME ANY HELP NOR CAN I FIND A WAY TO FILE A COMPLAINT.  AT THIS POINT I JUST WANT TO DROP MY VERIZON ACCOUNT BUT I'M SURE THAT IT WILL COST ME A SMALL FORTUNE TO GET OUT OF IT.
    Here is my issue:
    Chat transcript removed as required by the Verizon Wireless Terms of Service
    BELOW IS A SCREEN COPY FROM REDDIT ABOUT SOMEONE WITH THE SAME PROBLEM WITH A VERIZON CELL PHONE
    So last night my RAZR MAXX HD did something totally bewildering by spontaneously downloading 2.6 GB of data over the course of ~ 3 hours. Fortunately I was able to catch this problem before it ended up being really expensive, but I still exceeded my 2 GB data plan by 600MB.
    The Culprits:
    Reddit News Free: 160 MB foreground / 0.96 GB background
    Android OS: 0 MB foreground / 1.18 GB background
    Several unnamed applications: ~ 350 MB
    Screenshots:
    The massive data spike
    Android OS data usage
    Reddit News Free data usage
    Weird unnamed processes
    Detailed timeline:
    5:12 PM: Incident begins according to VZW data usage website (2.60410 GB used). This is around the last time that I used my phone at the laundromat before getting dinner and watching Game of Thrones.
    8:04 PM: 50% of data allowance used (txt msg)
    8:31 PM: 75% of data allowance used (txt msg)
    8:58 PM: 90% of data allowance used (txt msg)
    9:13 PM: 100% of data allowance used (txt msg)
    10:05 PM: Got the text messages and immediately put the phone into airplane mode
    10:30 PM: Took screenshots
    10:45 PM: Enabled wifi, installed Kaspersky premium. Scan returned no threats.
    11:00 PM: Left phone in airplane mode, went to sleep.
    The questions:
    What was the root cause of this issue? Did Reddit News freak out as a result of an esoteric bug or was my phone hacked?
    If this was a simple Reddit News bug, then why was the Android OS also trying to use such a massive amount of background data?
    What the hell are these unnamed numeric applications? I've inspected my process history and this is the first time they have ever attempted to use data.
    I'm pretty sure that I can explain this situation to Verizon and get out of having to pay additional data usage fees, but I would like to know more about the problem before I get in touch with them.
    all 13 comments
    best 
    [–]omgmrjmako/PA, deb/Carbon 3 points 1 year ago*
    All I can think is your phone may have background downloaded an OTA update, and you'd then be prompted with something like, "As update to your Android system has been downloaded, would you like to install it now?"
    I do find it very odd that the update would be 2.6GB. As a rough base, the CyanogenMod 10.1 firmware for your device is well under 200MB, so unless Verizon has a ****-ton of bloatware in the update, or it had to attempt to download multiple times for some reason, it may be a stretch.
    But doing a little homework, it looks like the Verizon Razr Maxx was updated to 4.1 in late March. Maybe they're still rolling it out in waves? Have you gotten the update yet?
    Edit: Aaaand I just noticed you appear to be running an AOSP-based ROM, which totally rules out a carrier update being sent out.
    Edit2: If you want to live dangerously, you could try running:
    #kill -9 12289
    That 12289 is the PID listed in your screenshot. But don't run that without fulling understanding the kill command.
    The ps command could also be of use, but probably not.
    permalink
    [–]lechnito[S] 2 points 1 year ago
    I can confirm that the phone is currently at 4.1.2 and that I wasn't prompted for an OTA update.The fact that both the Android OS and Reddit News processes were simultaneously using an extremely large amount of data is unlikely to be a coincidence... 
    permalink
    parent
    [–]omgmrjmako/PA, deb/Carbon 3 points 1 year ago
    That is very curious that the spikes happened at the same time.I'm curious. It may have put at least some of that 2.6GB somewhere. You could use a data visualizer tool to see if you can find it, which may lead to more clues. 
    permalink
    parent
    [–]lechnito[S] 2 points 1 year ago
    The largest directories are:
    DCIM: Normal looking photos (90,825 KB)
    Android: Primarily map cache data (64,846 KB)
    If it was downloading content then it did not significantly save content to storage. It's not like I have anything particularly sensitive on the phone, but the idea that it was uploading a snapshot of my data definitely makes me uncomfortable.
    permalink
    parent
    [–]omgmrjmako/PA, deb/Carbon 2 points 1 year ago
    Yup, Digital Camera IMages and videos.Somewhere in /sdcard/Android would be my guess as to where a mysterious file would be downloaded, but if it's only 64MB, and mostly map data, I'd safely rule it out.I'm sorry, but I'm stumped here.Edit: I should mention I don't think this is malware, because unless a malicious app gained superuser access, any data it used would show under it's own apk in the data usage list, not Android OS. 
    permalink
    parent
    [–]mistrbrownstone 0 points 1 year ago
    DCIM: Normal looking photos (90,825 KB)
    Was it trying to auto-upload pictures or video to G+?I ******* hate that.
    permalink
    parent
    [–]lechnito[S] 1 point 1 year ago
    Although I'm not really up to speed with the Android platform, I come from a UNIX background so I feel comfortable running commands. How do I pull up a bash terminal? Do I need to root the phone first? 
    permalink
    parent
    [–]omgmrjmako/PA, deb/Carbon 2 points 1 year ago
    There's a number of terminal emulators in the Play Store that work well. You don't need a rooted phone to get to the shell as your user, but any privileged command won't execute unless you can grant it permission from the Superuser app that is installed when you root the device. So you could probably do a ps -e, but not a kill -9. 
    permalink
    parent
    [–]lechnito[S] 1 point 1 year ago
    Got it. I downloaded a terminal emulator but unfortunately those processes no longer exist.Does Android keep a generic log of system level events like /var/log/syslog? 
    permalink
    parent
    [–]omgmrjmako/PA, deb/Carbon 2 points 1 year ago
    I don't think so, and I know you'd need superuser permission to read most of the files in /var/log anyway. I'm not super familiar with how Android does its logging, but I do know that the two files of interest are the logcat and dmesg. 
    permalink
    parent
    [–]sh0nuff 1 point 1 year ago
    Want to mention here that using your settings to set your data cap (set it on your billing day), then you won't go over again.Those text messages are really unhelpful, as they send out well after the data has been used. Chances are good you hit close to the 2GB mark before you received the bulk of the messages. 
    permalink
    [–]kindofabuzz -4 points 1 year ago
    Quit installing pirated apps. 
    permalink
    [–]lechnito[S] 1 point 1 year ago
    That's definitely not the case here; both my PC and and Android phone are free from pirated apps.

    You used the data.  Verizon can not see what it was sued for.  However your phone can see whats apps used the data.  go to settings-data usage- there will be a place that says data usage cycle.  line the dates up with your cycle.  then there will be a bar graph below that   extend bother white bars one all the way to the left and one all the way to the right.  after those are extended below that will be a list of apps,  there should be one that used over 2 gb and that will show you what app used that data in her purse

  • Is there any way to fwd delete with mavericks?

    Is there any way to fwd delete with mavericks?

    Try Fn+Delete if you are asking about deleting characters to the right of typed text. Verified on TextEdit.

  • Is there any way to restore contacts with no backup?

    Is there any way to restore contacts with no backup on an iphone 4?

    You could only restore them if there was somewhere to restore them from.
    Have you failed to sycn them with your computer?

  • I sent my Iphone 5c in for repair and when they sent it back my sim card wasn't in it is there any way i can have them send it back or do I need to get a new sim card for it?

    I sent my Iphone 5c in for repair and when they sent it back my sim card wasn't in it is there any way i can have them send it back or do I need to get a new sim card for it?

    You'll have to get a new one from your carrier. I believe the shipping instructions for mail in service explicitly tell you to take it out as you will most likely not receive the same phone back. Apple doesn't repair most phones, they replace them.

  • I lost my iPhone in a paddock while working is there any way to track it with my iPad. I do not have find my phone set up on my iPhone?

    I lost my iPhone in a paddock while working is there any way to track it with my iPad. I do not have find my phone set up on my iPhone?

    Wendy059 wrote:
    I do not have find my phone set up on my iPhone?
    Then you can't.

  • I goy my Ipad disable, is there any way to unblock it with no restore the system?

    I got my Ipad2 disable, i dont know why it dont recognized the passcode I set up on it.  Is there any way to unbloqued it with no restore the system?

    If you don't know the passcode, you'll have to restore your iPad from the computer to which it was last synched to remove the passcode.  If you don't have that computer, you'll have to restore the iPad as new, and you will lose all your data.

  • IS THERE ANY WAY TO EMBED LINKS INTO THE FILE YOU ARE WORKING ON?

    IS THERE ANY WAY TO EMBED LINKS INTO THE FILE YOU ARE WORKING ON?

    Ha! Perfectly classic case of XY problem! Pointed out by Jongware in some other thread recently - couldn't find an exact link right now...
    In short:
        User wants to do X.
        User doesn't know how to do X, but thinks he can fumble his way to a solution if he can just manage to do Y.
        User doesn't know how to do Y either.
        User asks for help with Y.
        Others try to help user with Y, but are confused because Y seems like a strange problem to want to solve.
        After much interaction and wasted time, it finally becomes clear that the user really wants help with X, and that Y wasn't even a suitable solution for X.
    Maybe it worth to add to a list of tips and best practices of the forum:
    Avoid XY problem!

  • Is there any way I can see recovery hidden files ?

    Is there any way I can see recovery hidden files ?

    Hello, @Fhm991 
    If you're trying to view the files on the recovery partition, I would like you to read over this document: Recovery Partition is Accessible to Reading and Writing Files.
    If you're looking at other hidden files please specify.
    Thank you for posting on the HP Forums.
    I worked on behalf of HP.

  • Is there any way to off the limitation of file upload?

    Hi
    jdev 11.1.1.5
    Is ther any way to off the limitation of file upload size?
    I want to handle in in my code

    Duplicate of {thread:id=2541076}
    Timo

  • Is there ANY way to get QOS with an airport extreme base station?

    I recently moved and decided to go with Primus VOIP for my phone line. It works fine as long as i don't have any torrents going...if i do then call quality goes to **** (i wish someone would've told me before)
    I was told to use a QOS on teh VOIP ports...but my airport extreme doesn't support this (and apparently neither will the new one). Honestly this is something Apple REALLY needs to fix. This is outrageous. They're supposed to be on teh cutting edge of technology, and their routers don't even won't properply with VOIP services??? That's ********.
    Is there any way i could get this to work - perhaps thru software?
    It seems the only solution i have is to get a Linksys router and sell off the airport

    Sorry that this may not seem like an ideal solution, but one option is to use an application that runs on a Windows PC that allows you to format HDDs for HFS+. Once formatted as such, it can be shared out to either OS X, Windows, or Linux users from an AirPort Extreme or Time Capsule. HFS+, like NTFS, supports much larger HDDs.

  • Is there ANY way to boot up with OS 9?!?!

    Hi, this is my first post here, and I'm pretty desperate. I've recently upgraded to 10.4.7, and I've unfortunately just learned that I've lost the ability to start in OS 9. Actually, it's been lost for a while now, but I've just now noticed when I need to use it. So is there ANY way at all for me boot in with OS 9?
    Thankfully I noticed now, so I can avoid upgrading to the new processor where it's abolished altogether. Why does everyone hate OS 9? I like it...

    Hi, Durandal1717 -
    The last iMac that could boot to OS 9 (start up in OS 9) was the 17" Flat Panel model, the last model introduced in 2002. All later iMacs can not boot to OS 9.
    Based on the designation "PowerMac6.1", the earliest your model could be is a Feb 2003 model - which means it is not OS 9 bootable.
    Article #25114 - Mac OS 8, 9: Compatibility With Macs
    That said, perhaps you meant the ability to use OS 9 as Classic. Classic is an install of OS 9 used as a program while the machine is booted to OSX. Classic provides an environment in which many (not all) OS 9 programs can be run.
    ... though when I installed Tiger, I did re-initialize the drive.
    The drive was erased when you re-initialized it.
    Since your machine did not come with Tiger, you had to have used a retail package (separate purchase) of Tiger in order to install it. None of the retail OSX packages (from Jaguar onward) have included the ability to install Classic - they can use Classic, but the disk set does not include an installer for it.
    You will need to use your original disks (the ones that came with your iMac) in order to re-install Classic.
    Unfortunately the "PowerMac6.1" designation is a bit imprecise - it was used for at least three distinct iMac models, each of which shipped with different versions of OSX (10.2.3; 10.2.7; 10.3). One or more of these Apple KBase articles may help you do that, depending on what version of OSX your machine originally shipped with -
    Article #107383 - Mac OS X 10.2, 10.3: How to perform Mac OS 9 clean installation with Restore CDs
    Article #42929 - Using Restore Discs with Mac OS X 10.2 or later
    Article #151871 - Mac OS X 10.3: Installing Classic
    Once you have re-installed Classic, go to System Preferences > Classic and designate that install as Classic. Tiger will probably need to update a few of its files, after which it should be usable as Classic.

  • Is there any way to swap aliases with another account?

    Hello,
    Is there any way to swap an alias from a dot mac account to a regular Apple ID?
    The Discussion alias that I would like is currently on an expired dot mac account which I have no intention of resubscribing to, and on the Apple ID I use for everything else (iTunes, Apple.ca Store) the discussion alias is somehow my mother's name (I guess it is because it is her credit card on iTunes). I can access to both accounts, is there any way I can delete the alias from the old dot mac account and then change my current Apple ID to said alias.
    Many Thanks,
    JJ MacLean

    Hi JJ!
    Although you can't change the Alias of the account you are using, you can create a new Discussions Account, with an Alias that you prefer.
    You cannot delete your present account. Just stop using it, after you have created a new one.
    You can use all of the same info in the new account, Email address, User name, etc, just be sure to insert a new Alias of your choosing. At this point you could try entering the expired .Mac Alias name.
    But your Level(0), Points(0), Total Posts(3), Total Posts Online(3) and Registered Date(9/7/05), will not be transferred.
    In the new account, your Post Counts, Points, & Level Status will all start at 0. Your Registered Date will be the date you create the new account.
    Your old account, with your previous counts & level, will still be viewable, under the old Alias.
    After you quit using the old account, those posts, will be archived. What that means is, that if there are no additional responses in the Threads they reside in, the Topics will get continually pushed down on the Topics list. After a certain amount of time, maybe 1 to 3 months, the Threads will be locked, so no responses can be entered. But the Threads will not disappear.
    The Topics that you started using the old account, will show your Old Alias, in the Author field of a main forum page, but eventually, readers will have to keep going to the succeeding pages to view them.
    If someone were to do a DiscussionsSearch, using these parameters:
    Restrict by Category or Forum: All Categories
    Restrict by Date Range: All
    Restrict by Username: Your Old Alias
    all of your posts, created since about 11/13/05, would be found.
    To create a new account,
    Log out of Discussions. You also may have to delete the Apple Cookies in your browser preferences, but I'm not sure this is necessary. Then follow either of these instructions.
    -How Do I Create My Account?
    If you haven't signed up for an Apple ID for the Apple Store or AppleCare Support website (or forgot your old one), you can create a new account on the My Info webpage. Just click the "create one" link on the right side of the My Info page. Choose your country location and preferred language from the appropriate pop-up menus, then click Create Account. In the resulting page, enter a unique name (such as your email address) in the Apple ID field and fill in your other relevant information accordingly (fields marked with * are required). Click Continue to complete the process.
    -To register, click Login in the sidebar on the right side of the Discussions page. In the resulting page, click the "create one" link at the bottom of the page, then click "create one" in the subsequent page and follow the instructions to create an Apple ID. For more information, see the Apple ID FAQ page.
    Those instructions, and more info, can also be viewed by clicking on
    ?Help & Terms of Use, in the right column of Discussions pages.
    ali b

  • Is there any way to replace iPod4 with iPod5?

    Before two months I purchased iPod4. Is there any chance of replacing it with iPod5?
    If it is a case, then how much do I need to pay extra?

    Sell it; buy new one. There are no trade-ins at Apple.

  • Is there any way to restore bookmarks with sync?

    I lost my firefox, but shortly before i clicked the "sync now" thing. I reinstalled it, but now i can't get any of my bookmarks. Is there any way to restore the information?
    I backed up the old firefox file, but replacing it does nothing.

    I lost my firefox, but shortly before i clicked the "sync now" thing. I reinstalled it, but now i can't get any of my bookmarks. Is there any way to restore the information?
    I backed up the old firefox file, but replacing it does nothing.

Maybe you are looking for

  • Connect sql server

    hi @all what i want to do create view (as an object in my oracle database) as select * from ms_sql_server_database_table that's what i've done till now load the ms sql jdbc driver 2005 into my oracle-database i found the following code can someone he

  • Browser notification icon (like sms, mms, or bbm)

    There is a browser icon on my screen where mms or sms or bbm icons show up to notify me of a new message. What does a browser icon mean and how do I make it go away? Solved! Go to Solution.

  • OIM Authorization policy for specific resource

    Hi gurus, Can we create an authorization policy in OIM 11.1.1.5 for allowing resource administrators to add/modify a specific resource only? Example: For all users, Admin user-A should be able to add/modify AD resource only. Admin User-B should be ab

  • I cannot log in on my iMac.  Tried to unplug

    I get the start up sound and the apple icon appears with my user icons, the cursor moves but doesn't get aresponse from my icon and I can't login with my password. I have tried the basic unplug reboot; turned off then held the command, option, P, R b

  • Adding description to presentation columns in obiee 10g

    Hi, I know how to add the description to the presentation columns in obiee, my question is that after I enter the description and go to Answers and hover my mouse over columns in the subject area I see the description but prior to description it show