Ftp fails

The files are in /export/home/username and I want to move them across the network to a new server -- soon to be an LDAP Directory server. I ftp'd from the new server, solaris 10, to the nis/dns/nfs/ftp server, solaris 9.
Would it be best to use ftp or nfs? I have tried both, but both have failed.
What are the possible causes of the ftp failure? Is more information needed? Any suggestions as to how to handle this? Maybe there's a how-to available?
ftp> passive
Passive mode on.
ftp> get printers
227 Entering Passive Mode (nn,nn,nn,nn,216,255)
150 Opening BINARY mode data connection for printers
(1252 bytes).
printers: Operation not applicable
226 Transfer complete.
225 ABOR command successful.
ftp> get solaris-nis-ldap.pdf
227 Entering Passive Mode (nn,nn,nn,nn,164,95)
150 Opening BINARY mode data connection for
solaris-nis-ldap.pdf (51126 bytes).
solaris-nis-ldap.pdf: Operation not applicable
226 Transfer complete.
225 ABOR command successful.
ftp> get openldap-2.3.21-sol10-sparc-local.gz
227 Entering Passive Mode (nn,nn,nn,nn,234,63)
150 Opening BINARY mode data connection for
openldap-2.3.21-sol10-sparc-local.gz (9613279 bytes).
openldap-2.3.21-sol10-sparc-local.gz: Operation not
applicable
426 Transfer aborted. Data connection closed.
226 Abort successful
ftp>

What about "scp"?
scp <file> <user>@<remote host>:<remote path>
Maybe your ftp session fails because you don't have write access to the local directory on your local machine?
.7/M.

Similar Messages

  • TMS Error messgae: Source file could not be opened. Message: FTP Failed

    Can you please help me with this error ?
    I am trying to adjust the import queue on prod system, but I get this error:
    TMS Error messgae: Source file could not be opened. Message: FTP Failed
    SLOG:
    STOP  TRANSMIT BUFFER ENTR SID g 0000 20110720075455              ADMIN        ulvcp743p
    STOP  TRANSMIT BUFFER ENTR SID g 0000 20110720075809              ADMIN        ulvcp743p
    START TRANSMIT BUFFER ENTR SID g      20110720075812              ADMIN        ulvcp743p
    STOP  TRANSMIT BUFFER ENTR SID g 0000 20110720080133              ADMIN        ulvcp743p
    START TRANSMIT BUFFER ENTR SID g      20110720081655              ADMIN        ulvcp743p
    WARNING: /usr/sap/trans/tmp/SID.LOB is already in use (10), I'm waiting 2 sec (20110720081843). My name: pid 28901462 on ulvcp743p (SIDadm)
    WARNING: /usr/sap/trans/tmp/SID.LOB is already in use (20), I'm waiting 1 sec (20110720081918). My name: pid 28901462 on ulvcp743p (SIDadm)
    WARNING: /usr/sap/trans/tmp/SID.LOB is already in use (30), I'm waiting 5 sec (20110720081951). My name: pid 28901462 on ulvcp743p (SIDadm)
    ERROR: RFC function TRINT_PROGRESS_INDICATOR error: SYSTEM_FAILURE
    STOP  TRANSMIT BUFFER ENTR SID g 0000 20110720082014              ADMIN        ulvcp743p
    ERROR: RFC function TRINT_PROGRESS_INDICATOR error: SYSTEM_FAILURE
    ERROR: RFC function TRINT_PROGRESS_INDICATOR returned 18
    ERROR: RFC function TRINT_PROGRESS_INDICATOR returned 18

    Hi ckary,
    Thanks for your post. It looks as if your computer is not seeing the driver
    calls and thus it gives the error saying it cannot complete that task. Does
    this happen with any other example programs you run using DAQmx? What version
    of DAQmx do you have? I would first recommend getting the latest DAQmx driver
    version, 8.7.1. You can find this at the following link below.
    Drivers and Updates
    Please post back if installing the latest driver does not
    fix the problem.
    Corby_B

  • FTP Fails in Dreamweaver MX, Same Config Works in CS5

    I've been using Dreamweaver MX for about 5 years and have been using FTP throughout that period.  About a week ago FTP started failing with the error message "An FTP error occurred - cannot make connection to host."  My FTP log is blank, as if it did not attempt to make an FTP connection.  If I save my site config and using that same site config in Dreamweaver CS5, then I can connect and use FTP without issue.  I can also connect with other FTP programs, such as Filezilla. This confirms that I am using correct login information, and FTP is available for the website.  Switching to passive FTP did not help.  Removing and re-installing Dreamweaver MX did not help.  Turning off all my firewalls did not help.  Searching around the web, one person mentioned a similar issue being caused by the server that maintains the website changing their SSH host key changing and were able to resolve that by deleting Dreamweaver's ssh host file.  For him the file was at ~/Library/Application Support/Dreamweaver 8/Configuration/ssh_hosts.  However, it seems to be in a different location for Dreamweaver MX on my Widows 7 computer.  Any ideas on what might be causing this or what I could try?

    BarakObi wrote:
    How about if you take a gamble and reinstall your DW MX?  It could solve the problem. IMHO
    Well - this is a very good suggestion but what puzzles me is why should a software that worked for 5 years suddenly stopped working.  This is completely beyond any sensible reasons.
    I think the MX was initially working in either Windows 2000 or Windows XP and now the NA770 decided to install the same product in Windows 7.  If this is so then it looks like it must be a question of rights attached to that user.  The OP should, perhaps try using as an ADMINISTRATOR or a USER account with those privileges to see if it is anything to do with the rights/security issues of Windows 7.
    We don't know if the product is still running on the old operating system/machine.  5 years ago we didn't have Windows 7 and MX was released well before XP was released.
    I am reluctant to suggest to reformat the HD and clear any bugs that might have entered the system but it is up to the OP to decide now.
    There is no solution to this problem assuming all the configuration settings are correct as claimed in this thread.

  • FTPS failing with Error: ...FTPEx: 'AUTH TLS': command not understood !!

    Hi,
    I am trying to send a file over FTPS (FTP using SSL/TLS) .
    But it fails with the following error in RWB - Communication Channel monitoring:
    Error when getting an FTP connection from connection pool: com.sap.aii.af.lib.util.concurrent.ResourcePoolException:
    Unable to create new pooled resource: FTPEx: 'AUTH TLS': command not understood
    I running NW711_05 and my FTP Connection Parameters are as follows:
    Server: OurServerName
    Port: 21
    Data Connection: Passive {even tried Active but got the same error}
    Timeout: 20
    Connection Security: FTPS (FTP Using SSL/TLS) for control connection
    X Use X.509 Certificate for Client Authentication
    Keystore: service_ssl
    X.509 Certificate and Private Key: ssl-credentials
    Do I need to do any specific configuration/settings on the receiving FTP-server side?
    Kind regards,
    Joe

    Hi Rajesh,
    Thx for your speedy response! I started out by deselecting the certificate checkbox and changing the port no from 21 to 990, this of course generated a different error message:
    Unable to create new pooled resource: ConnectException: Connection refused
    which I believe is because connection is not configured for port 990.
    Anyone else has any suggestions as to how to proceed?
    Regards,
    Joe

  • Prime Infrastructure 2.0 to 2.1 upgrade; tftp/ftp fails everytime

    We are trying to do an inline upgrade to 2.1 following the quickstart guide.  When trying to use TFTP or FTP to copy the upgrade file to disk://defaultRepo the tftp software reports a timeout error waiting for the first acknowledgement.  The defaultRepo directory then shows the file but only 512 bytes were copied.
    This happens with multiple tftp programs and one FTP application.
    Searching for a solution shows that this problem existed back in 1.2/1.3 and the fix involved logging in as root to modify a configuration file.  Surely this isn't the same issue.

    We have the same problems with upgrading IOSes via TFTP.
    Other TFTP tasks, like gathering vlan.dat files in Configuration Archive  Job, is also failed.
    Netstat -an command in root shell shows that java process listening 69 udp.
    udp        0      0 :::69                       :::*                                    9183/java
    /opt/CSCOlumos/jre32/bin/java -Djava.system.class.loader=com.cisco.xmp.classLoader.XMPSystemClassLoader -Dcom.cisco.xmp.XMPHome=/opt/CSCOlumos -Dinstall.dir=/opt/CSCOlumos -server -Xms32m -Xmx256m -XX:MaxPermSize=128m -Djava.awt.headless=true -Daes.dir=/opt/CSCOlumos -Dmibs.root=/opt/CSCOlumos/resources/wirless/mibs -cp /opt/CSCOlumos/classloader-conf:/opt/CSCOlumos/./lib/xmp/XMPClassLoader-8.0.24.jar com.cisco.remoting.packaging.RemotingServiceMain Tftp
    Wireshark shows that Prime tried to do "copy flash:vlan.dat tftp:" but server says "%Error opening tftp://address/xxxx.cfg"
    Strange thing that in directory /localdisk/tftp I see some collected vlan.dat files (about 10, regardless that we have >1000 switches). But I cannot copy them to device manually..
    Summary, TFTP service is started but not works correctly.

  • Proxy 4.0.3 - ftp fails to resume downloads

    Hi, All!
    We have Proxy 4.0.3 running on Solaris 9 Sparc. Http, https work fine, but ftp has several problems:
    1) When downloading file through proxy, proxy does not report file size.
    2) if a download fails, user cannot simply resume it -- proxy reports it can't resume downloads, and user has to start all over again.
    3) If download fails several times, proxy stops serving file completely -- it resets connection and write line like this to error log:
    CORE3282: stdout: gc channel: ftp.chg.ru anonymous:sunproxy@
    Tested with more than 5 ftp clients and different computers.
    What can be done about that?

    David --
    Go to your Safari preferences ,then choose "Security" then "Show Cookies."
    Then type in "Apple" and choose delete for all Apple cookies that appear.
    Restart Safari.
    Let us now how that works, OK?
    Message was edited by: ~Bee

  • Active FTP failing on ACE module

    I've setup FTP as show in the configuration examples.  Passive FTP works fine but for some reason active FTP breaks.
    The client reported that he can authenticate to the FTP server with no problem.  However when he issues a FTP command such as LIST the connection just hangs.  Eventually he has to abort the connection.  10.24.32.75 is my source NAT address.
    PORT 10,24,32,75,239,165
    200 PORT command successful.
    LIST
    150 Opening ASCII mode data connection for /bin/ls.
    425 Can't open data connection.
    When I look at the sniff trace between the NAT and server I see the ftp server initiate the ftp-data connection on port 20.  But then the ACE receives it and sends a reset back to the ftp server.
    Anyone know of commands that can be executed that can show details as to why the connection gets reset by the ACE?
    I have a TAC case opened but still waiting for an engineer to respond.  Just thought I'd post to see if anyone else has experienced this.

    It sounds like you probably didn't configure FTP INSPECT rule for this VIP.
    http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/ace_appliances/vA1_7_/configuration/security/guide/appinsp.html#wp1310518
    The ACE performs the FTP command inspection process as follows:
    •Prepares a dynamic secondary data connection. The channels are allocated in response to a file upload, a file download, or a directory listing event and must be prenegotiated. The port is negotiated through the PORT or PASV commands.
    Thanks
    Eric Rose

  • FTP fails in DW-6.1 on Intel-iMac

    On an Intel-iMac, OS 10.4.11, DW-MX/6.1 is running fine
    except when I try to FTP-connect with our server. If "passive FTP"
    is unchecked in the site definition, DW crashes. And if "passive"
    is checked there is a message saying DW cannot determine the
    server's "time" so it can't do synchronizing. The server is OK, and
    I can FTP a file to the server with Fetch, and for years with
    DW-6.1 on my G4 the site-synchronization worked fine. Evidently
    this is a problem for many people with Intel-Macs/Rosetta using
    DW-MX, so is there a solution? Craig

    craigru wrote:
    > Evidently this is a
    > problem for many people with Intel-Macs/Rosetta using
    DW-MX, so is there a
    > solution?
    Yes, the solution is to upgrade Dreamweaver to the version
    that was
    designed to work with an Intel-Mac: Dreamweaver CS3. MX was
    designed to
    work with older hardware and a different operating system.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • FTPホストにアップロードでFailed FTP upload;550が発生する

    Muse CC 2014
    2014.2.0.569
    Windows7Pro 64bit
    今まで問題なくアップロードできていたのですが?

    HTML書き出しによるFTPクライアントでのアップロードを試しました
    今回変更したhtmlと、追加したhtmlは正常に表示されますが
    変更していないhtmlを開いた最初に
    「サーバー上の一部のファイルが見つからないか正しくない可能性があります。・・・」が全て表示され
    OKの後は正常に表示されますが、再度表示するときにまた同じメッセージが出てしまいます。
    書き出されたフォルダーは3個
    css、images、scripts
    .xmlが2個
    muse_manifest.xml、sitemap.xml
    後はhtmlのページだけです。
    書き出しもうまくいってないのでしょうか?
    アドバイスお願いします。

  • 5505 copy ftp fails

    The FTP server log shows no hits, from 192.168.1.4 I can telnet to 5505 no problem.
    Doing everything on inside interface eth0/1, ftp server  shows up and arp table of 5505 has correct mac for 192.168.1.4
    ciscoasa# copy ftp://[email protected]/asa841-k8.bin disk0:
    Address or name of remote host [192.168.1.4]?
    Source username [bob]?
    Source password []? download
    Source filename [asa841-k8.bin]?
    Destination filename [asa841-k8.bin]?
    Accessing ftp://bob:[email protected]/asa841-k8.bin...
    %Error opening ftp://bob:[email protected]/asa841-k8.bin (Permission denied
    ciscoasa#
    Full running-config attached

    Hi Jason,
    Could you please check the following:
    1. Is windows firewall disabled on 192.168.1.4
    2. What does the following packet capture show?
    access-list capacl permit ip any host 192.168.1.4
    access-list capacl permit ip host 192.168.1.4 any
    capture capinside access-list capacl interface inside
    show cap capinside
    [attach a .pcap version if possible]
    3. Does Wireshark capture on  192.168.1.4 show incoming packets? Reply packets?
    Alternately, you could also install a TFTP server like TFTPD32 on the system and just do a tftp transfer.
    Or, access the ASA via ASDM, and using the File transfer tool, transfer 8.4 image to the flash. (Easiest Option).
    -Shrikant

  • ACE SM FTP PASV fails

    I have been trying to load balance ftp through the ACE SM.  Active FTP works fine.  Passive FTP fails every time and I cannot for the life of me figure out why.  The context is routed and I have included the relevant config for the FTP farm.  Can anyone advise?
    serverfarm host 52-FTP
      failaction purge
      probe PING
      rserver FTP1
        inservice
    class-map match-all class-52-VIP-FTP
      2 match virtual-address x.x.x.52 tcp eq ftp
    policy-map type loadbalance first-match policy-52-LB
      class class-default
        serverfarm 52-FTP
    policy-map multi-match policy-inbound-vlan-665
      class class-49-VIP
        loadbalance vip inservice
        loadbalance policy policy-49-LB
        loadbalance vip icmp-reply
      class class-50-VIP
        loadbalance vip inservice
        loadbalance policy policy-50
        loadbalance vip icmp-reply
      class class-52-VIP-FTP
        loadbalance vip inservice
        loadbalance policy policy-52-LB
        loadbalance vip icmp-reply
        inspect ftp
    interface vlan 665
      description inside
      ip address 192.168.1.254 255.255.255.0
      no normalization
      access-group input any-allow
      service-policy input policy-REMOTE-MGMT-ALLOW
      service-policy input policy-inbound-vlan-665
      no shutdown

    David,
    It appears you are implementing the ACE in one-arm mode, which will require source nat for client traffic unless your FTP servers have a DFGW of the ACE..
    With that said, inorder to statefully load balance PASV FTP you will require some additional lines of configuration since the server will negotate with the client a random high port to connect on you need to create a match any vip (see in RED)
    class-map match-any FTP-VIP
      2 match virtual-address 10.10.10.10 tcp eq ftp
    class-map match-all FTP-NAT
      2 match virtual-address 10.10.10.10 any    <----required for the passive ftp data connection
    policy-map type loadbalance first-match LB_FTP
      class class-default
        serverfarm REAL_SERVERS
    policy-map multi-match VIPS
      class FTP-VIP
        loadbalance vip inservice
        loadbalance policy LB_FTP
        loadbalance vip icmp-reply active
        inspect ftp
      class FTP-NAT
        nat dynamic 10 vlan 172    <----- added in order to client nat both the ftp control and data channel
    Note, if you add the nat statement you will need to define a nat pool 10 under your vlan 665 interface ( you can just PAT connections and use a single IP or PAT to the VIP address). For example:
    interface vlan 665
      description inside
      ip address 192.168.1.254 255.255.255.0
      no normalization
      access-group input any-allow
      service-policy input policy-REMOTE-MGMT-ALLOW
      service-policy input policy-inbound-vlan-665
    nat-pool 10 192.168.1.10 192.168.1.10 netmask 255.255.255.0 pat
      no shutdown
    HTH.

  • Service ftp, IPV6_ADDRFORM setsockopt() failed:

    FTP failing and Apache appears to be stalled. Error appears in my system.log about every 15 minutes and then FTP restarts and Apache wakes up. WHY? I disabled REMOTE ACCESS - which has NOT helped, (as suggested on another site as a possible solution), but this has become very annoying. What's the best way to repair this?

    Okay - cool, but there also is an annoying ftp cramp that appears randomly when I can not ftp to the machine (it times out) and I also notice that Apache stops responding and users start calling me. Then like magic, Apache wakes up and ftp starts running. I noticed in the the logs that SIGTERM is also called and then ftp is restarted. I will try to get the actual log output tomorrow. I disabled ARD so now I can't get in from home and look up the message. That's about all I can recall right now from the logs. There doesn't appear to be any other panic calls either. I installed the Security Update 2005-009 today and it appears more stable. I can't seem to elicit the same behavior by hammering the server with massive data requests or multiple hits.
    Apache and FTP issues are completely independent of
    the IPV6_ADDRFORM setsockopt() failed
    messages.
    All that message means is that the service in
    question tried to bind to an IPv6 address, but
    couldn't - presumably because you're not running
    IPv6.
    It shouldn't cause any problem in normal operation
    (which uses IPv4).
    If you're having issues with Apache and FTP you need
    to dig further to find the cause. However, if this
    error message is the extent of the problem, then you
    have nothing to worry about.

  • FTP Error

    Hi Experts,
    I am using the below FM
    CALL FUNCTION 'ZSMQ_SEND_FILE'
         EXPORTING
           zmqifacena                       = 'ZCAR'
          l_parameter_1                    = fname
          l_filename                          = ws_dsn
          r_parameter_1                    = fname
        EXCEPTIONS
          interface_not_found                  = 1
          interface_not_outbound            = 2
          logical_filename_not_found       = 3
          dataset_not_found                   = 4
          ftp_failed                                 = 5
          OTHERS                                = 6
            IF sy-subrc <> 0.
              MESSAGE e398(00) WITH
                  'MQ XFER for ACT failed RC = sy-subrc.
            ENDIF.
    I am getting FTP FAILED error,  What could be the problem
    pls suggest
    Thanks
    sai

    Hello Saikar Sai,
                              The FM 'ZSMQ_SEND_FILE' that you are mentioning is a custom function Module and not the SAP standard one. So you need to debug the code for understanding the cause.
    Thanks,
    Greetson

  • XML Publisher Bursting - FTP Status Check

    "XML Publisher Report Bursting Program" completes successfully even if EMAIL or FTP fails in the bursting process.
    See the output file below, last FTP fails but the program completed fine.
    Is there a way to check the Status and mark the program error so that we know it's not FTP'ed correctly.
    OUTPUT FILE_
    - <DOCUMENT_STATUS>
    <KEY />
    <OUTPUT_TYPE>excel</OUTPUT_TYPE>
    <DELIVERY>email</DELIVERY>
    <OUTPUT>/u01/autosys/MRP_20130322090315.xls</OUTPUT>
    <STATUS>success</STATUS>
    <LOG />
    </DOCUMENT_STATUS>
    - <DOCUMENT_STATUS>
    <KEY />
    <OUTPUT_TYPE>excel</OUTPUT_TYPE>
    <DELIVERY>ftp</DELIVERY>
    <OUTPUT>/p05/oracle/tmp/032213_095834975/XX_BURSTING_12.xls</OUTPUT>
    <STATUS>success</STATUS>
    <LOG />
    </DOCUMENT_STATUS>
    - <DOCUMENT_STATUS>
    <KEY />
    <OUTPUT_TYPE>excel</OUTPUT_TYPE>
    <DELIVERY>ftp</DELIVERY>
    <OUTPUT>/p05/oracle/tmp/032213_095834975/XX_BURSTING_19.xls</OUTPUT>
    *<STATUS>fail</STATUS>*
    *<LOG>Error!! Could not deliver the output for Delivery channel:null . Please check the Log for error details..</LOG>*
    </DOCUMENT_STATUS>

    Hi Manu,
    Please check below MOS ids and your issue may be resolved.
    Bursting Programs Are Failing With Error "Could not deliver the output for Delivery channel:null" [ID 1241535.1]
    Email Bursting Error 'Could Not Deliver The Output ...' [ID 1354542.1]
    "Error!! Could not deliver the output for Delivery channel:null" - BI Publisher Bursting Error [ID 1272488.1]
    mark if this helps you.
    Regards,
    Kishore

  • FTP to fieldpoint works in development environment but not in deployed app?

    I have developed a VI which employs FTP to upload data files created by another application
    embedded on a FieldPoint, not altogether unlike the "Redundant Datalogger" example VI found
    in the NI Developer Zone. Unlike that example, I am not employing DataSockets, Citadel
    database functionality or any other DSC functionality which I know or suspect does not work
    in a deployed application without the DSC Run-Time Engine.
    This VI works fine when I run it in the LabVIEW Development System (Full + RT + DSC), but
    when I deploy the VI as a standalone application FTP (at least) appears to quit working.
    I don't have the specific error code -- my VI re-interprets FTP errors to a novice-
    friendly "check the LAN connection and/or FieldPoint power" warning and I will have to
    modify the code to extract better diagnostics. I will also not be able to probe further
    until I can get back to the fieldpoint, which is happily running its little app in a little
    one-room water plant in the mountains. Meanwhile, is there something more fundamental (and
    obvious to the veterans) which I am overlooking?
    This application employs DSC security features and I have deployed it bundled with the
    associated DSC files per the DSC manual instructions. All of that is apparently working fine;
    the stand-alone just won't FTP to the fieldpoint while the development copy will.
    Bob Miller
    P.S. This VI also employs TCP to continuously communicate control and status info with the
    fieldpoint, but the VI gives up on the link when FTP fails and never tries to open the TCP
    path.

    I will answer my own query for any casual readers. I dragged my
    notebook and my carcass up into the mountains last night to attempt
    to diagnose the problem. One word answer:
    Firewall.
    The Symantec firewall on the PC had been configured to allow Labview
    to access the network via TCP (which FTP is built on), but not an
    application named "Water Plant Watchdog". Reconfiguring the firewall
    (a two-minute job) fixed the problem.
    NI embeds a lot of "Disable Windows firewall" messages in the LabVIEW
    installer and/or documentation. This is an issue for a standalone PC
    connected to a fieldpoint and a dial-up ISP. So the firewall (and the
    LabVIEW application) must be managed to allow each other to do their
    job. Fortunately Symantec (Norton)'s firewall seems flexible enough.
    Bob

Maybe you are looking for