Windows 8.1 Pro - FTP.exe not able to put file to FTP Server

Hi
We have replaced our Windows XP environment to Windows 8.1 Pro. Now I have problem with sending files through FTP to very old devices. Devices are runninng FTP Servers. Each time I try to "PUT" file on Windows 8.1 I receive message after some time:
"Connection closed by remote host"
If I make the same on Windows XP file is stored on FTP successfully. 
From Windows 8.1 I am able to upload software only via Filezilla, but I need command line solution like FTP.exe or ncFTP.exe (non of them are able to stor file)
I have observed in Wireshark, that ftp.exe sends about 80kB of data, waits for some time and then it stops.
Summary of my problem:
Source Appl      
Destination
  Status
Win XP ftp.exe  
FTP Server upload ok
Win 8.1 ftp.exe  
FTP Server upload failed
Win 8.1 ncFTP.exe
FTP Server upload failed
Win 8.1 filezilla  
FTP Server upload ok (but no command line solution)
Win 8.1 environment:
- standard installation of Windows 8.1 with newest Microsoft patches
- firewall ports - opened for inbound and outbound traffic
- no antivirus
FTP Server on problematic devices:
- old FTP Server, transfer in passive mode
I need command line solution tu upload files. Now I am not able to upload 1500 devices as we don't have Windows XP anymore.
What I have observed, when I type "PUT file" it takes about 20-30 seconds to start transfer on Windows XP or through filezilla.
Is there any problem with timeout in Windows 8.1 when it transfer files to old FTP server (working in passive mode)?
Thanks and regards,
Marcin

Hi Marcin,
Here is a thread talking about Windows 8.1 and FTP, see:
Windows 8.1 and FTP problems
https://social.technet.microsoft.com/Forums/windows/en-US/db3793a6-2810-464c-af9a-522b05f51ba9/windows-81-and-ftp-problems?forum=w8itprogeneral
Further, I am currently checking on the issue, if more things found out, I will update here.
Thank you for your understanding.
Best regards
Michael Shao
TechNet Community Support

Similar Messages

  • Windows 8.1 Pro WinHlp32.exe not running

    Immediately after Diskpart-Win80-Win81 fresh install, there are four (4) instances of WinHelp32 on our machine:
    C:\Windows\en-US\winhlp32.exe.mui
    C:\Windows\WinSxS\x86_microsoft-windows-winhstb.resources_31bf3856ad364e35_6.3.9600.16384_en-us_66fa9c274977a4e2\winhlp32.exe.mui
    C:\Windows\winhlp32.exe
    C:\Windows\WinSxS\x86_microsoft-windows-winhstb_31bf3856ad364e35_6.3.9600.16384_none_bda5d2e02500670f\winhlp32.exe
    Running WinHelp32.exe from Admin Cmd prompt in C:\Windows I get this: 
    'winhelp32 is not recognized as an internal or external command, operable program or batch file."
    Was this a healthy Windows 8.1 update from Windows 8.0 Pro? Anyway, more information...
    There are no HLP files in the Windows 8.1 Update. There are many in Windows.old Windows 8.0. System32.
    Alerted to this bug during hardware installation. New audio card Asus Xonar STX help file is in *.hlp format. Like all 8.0 help files, Asus HLP will not open. Windows 8.1 fresh install will not open any HLP file and opens window linking me to this
    page:
    KB 917607 provides a
    Resolution link
    Windows Help program (WinHlp32.exe) for Windows 8 
    - offering 32-bit and 64-bit downloads
    64-bit is selected for our Intel EFI platform, with download:
    Windows8-RT-KB917607-x64.msu
    This installer does not appear to be compatible:
    Popup
    Windows Update Standalone Installer
    The update is not applicable to your computer.
    Popup links to KB 917607.
    Moving top popup aside, another popup
    Windows Update Standalone Installer
    Searching for updates on this computer...
    [running search scrollbar]
    Top popup must be closed to exit both popups.
    MSU is typically a Vista product! Also note: KB 917607 lists Windows 8.1 as Applies to.
    Symantec support for Norton 360 has determined there are no threats on this machine.
    Our two Windows 8.1 installations on this same machine last week had no problems with HLP files!
    NEW with this install we added Windows Media Center.
     This is a Windows problem.
    Where is WinHlp32.exe for Windows 8.1 64-bit?
    This needs to be fixed!

    Thank you for the link ( http://www.microsoft.com/en-us/download/details.aspx?id=40899
    ).  It's such a shame that the systems have gotten so complicated, that a simple .exe file can't be made available across versions.

  • Not able to get file from application server with read dataset

    Hi,
    Firstly i download a file from application server from read data set and then i sent this file as attachment. But problem is that i am able to send .jpg .bmp file but i am not able to send .pdf or .doc file so what can i do for that. ?
    My code is like below...
      DATA : PATH TYPE STRING.
      DATA: E_FILE LIKE RLGRAP-FILENAME.
      CONCATENATE '/tmp/'  NAME_WITH_EXT INTO E_FILE SEPARATED BY SPACE.
      CONDENSE E_FILE NO-GAPS.
      IF EXTENSION = 'TXT'.
        OPEN DATASET E_FILE FOR INPUT IN TEXT MODE ENCODING DEFAULT WITH WINDOWS LINEFEED . " MESSAGE MSG.
        IF SY-SUBRC <> 0.
       WRITE: SY-SUBRC, MSG, ' LIKE ', C_FNAME.
        ELSE.
          WHILE SY-SUBRC = 0.
            READ DATASET E_FILE INTO WA_C.
            IF SY-SUBRC <> 0.
              EXIT.
            ENDIF.
            APPEND WA_C TO IT_C.
          ENDWHILE.
          CLOSE DATASET E_FILE.
        ENDIF.
      ELSE.
        OPEN DATASET E_FILE FOR INPUT IN BINARY MODE. " ENCODING DEFAULT. "    INPUT IN  BINARY MODE . " TEXT MODE ENCODING   NON-UNICODE.
        IF SY-SUBRC = 0.
          DO .
            READ DATASET E_FILE INTO GS_PDF_TAB.
            IF SY-SUBRC = 0.
              APPEND GS_PDF_TAB TO GT_PDF_TAB.
            ELSE.
              EXIT.
            ENDIF.
          ENDDO.
          CLOSE DATASET E_FILE.
        ENDIF.
      ENDIF.
    Regards,
    Gurprit Bhatia

    delete this line DEFAULT WITH WINDOWS LINEFEED  and check this..

  • Sender File Adapter  not able to get file via FTP from an external system

    Hi,
    I have a Sender File Adapter using FTP which polls a server every 10 seconds looking for a file ".xml".  The adapter will connect and pick up the waiting file, but sometimes the adapter not able to get file via FTP from an external system. The file is on the server, but despite the polling, the adapter does not pick up it. There is no return error.
    The connect mode is Permanently and the transfer mode is Binary.
    Can you help me?
    Thanks.
    T.

    Hi Teresa,
    does this case appears with a file size higher the others?
    Personally, I do not recommend to have a polling under 1min.
    10s could be too just, if the file is not small and/or if the file server is far (several kilometers) to where the Adapter Engine is, and/or this file server is beside a firewall. Do not forget also that, with previous points, you could have like a conflict, betwen the 1st polling and the 2nd polling, if in less 10s PI adapter has not enough time: to connect to the FTP server (several Km), find the file (perhaps among 100 other files in the directory), go back to the file to Adapter Engine server (several Km again), convert your file to XML message (with a complex Content Conversion), then check the XML structure, and when all that is done, return back to FTP server (several Km), to archive the source file... Well It's my understanding of a FTP exchange with FILE adapter...
    If you really need a 10s polling, that's mean your have a pseudo real time interface. In that case, in my mind file should not be used! but we should use a Web service, JDBC JMS (any exchange without a physical object like a file). For me, it's a non-sens to have a file in that case.
    regards.
    mickael

  • Hi, I would like to know if is it possible to install windows on mac pro , because I need to have some application like SQL server and visual studio, and they could not be install on mac

    hi, I would like to know if is it possible to install windows on macbook pro , because I need to have some application like SQL server and visual studio, and they could not be install on mac

    Windows on a Mac

  • Hello - am using acrobat X pro - i am not able to edit text

    hello - am using acrobat X pro - i am not able to edit text

    So, what exactly do you do? What do you try, what exactly do you click, select etc. There are many things you might try, and we can't see over your shoulder so I'm afraid it has to be detailed this way.

  • I have ebook in epub format. I was using it in Windows XP. However, recently I rebooted my system to Windows 7. Now I am not able to open it in Adobe Digital Edition. It gives an error saying "Document is licensed for a different user account". Can please

    I have ebook in epub format. I was using it in Windows XP. However, recently I rebooted my system to Windows 7. Now I am not able to open it in Adobe Digital Edition. It gives an error saying "Document is licensed for a different user account". Can please someone give me a solution for this. the book is expensive and i don't want to lose it. Please help.

    I have ebook in epub format. I was using it in Windows XP. However, recently I rebooted my system to Windows 7. Now I am not able to open it in Adobe Digital Edition. It gives an error saying "Document is licensed for a different user account". Can please someone give me a solution for this. the book is expensive and i don't want to lose it. Please help.

  • I have  mac book pro. Since i updated to OS 10.8, I have experienced the following: many of the programs don't respond. Not able to transfer file (eg pdf file og movie (VLC)). Many of the processes seem to be less effective or won't respond.

    I have a mac book pro. Since i updated to OS 10.8, I have experienced the following:
    many of the programs don't respond.
    Not able to transfer file (eg pdf file og movie (VLC).
    The tech tool diagnostic software (as part of apple care protection plan) stops in the middle of scanning.

    First, know that if you have any old PPC-only applications they will no longer work. You should uninstall them completely. Secondly, applications that don't work may require upgrades for compatibility with Mountain Lion. Thirdly, you may have a dysfunctional upgrade for which you should try this:
    Reinstalling Lion/Mountain Lion Without Erasing the Drive
    Boot to the Recovery HD: Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the main menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu.
    Reinstall Lion/Mountain Lion: Select Reinstall Lion/Mountain Lion and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.

  • When I insert a blank cd into my macbook pro nothing comes up. I am not able to put any music on it. What should I do?

    Hey. When I put a blank cd into my computer nothing shows up. I am not able to put music on it. What should I do?
    I have a disc that has this logo:
    compact disc recordable cd-r

    I just tried what u said and it wasn't on ignore. Any other ideas?

  • Have downloaded flip4mac to watch .avi files on quicktime but still not able to access files. Any suggestions? Thanks L

    have downloaded flip4mac to watch .avi files on quicktime but still not able to access files. Any suggestions? Thanks L

    Flip4Mac plays Windows Media content, not AVI content. The codec needed to play those specific AVI files is most likely part of Perian or VLC but may not exist for Mac OS X.
    (97189)

  • Not able to put reason for rejection at sales order level.

    Hi Gurus,
    I have an issue where I am not able to put reason for rejection for line item in sales order. It gives error as please delete the follow on document purchase order line item number 10. I have already deleted the line item in purchase order. Then tried but did not work. Tried by deleting the purchase requision item also but it did not work.
    Tried to undelete the item from PO and then again tried to put reason for rejection but it could no worked out. 
    Please guide me what can be the solution.
    Regards
    Vinod

    As far a I understand you created PO for line item
    So first check whether GR is reversed or not for PO
    Then mark this line item for deletion in PO and then in PR
    Check if you have created any billing document for PO if so reversed that invoice
    Also check if you have created any delivery for the Line item in sales order if yes then reversed the same
    If you have Sales order related Billing, and if you have done billing reverse the same
    If you have Delivery related Billing, and if you have done billing reverse the same
    After reversing all docuemnts created for Sales order then only try to reject the line item
    You can check table VBFA for document flow

  • Not able to put my music on my ipod after installing itunes in another pc, it took al my music from my ipad, but now i cant  put it back

    not able to put my music from itunes back in my ipod after intalling itunes 10 on a new computer, it does recognize my ipod but refuses te put music back after taking it all out ... help

    From your Old Computer or its Backup... you need to Copy your ENTIRE iTunes FOLDER to your New Computer..

  • Not able to put data selection condition in data selection tab of infopakag

    I was loading data from data source as data mart ( export data sauce from ODS) to other ODS.
    when I tried to do delta Initialization with data transfer , I am not able to put data selection condition in data selection tab of infopakage.
    when I choose Full Update in Update tab . It enables data selection fields in data selection tab. and I could put the condition.
    I have checked in transfer structure as well , the fields are marked for selection.
    Please advice .
    Please tell me what could be the reason for this problem

    Ashutosh,
    As you are doing delta upload the data selection tab will be disabled, if you want to do the selective load then you need to do init update with your selection.
    When you do the full updtae then definitely the data selection tab will be enabled for all the objects.
    Hope this helps...
    *******Assign Points if it helps********
    Thanks,
    Gattu

  • Not able to send files to my Mac via bluetooth.

    Hey i have mac os x 10.5, i am not able to sen files to my mac from my blackberry 8520. I have paired my bb and mac but when i try to send files from my bb it says "Failed to find service".
    Please help.
    Thanks.

    Hi
    go to system preference
    and go to sharing
    enable blue tooth sharing
    Hope it helps
    LH

  • HT1414 my phone went on switch off mode since yesterday and not able to put on again till now.

    my phone went on switch off mode since yesterday and not able to put on again till now.

    I am having the same problem.

Maybe you are looking for

  • Linking Peoplesoft to SAP

    Hi, Can anyone help me in linking peoplesoft to SAP. i.e. The client was earlier working on Peoplesoft and is planning to shift to SAP, so would require to do the conversions. Moderator message: far too generic, please search for available informatio

  • Apple TV on Interactive Whiteboard with no sound?

    Working in a school, iPads and Apple TV are a vital part of day to day lessons. We connect Apple TV to the HD projectors in each room for Airplaying purposes on the iPads. When it is mirroring on to the projector, and on to the Whiteboard, we can get

  • Acknowledgement only received when updating SXI_MONITOR

    Hi I have a strange issue. In my BPM i am posting an Idoc to SAP. I wait for transport acknowledgement before I proceed. If I check SXI_MONITOR and press update (F5) I will get the acknowledgement almost immediately and the process continues. On the

  • T5400 and 5200 What's the difference?

    I previously had the old 2200 5.1 speakers but sold them to a relative and am looking to get some more speakers. Aside from the t5400 series having more power, I can't seem to find something telling me what the difference is. Anyone with knowledge ab

  • Error ADF

    Hello everybody, I have been received the following error frequently and I haven't got managed to capture it: This error happens when I just randomly surf the JTree. Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException      at oracle