HOW TO PUT INTO FTP SERVER?

Hello:
i am  trying to put a file into a FTP server, my program consist in the following topics:
select the information.
save the information that was selected (into internal table).
send that information to PC using the Gui_download. (after of that the file is now in the pc).
now i connect to ftp server using the FTP_CONNECT.
now i use the FTP_COMMAND to move into the specific folder(in this function i send the CD command and the folder name for example: cd /CSTDW/ ).
so , in that folder i need to put a file that is in my pc now (this file was created by GUI_DONWLOAD).
I am using the FTP_COMMAND (i send a parameter with the path and the names of my file, por example: put c:\namefile.txt ) but the function send me a tables result show the folloing info:
put c:\costabc_HD071008.TXT  "this is the names of my file
open c:\costabc_HD071008.TXT errno 22: Invalid argument  " this is the message.
but i make a manual connection and i used the next statement
put c:\costabc_HD071008.TXT and the file was put into the folder located, i am sure that i pass througth the FTP server becasuse finaly i finished using a FTP_COMMAND sending the parameter ls command and i can see all the files that the folder has, but my file was not inserted.
does anybody knows why manually the file was inserted and why not using the program?
thanks a lot for you help
now

Hi
Check the fun modules
CV120_FTP_CLOSE            
CV120_FTP_EXEC_CMD_LIST    
<b>CV120_FTP_OPEN </b>            
CV120_FTP_START_REG_SERVER 
CV120_FTP_STOP_REG_SERVER                              
EPS_FTP_GET                
EPS_FTP_LS                 
EPS_FTP_MGET               
EPS_FTP_MPUT               
<b>EPS_FTP_PUT  </b>              
EPS_GET_FTP_SYSTEM_INFO    
FTP_CLIENT_TO_R3       
FTP_COMMAND            
FTP_COMMAND_LIST       
<b>FTP_CONNECT            
FTP_COPY </b>              
FTP_DISCONNECT         
FTP_R3_TO_CLIENT       
FTP_R3_TO_SERVER       
FTP_SERVER_TO_R3       
FTP_START_REG_SERVER   
FTP_START_SAPFTP       
Regards
Anji

Similar Messages

  • I would like to know how do I install the brazilian keyboard into macbook air, keyboard with accents (Portuguese Language), I tried so many times how to put into it (Macbook Air). So, thanks for now! I'm waiting for it.

    I would like to know how do I install the brazilian keyboard into macbook air, keyboard with accents (Portuguese Language), I tried so many times how to put into it (Macbook Air). So, thanks for now! I'm waiting for it.

    After you go to system preferences/keyboard/input sources as suggested by sberman, click on the + button and scroll down to Portuguese and select that.  Over at the right you will see the choices Brazilian, Brazilian abnt, Portuguese.  You might want to add all three to see which you like best.
    The "Brazilian" layout is pretty useless.  It is identical to the US layout and the only way to make accents is via the option key shortcuts:  option + n, then o gives you õ.
    The Brazilian abnt and Portuguese layouts have dead keys for adding accents over at the right edge of the keyboard.  But these may not match what is printed on your keys.
    You may prefer to stay with the US layout.  On that you can get accented letters by just holding down the base letter and selecting what you want from the popup menu that appears.  Or you can use the option key shortcuts.
    Another option is the layout called US International PC, which has accent deadkeys on ~, ', etc.
    Which ever layout you want to use, you must select it in the "flag" menu at the top right of the screen.
    To see which key does what for any layout, use the Keyboard Viewer:
    http://support.apple.com/kb/PH13746

  • How to use 2 FTP Server in ALSB 3.0

    We want to provide ftp tunneling functionality to any Billing System for ftping files to Payment Gateway System.For this we have one FTP server at Billing System and another FTP server at Payment gateway.We first need to pick the file from File System of Billing computer(using FTP server) and then transfer that vile via ALSB to File system of Payment Gateway(using FTP Server).Now I would like to know:
    1) How to configure 2 FTP server in ALSB(in a single known_host file) ?
    2)How many proxy and business services we need to make to complete this flow of transferring files?
    If any one has some examples or config.jar files for the above scenario of transferring files,please chare it, that would be great help.
    Thanks in advance!

    Hi all,
    i am using osb10g3r ftp business service to poll the remote directory to retrieve file from there.i have configured download,error,archive directories accordingly. I am trying to read the file from the download directory to process the file , through a java call out. But while testing i am getting a exception, filenot found exception from the download directory.
    can someone help me on this
    Regards
    shan

  • How to display read file and put in ftp server in jsp

    Hi all
    since this is very importent question, please understand it and reply soon.
    i am using power analyzer sdk. front end as jsp.
    i want read a file using poweranalyzer sdk(how to read this?)and put it in ftp server(how to put this?)
    thanks and regards
    Kasim
    Bangalore

    http://java.sun.com/docs/books/tutorial/uiswing/components/editorpane.html

  • How to connect to FTP server with out hardcoding the Password?

    HI experts,
    IN my SAP R3 i neeed to send a small file to FTP server from SAP application server using abap program.
    I found out many FMS which can connect ot FTP , but password need to be stored in Program.
    As per security issues i am not allowed to hardcode or keep the Password as constant , as my clinet will change the password weekly.
    Please suggest me a solution. How can we give the Password dynamically to the system.

    hi sivaram,
    You can keep the id password in a Batchfile and create a external command which doesnot need anyput just call external command from program and transfer file.

  • How to  Connect to ftp server in active mode using the finder

    How can I can I use the finder command "connect to server" to connect to a ftp server using the active Mode. With Cyberduck I can connect to this server only in active mode. Apparently the connect to server command uses the ftp passive mode.
    Or is it an other way to mount on the desktop a ftp server in active mode?
    Thank you

    Passive mode can be disabled in your network settings, but I have a feeling what you're actually asking for is the ability to upload, and the answer to that is the Finder can't do it. There are some filesystem plugins out there that provide this functionality, but they cost money.

  • How to insert into SQL server table form oracle forms

    I created a form with oracle as my database. But there one trigger where I need to insert the data into a sql server table.
    Is this possible. If so can any help me out.
    Thanks in advance.
    Asha

    Hi,
    You can insert into sql server database using the following steps
    Note: Check wether you are using Forms 32 bit drivers. If not the Odbc data source will not work.
    step 1: Create ODBC data source for SQL server(one time creation);
    step 2: Logout from Oracle and login to SQL server giving the user name,password and host string as odbc:<odbc datasource name>;
    step 3: use EXEC SQL statement to insert the values into the SQL server and then logout and login again to your oracle database.
    Second Method.
    Check the sql server documentation to insert the values using command line parameters. Then you can call the host command to execute this.
    Third Method.
    Write a VB exe to enter the values in the sql server making two connections one to oracle another to SQL server and then getting values from Oracle and putting in the SQL server database. You can call this exe using the Host command.
    Hope this will help You.
    Regards
    Gaurav Thakur

  • How to put database name/server name insted of  SQL

    Hi,
    I need to put a data base name/server name insted of SQL>, means
    if DATABASE NAME is db1, then
    db1>. insert into ----
    Thanks & Regards,
    Venkat

    Hi,
    Thank u. But I am looking with out my set SQL... Query. Automatically data base name comes at there. Becuase i am loading data into diffrent servers before run the script, for my reference, is it into correct server or not.
    When ever i exit it Return to SQL>. I need always at there.

  • How to put in production server ?

    Hello every body !
    I have developed a SharePoint website intranet. I have created an approval workflow on a list with SharePoint Designer and InfoPath.
    Now I want to put this solution into a production server.
    I now that I can't deploy directly like a Visual Studio solution but are there praticals tips to do this ?
    For example to re use InfoPath form of the approval task...
    Other question more general... Where can I find the website directory on my server ? With the aspx and xsn files.
    Thank for the help.

    You can use SPD to export the workflow in a .wsp package and deploy that. Or, import that in vs.net and work from there. It needs to be a reusable workflow in order to do that though, if it isn't, you need to reimplement it in SPD.
    Kind regards,
    Margriet Bruggeman
    Lois & Clark IT Services
    web site: http://www.loisandclark.eu
    blog: http://www.sharepointdragons.com

  • Copying  new company code and G/L's-how to put in Quality server?

    Hi
    We have existing system and we are creating new company code by copying from existing company code along with G/L accounts using --Copy/edit/delete company code action.
    Once this is done in Development server how do we transport this in to Quality and production servers?
    Is basis help required or as a functional consultant I can do if so how?
    regards

    Hello,
    Through STMS you can import.
    However, there should clear segregation of duties. I would expect a basis consultant should do the imports into QA or production or a centralized team.
    Regards,
    Ravi

  • How to get into SQL Server - Installation done through DPM tool. DO not have SA password.

    HI Every one,
      Hope you guys having wonderful Friday. 
    well I have some weird situation so don't know some one can help me here .
    in Past some one has Installed SQL Server when installing  Microsoft DPM  ( Data Protection Manager) tool. that time person didn't added  any other AD group during installation. and do not have SA password either. 
    I have password under which SQL Server running but I am not able to login into SQL severer under that account. 
    what are the other ways to Log in into SQL?
    Thanks

    Hello,
    Please try the following and let us know:
    1. Open CMD with elevated privilages
    2. Type as below
    SQLCMD –S <Server_Name\Instance_Name>
    go
    CREATE LOGIN ‘<Login_Name>’ with PASSWORD=’<Password>’
    go
    SP_ADDSRVROLEMEMBER '<Login_Name>','SYSADMIN'
    go
    Now the login is added as SA. Login and reset the accounts required.
    Reference:
    ===================
    http://www.wikihow.com/Reset-SA-Password-in-Sql-Server
    http://blogs.technet.com/b/canitpro/archive/2012/11/26/the-sql-guy-post-30-how-to-recover-from-a-lost-sa-password-in-sql-server-2012.aspx
    Regards, Pradyothana DP. Please Mark This As Answer if it solved your issue. Please Mark This As Helpful if it helps to solve your issue. ========================================================== http://www.dbainhouse.blogspot.in/

  • How to put into treemap an obj that already  has a tree map?

    i have A Course class that contains a treemap for student.
    now i need another tree map to contain an array of Course.
    Course has it own attributes...
    I tried creating new instance of course
    course= new Course(aRegistrationNo,Add,rmNo.);
    CoursetreeMap.put(aRegistrationNo, Course);
    but this dosent work. Everytime i enter a new Course record, the old student treemap will get deleted also.
    How can i make it so that i can retrive the Course using aRegistrationNo key and the whole student record of the course as well?

    ok..maybe i ask the question differently...
    //initialization
    SortedMap ConCollection = new TreeMap();
    SortedMap MaidContracts = new TreeMap();
    can i do this for the input?
    public void AddAgency(String r){
    reg=r;
    ConCollection.put(reg, MaidContracts);
    //reg is a user input String
    //MaidContracts is another treemap containing a few values
    ============================================================
    is this what i do to get the out put?
    MaidContracts=(SortedMap)ConCollection.get(SelectReg);
    for (Iterator e = MaidContracts.values().iterator(); e.hasNext(); ) {
    cTemp = (Contract) e.next();
    cTemp.getcId();

  • HT1363 how to put into Disk Mode with empty charge

    hi,
    i am in sad ipod position but my battery charge is empty and it doesnt charge.
    so Disk Mode does not work. what should i do?

    There isn't anything you can do if you can not get the iPod's battery to charge and the iPod to properly boot up.
    I assume you have tried all of the suggestions here?
    iPod's battery doesn't charge
    B-rock

  • Can someone help me ue my ftp server

       Hey guys. I was wondering if anyone out there has any experience using the built in ftp server.  Heres what I would like to be able to accomplish and everytime I've tried in the past using it I fail. K, All I want woudl be to say, set up a file / folder that friends or say another person can download from my computer.   Does this mean I have set up a new user account?  Is the ftp server only usable for over local network, like in my house with other connected macs or windows. Can outside people access it or even myself from another computer.   One more thing, I use DSL which has a firewall. I've open the ports for the main things I use. However how will this affect ftp server and how would this affect logging in.   Hope to hear form someone.
    Nathan

    In the sharing system preferences you can designate folders that can be accessed by FTP. When you're presented with a login/password request, entering your account password will give you access to all drives and folders to which you already have permission to access (basically, everything on your computer). If you do not provide a login name, the server will present only those folders that are accessible by "everyone" (you can set this in the permissions next to the shared folders you designate in the "Sharing" control panel).
    The guest user is the user that's enabled when folks dont enter a password. This allows "everyone" to view folders you designate as "public" (by giving view access to "everyone" as I mentioned above). This user cannot log into the computer, but instead is reserved for network or remote access.
    Anyone can connect to your computer with FTP (if they know the ip address) once it's enable, but only you will have access to everything on your computer. If someone enters an incorrect login name it will either refuse them or only give them "guest" access, which is restricted to the shared folders you designate as viewable by "everyone".
    If you want guests such as your friends to be able to access files, just put the files in the guest-accessible folders such as the "Public" folder in your home directory. This folder by default is a guest-readable (only read...they cannot write to it) directory that's set up in the system preferences as such for FTP/AFP server access.

  • Problem while reading the file from FTP server

    Hi Friends,
    I have a problem while fetching files from FTP server.
    I used FTP_Connect, FTP_COMMAND function modules. I can able to put the files into FTP server.
    but I cant able to pick the files from FTP server.
    anyone have faced similar issues kindly let me know.
    Thanks
    Gowrishankar

    Hi,
    try this way..
    for reading the file using FTP you need to use different unix command ..
    Prabhuda

Maybe you are looking for

  • After upgrading  to Yosemite, I can't print on Okidata c5150n

    After upgrading  to Yosemite, I can't print on Okidata c5150n.  Oki is of no help.  I am connected by ethernet.

  • Can't sync new songs to iPod after hard drive replacement.

    A few months ago, I had my hard drive replaced on my Windows Vista laptop. So I backed up all my files including iTunes to an external drive. When the new hard drive was installed I restored the iTunes library back. Yesterday was the first time since

  • Missing image files in Lightroom 5.7

    I can see a set of images and the metadata shows but the files are not available for external editing or printing.  I can edit them within in LR, but not print them. This is a set of images from one day.  Images taken on days either side of it are fi

  • Make button invisible until end of flv

    I am trying to create a flash file for flash player 6 and 7 that plays a flv video and when the video is finished you see, over the last frame of the video, 2 buttons. The buttons would be "replay video" or "go to url". Also how can I make them dissa

  • PayloadZipBean

    I read about the PayloadZipBean (adapter module) and have a question about it that is not answered in /people/stefan.grube/blog/2007/02/20/working-with-the-payloadzipbean-module-of-the-xi-adapter-framework I don't have an XI system with SP19 so I can