FTP Connection with backslash in username

Hello,
I am using Peter Torpey's FTPConnection.jsx to upload rendered movies to a server directly from After Effects. Works great on my server! Now, I have to use Microsoft's Azure for hosting this project, and their FTP username includes a backslash. The connection is refused ("Login failed: Server rejected username"). Seems like ExtendScript's Socket doesn't like the backslash in the FTP username!
The logfile contains (domain\username is my ftp username):
--Put: successfully connected
+220 Microsoft FTP Service
--Found code: 220
:USER domain\username
+451 The parameter is incorrect.
:QUIT
When defining the ftp username in JavaScript, I escape the backslash:
var ftpUser = 'domain\\username';
The FTP credentials work with a FTP desktop client (cyberduck in my case) and also in command line.
Any tips of how to get this working?

Hi Arie,
thanks for your help. Unfortunately the two suggested solutions don't work. I have also tried other options with quotation marks (which work in command-line ftp) like
var ftpUser='\"domain\\username\"';
and none of them work.
I can definitely verify that the FTP connection works with an FTP client or via the command line in OS X.
I can also connect without any problems with a PHP script, so the current workaround uploads to a "normal" FTP server and then a PHP script transfers the files to the Azure server.
Best,
Andreas

Similar Messages

  • Ftp connection with camera

    with the previous 10.6 or older OS, i can have a check box to set the mac as the ftp server, but with 10.7 the check box has gone, so how can i fix that? i use the as the connection with my camera, and now is all dead, please help!!

    JavaWorld published an article about this topic. It is called "Java FTP client libraries reviewed" and it can be found here :
    http://www.javaworld.com/javaworld/jw-04-2003/jw-0404-ftp.html
    Best regards
    Jean-Pierre Norguet
    Jean-Pierre Norguet
    JavaWorld Press
    http://wasa.ulb.ac.be/jp.html

  • RFC SDK, connect with japanese username to a unicode SAP system

    Hello everybody,
    I try to connect with a japanese username to a unicode SAP system. I use VC++ and make the call like this:
         BYTE utf8_byteArray[10] = {0xE3, 0x81, 0x8A, 0xE3, 0x81, 0x99, 0xE3, 0x81, 0x99, 0x00 };
         CString sJapUser(utf8_byteArray);
         sConnectParam.Format( cU("CLIENT=%s USER=%s PASSWD=%s LANG=%s SYSNR=%d ASHOST=%s PCS=2"),
                             "800",
                             sJapUser,
                             "password",
                             "EN",
                             1,
                             "9.22.104.145");
         hRfc = ::RfcOpenEx( (char*)(LPCTSTR)sConnectParam, &error_info);
    I tried it with different codepages and PCS settings (1/2) too but i always get the error:
    "Name or password is incorrect (repeat logon)"
    When I connect to a non unicode japanese system in locale encoding it works.
    Another thing i saw is that the utf8 string is truncated after 12 bytes (12 character/bytes is the limit of user name length). When I use a japanese username with 6 japanese symbols (18 bytes in utf8) I see the following in the RFC trace:
    rfcOpenHooked
        destination             <unknown>
        mode                    3
        conopt 3 hostname       9.22.104.145
        conopt 3 sysnr          1
        conopt 3 use_l_bal      0
        conopt 3 use_sapgui     0
        client                  800
        user                    おすすめ (here the username misses 2 japanese characters)
        language                E
        trace                   0
    L-GetCodePage (DEFAULT-CP) rc = 0: 1100
    Here the username is correct:
    >>> RfcOpenEx ...
    Got following connect_param string:
       CLIENT=800 USER=おすすめダウ PASSWD=******* LANG=EN SYSNR=1 ASHOST=9.22.104.145 CODEPAGE=4110 PCS=2
    Send RFCHEADER: 01/LIT/IEEE/SPACE/4110
    Send UNICODE-RFCHEADER: cp:4110/ce:IGNORE/et:5/cs:1/rc:0x00000023
    In the RFC trace the username is truncated (only 12 bytes(4 characters) instead of 18 bytes (6 characters))
    000160 | 44657369 676E0130 0111000C E3818AE3 |Design.0........|
    000170 | 8199E381 99E38281 01110117 000C905F |..............._|
    000180 | E417BBAC 1DDD543E CE540117 01140003 |......T>.T......|
    To connect with japanese usernames using the SAP-GUI works fine but the rfc traces show that the connection is established in another way.
    Can anyone help me with this or is it just impossible to use japanese usernames for logon with RFC.
    Thank you in advance.

    Please note the header of this forum: "This forum is dedicated to all other development-related questions which are not directly addressed by other forums. This includes Business Objects SDKs, products, or technologies which do not fall under BusinessObjects Enterprise, BusinessObjects Edge, Crystal Reports Server, or Crystal Reports (for example Desktop Intelligence SDK, Universe Designer SDK, Portal Integration Kits, Java User Function Libraries, and other third party technologies or development languages). "
    I do not think you are using any of the products described above. Please post to the correct forum.
    Ludek

  • FTP Connection Issues Dreamweaver CS5.5

    I can't ftp into the top level directory of any of my hosting accounts with dreamweaver cs5.5
    This is becoming a major issue and I'm aware now of other users with the same issue.
    First  log in to an ftp server works fine - the test case directory is created  and deleted - and I think it is this which is causing some odd  permissions issue.
    Second time you try to log in, the connection is made,  but then any directory listing times out. However if I define a  directory such as /public_html/images/ then it will connect and display  directory listings just fine.  Clicking "Test" in the server definition dialog results in an OK message.
    If i FTP in using a different FTP Client (in this case  Transmit) and upload a single file, the issue goes away, and  dreamweaver can again connect - one time only, until I perform this odd  "reset".
    This happens on all FTP connections across multiple  hosting companies (all of the hosting companies my clients sites are  stored at).
    FTP log is below:
    < 257 "/www"
      < 220 Welcome to Proweb Server FTP service (JubJub).
      > USER winfo
      < 331 Please specify the password.
      > PASS
      < 230 Login successful.
      > PWD
      < 257 "/"
      > CWD /
      < 250 Directory successfully changed.
      > CWD /www
      < 250 Directory successfully changed.
      > PWD
      < 257 "/www"
    Then it waits for a while before  giving me the following error message (I've extended timeout to anything  up to a couple of minutes, no difference):
    Toggling the "USE Passive FTP"  checkbox may help you establish a connection. -Select or de-select the  checkbox and click Test to tray again.
    -if you are connecting  using an IPv6 enabled server, please select the "USE IPv6 transfer mode"  checkbox in the Advanced site definition dialog.
    If  the problem persists, check you network settings, including the local  firewall settings on your computer, or consult your network  administrator.
    I have tried PASV checked and unchecked, performance optimisation, and every other combination available to me. I am not connecting through a proxy.
    The  settings on ALL of my sites worked before the cs5.5 upgrade. The  settings on NONE of my sites with a root directory specified work since  the upgrade.  The only thing that has changed is the move to dreamweaver  cs5.5.  I can connect with other ftp clients.  my ftp server settings  are correct. My server and network settings are unchanged. The settings on ALL my sites on other FTP clients continue to work fine.
    Am on an i7 2.8GHz Intel iMac running 10.6.7 with 8 gigs of RAM. I have quit all software except dreamweaver and tried running my mac firewall both on and off.
    Really running out of ideas, and know of other people with the same issue since the upgrade - what's going on Adobe?!

    Same for me, in that I had an unreliable and effectively unusable FTP connection with CS5.5 . I've reverted to CS5, because even though I'll miss a couple of the new features I need to have a working connection to the site when working with PHP - because otherwise I can't see my site at all other than via Firefox. I also suspect that at least a couple of times I've had some sort of corruption occur as a result of the FTP hanging. All was okay before CS5.5, and I may have slagged off a different hosting provider than my present one when it was in fact (at least in part) a DW issue. If it isn't fixed in CS6 then CS6 is unusable for me and I'd definitely be happier with 'unenhanced' CS5 FTP functionality. The theoretical performance gains with the CS5.5 implementation are trivial by comparison with the problems. If all else fails, please revert to CS5 code for the FTP side of things.
    UPDATE!!!!!!!!!!!!!!!!!!!!!!! This is now fixed for me. The problem was that I did not have a proper web url entered in my site definition for the remote server. I'm not sure how that was placing any limitation on FTP access - after all, the need for a full site definition was removed a couple of software issues ago - but the fact is that with the correct web address entered I have working FTP on CS6 (and seemingly on CS5.5 too). I had a simple forward slash entered for the web address, probably as a result of some earlier investigation of the local server/remote server relationships for file upload on a PHP site. I was running CS5 with the correct Web Url entered, so that was working and the CS5.5, without the correct Web Url, was not. I vaguely remember reading that the Web Url was connected with DWs management of absolute/relative links and not much else, but it seems that is not the case. The new FTP is MUCH faster and I'm a happy guy. Site menu>>>Manage sites>>>[select your site]>>>Edit>>>Servers>>>[2-click your server]>>>Web URL:    Put in the full URL e.g. http://www.somesite.com . Not sure if you need a trailing / after, but I have one.
    UPDATING AGAIN: Through all of that I had turned on the  'IPv6 protocol' and 'Passive FTP' options in an attempt to get working. The result of that was FTP that worked well once transferring files but often took a while to hook up. Deselecting those, and using CS6, I'm happy with my FTP.

  • Ftp connection and Dreamweaver

    Hi everyone,
    I was all day long reading the posts in this forum and Adobe's about ftp connection issues with Dreamweaver. Hope somebody else has a new idea or experience to help me.
    I have been working and updating 3 websites (different servers) with Dreamweaver 8 with no problem until yesterday. I'm pretty sure I didn't change any settings of my firewall or dreamweaver. But since yesterday I couldn't connect to just ONE of my websites. I always get the message: "Dreamweaver could not connect to the server. User canceled. Operation time out".
    It's odd because when I "test" the connection on "remote settings" it does work. But when I try to only upload any file it doesn't.
    So, I report to the server and it was not a problem with them. I tried to connect by ftp in Firefox and worked. So I realize it could be something with my ftp connection.
    I tried to turn off my firewall, but still not working.
    I tried to test the TCP/IP port 21 (and it is open).
    I tried to delete the site definitions from Dreamweaver and re-create again, but no luck.
    I just didn't re-install Dreamweaver because I'm afraid to lose the connection with my other 2 sites.
    Does anybody have any tip, or link with similar issue that I can get some turn around???
    Please any help would be appreciated.
    Thanks
    Viv
    MacBookPro2,2   Mac OS X (10.4.9)  

    But I don't understand why I get ftp connection with
    2 websites and just one is not working??? should this
    be happening if it was a "port" problem???
    I can help clarify this. With FTP, there are TWO connections. The first is the control connection, and that occurs on port 21. This is where the authentication takes place, and where commands are passed from cliet to server.
    The second connection is the data connection. This is where the transfer of data takes place (including a directory listing). There are two basic ways of establishing this connection, active and passive. In an active connection the server attempts to open a socket from port 20 to a random port on the client. This is the connection which is blocked by firewalls.
    In passive mode, the server sends back a port number that it (or rather a child) is listening on. The client connects to the server on that port, and receives data. The problem is, that while this is happening, the control connection is idle. This may cause the control connection (and thus the entire protocol) to time out.
    So there are quite a few things that can go wrong. If your server only supports active mode and you have a firewall which blocks its incoming connection, eventually the control connection will time out. If your server is load-balancing, or your router tries to recylcle ide connections, the control connection may be shut down. I don't know what's happening in your case, but I can tell you what may be happening with your ports. HTH.

  • Adobe Dreamweaver FTP connection doesn't work with german "Umlaut" like "ö" in the severadress

    Hi
    Today I tried to establish a FTP connection to the serveradress "ftp.möbelverwandlung.com", but I get the error message that the program couldn't connect to the host. As Dreamweaver works perfectly with other serveradresses and I managed to establish a connection to "ftp.möbelverwandlung.com" with other programs, I think that the problem is the german "Umlaut" "ö". Did anyone recognize the same problem and does someone know a solution?
    Thank you very much for your help

    Here is the English translation of your previous post -
    Hello Maximilian,
    I got a even looked at my provider. Usually there must pay the original domain for the agreed period and agree a new. However, they show a accommodating for so short "duration" of a few hours like you. Try to contact your ISP phone support.
    MfG
    Hans-Günter
    Anyhow, I think you have covered the options!

  • Problem in Connecting with Ftp

    Hi all,
    While Connecting to the ftp i am getting the folloeing error.
    "An error occurred while connecting to the FTP server 'mn01crm02:21'. The FTP server returned the following error message: 'com.sap.aii.adapter.file.ftp.FTPEx: 550 /usr/sap/SAP MDM 5.5/Server/Distributions/D11_ORCL/ADCWECC/Inbound/SAP_ECC/NewPort2/Ready: The system cannot find the path specified. '. For details, contact your FTP server vendor."...
    Previously port was not opened now the port issue has been resolved. Please focus some light on this error. what can be the possible ways to overcome this error. Considering that i have gven user namr and password correctly (TO connect with ftp) in sender file adapter.
    Thanks
    Sachin

    Hi ,
    The  error is surely of the Path .
    Just perform the following steps.
    1. Logon to the FTP machine.
    2. Go the Folder where the FTP is configured....(d:/ smflder/ FTPFolder/ Parent Dir/ Child Dir)
    3. Now in communication channel if u have used the path say (Parent Dir/ Child Dir)
    4. Then specify the Parent folder also in the channel for e.g. (FTPFolder/ Parent Dir/ Child Dir)
    This must solve your problem
    Regards,
    Ashwin M
    Mark the helpful answer

  • FTP connection possible with J2ME?

    Hi all,
    Does anybody if it is possible to make an FTP connection for a J2ME midlet (like you would make an http connection). If so, how can I do this and where could I find some information about this?
    Kind regards

    In MIDP 1.0, only HTTP support is required. With only HTTP, you could set up a custom proxy (which could be a Java servlet, CGI script, etc.) that does FTP on behalf of the client. So the client would make an HTTP request to, say, http://www.example.com/ftpProxy?url=ftp%3A%2F%2Fftp.example.com%2Ffoo%2Fbar, and the server-side ftpProxy program would fetch and return the specified FTP URL.
    Some phones support raw sockets, in which case a proxy wouldn't be needed and you could implement FTP yourself (by reading the appropriate RFC). But this wouldn't be very portable as there are J2ME MIDP phones that only support HTTP.

  • Windows 8 not compatible with FTP connections?

    Ok I researched this for 2 days now and I am a freelancer. This is the only way I can make a living so I really need to fix this issue...
    On my windows 7 desktop, I can connect with any FTP and be fine. It will connect successfully and never log me out until my session goes idle like usual.
    However, on my Windows 8 laptop, I tried Filezilla, FireFTP, SmartFTP, Winscp, and even the Windows Explorer FTP access.. no matter what site I try to connect to via FTP (I tried around 5), it will not let me connect. This seems to be a Windows 8 issue.
    So I tried to workaround it. I installed VirtualBox with Ubuntu 13.10 and it still won't connect. Maybe because my Windows 8 OS is running in the background, who knows.
    How do I fix this? I only get the error : timed out.. or can't connect. Nothing informative. However, I connect to all 5 locations with my Windows 7 computer perfectly fine.
    I need to get this to work on my laptop so I can freelance since I travel and do contract work.. this is super frustrating and I don't want to have to switch to a mac.

    Do you have a third party firewall running?  That could be doing the blocking.
    If not, then just as a test, disable the Windows 8 firewall and try it, if it works then we have to figure out just what rule is blocking the connection.
    I have no problem with FTP on Windows 8, I use it a lot, but most of the time I just use the built in command line FTP, though I have used Internet explorer some.
    Which Windows 8 are we talking about here?  (RT, Pro, ...)
    Bob Comer - Microsoft MVP Virtual Machine

  • Problems with FTP connection in Dreamweaver 4

    I hope someone can help me with the following:
    Since recently I can only connect to the FTP host within
    Dreamweaver once a day.
    I have two defined sites in my Dreamweaver 4 and before I
    could connect several times a day both sites - no problem.
    But now it connects once and then when either trying to
    connect to the other defined site or perhaps a while later to the
    first site again (where I connected well on the same day already) I
    am getting the error message: 'FTP error - connection to the host
    cannot be madet'.
    Basically it will now always only connect daily once.
    Anyone any idea what is causing this?
    Many thanks for your help.

    These issues are most often associated with your firewall.
    Please try
    disabling it altogether.
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14834&sliceId=2
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "NicknamecomputerABC" <[email protected]>
    wrote in message
    news:g5f3d6$4p1$[email protected]..
    >I am using Windows XP.
    >
    > Am using passive FTP (this is ticked, when the
    connection works)
    > but also tried unticking it, still the same error
    message.
    >
    > Yes, contacted my host.
    > Actually just changed hosts and the previous one, where
    the same problem
    > started a while back, didn't help, mentioned something
    like, that's the
    > 'limitation in Dreamweaver' --- though this doesn't make
    any sense, I
    > think,
    > as it did work before for years?
    > Contacted also my new host, slightly more willing to
    help, had me check
    > several things (also running "command" to see whether I
    connect to their
    > server, and I did.
    >
    > Am using a AVM FritzBox (but also used that one when it
    all worked without
    > problems), it has also now FTP enabled i.e allowing port
    21.
    >
    > What I find so strange is that it does connect, just not
    more than once
    > a
    > day any longer,
    > so the settings must be right.
    >
    > I am using AVG antivirus, but also tried to not using
    it, or not using
    > their
    > shield (firewall) but still the same.
    >
    > I have also tested a third party FTP client (FileZilla)
    but there I am
    > getting
    > the following message:
    > Status: Connection established, waiting for welcome
    message...
    > Error: Could not connect to server
    >
    > So cannot even connect with FileZilla once.
    >
    > Not sure where I can see the FTP log window? (Or is this
    the message above
    > from FileZilla?
    >
    >
    > Many thanks for your assistance.
    >
    >

  • Can't connect to ftp servers with Passive Mode

    Hello,
    I can't connect to ftp servers with Passive Mode.
    I have Linksys WRT54GL.
    Msg i have:
    [R] 200 PORT Command successful.
    [R] LIST -al
    [R] 150 Opening ASCII mode data connection for /bin/ls.
    [R] 426 Data connection closed, transfer aborted.
    [R] List Error
    and:
    [R] 200 Type set to A.
    [R] MODE Z
    [R] 200 MODE Z ok.
    [R] PASV
    [R] 227 Entering Passive Mode (*,*,114,11,8,147)
    [R] Opening data connection IP: *.*.114.11 PORT: 2195
    [R] Data Socket Error: Connection timed out
    [R] List Error
    Thanks for the help !

    Maybe you need to do Port Forwarding on your router...Check for the Port Numbers for your FTP Server...

  • Pblm with FTP connection

    We have a process which exchanges files between UNIX and NT server. We are exchanging the files using FTP connection. But, this FTP transfer is hanging at random times. This behaviour is happening at only few times and if we start the process again immediately, it is competing successfully.
    We thought that the problem will be with FTP connection and we are checking the ftp connection using ftpClient.isConnected(). If this call returns false, we are skipping without transfering the files. But, this funtion is returning "true" and the process is still hanging.
    I have an assumption like.... the connection will be active and it may not be successful connection. can it be possible? If it is possible, can u pls let me know how to overcome this type of problems.
    I have an idea as below:
    After calling ftpClient.connect(inetAddress, ftpPort), can we verify the successful connection by using
    FTPReply.isPositiveCompletion(ftpClient.getReplyCode()) ???
    This should return "true" if the connection is successful connection and should return "false" if the connection is failure.
    Can there be case like getting false for the above call (FTPReply.is.....) and getting "true" by calling ftpClient.isConnected() function !!!??
    One more update here is..... after using ftpClient.Connect(...), we are logging into the FTP server using
    ftpClient.login(user,pwd) -> this is returning "true" all the times. :-(

    FTPClient.isConnected() just returns Socket.isConnected(), which is always true once it's first gone true. It doesn't (can't) report the state of the connection, only the history of what APIs have been called on the Socket. See http://archives.devshed.com/forums/java-118/help-ftpclient-isconnected-does-not-work-2084258.html
    Can you set a read timeout on the FTPClient?

  • I still have problems with getting my website online. I have defined my server. Then I did the test and there was a connection via FTP. I put my files on the external server and there is a connection with the external server. But when I check to see my we

    I still have problems with getting my website online. I have defined my server. Then I did the test and there was a connection via FTP. I put my files on the external server and there is a connection with the external server. But when I check to see my website online (with Firefox, Explorer, Chrome browser) I always get the message 'Forbidden, You don't have permission to access / on this server.' Can somebody help me please? I have to get my website online..Thank you!

    Hello Els,
    it's well known, that in all these cases you describe I'm not a friend of a detailed Troubleshooting (I see Nancy#s smile already).
    To be able to be independent in all this things It is one of the reasons why I prefer an external FTP program. The difficulties with which you have to fight encourage me in this opinion, not least because we always search for experts, we don't charge a "jack of all trades".
    To manage several websites or to upload my files and sometimes for the opposite way, for a necessary download from my server or to use a "a site-wide synch", I'm using FileZilla. It simply looks easier for me to keep track of all operations precisely and generate or reflect easily the desired tree structure.
    Above all, FileZilla has a feature (translation from my German FileZilla) called "compare file list". Here it's possible to use file size or modification time as a criterion. There is also the possibility to "hide identical files", so that only these files which you want to redact remain visible.
    And even if it means you have to install a new program, I am convinced that there is an advantage. Here is the link to get it and where you can read informations about how it works:
    http://filezilla-project.org/ and http://wiki.filezilla-project.org/Tutorial#Using_the_site_manager
    Mac: Mac OS X (Use: Show additional download options)
    http://filezilla-project.org/download.php
    Of course, you also need all the access data to reach your server and for MIME issues, you should contact your web host/provider.
    Good luck!
    Hans-Günter
    P.S.
    Since I use two screens, the whole thing became even more comfortable.

  • Connection with FTPs over Web Proxy

    Hi Experts,
    We have a requirement for one of our clients wherein we have to connect to a third party using secure data transfer.
    Currently, the third party supports only FTPs (neither SFTP or VPN is possible). The issue is we need to connect to client's proxy server first which in turn will connect us to third party's server authenticating for the given userid and password.
    FTPs does not provide us the provision to connect to a server over a web proxy.
    Moreover, FTPs supports a dynamic range of ports so we need to tell the proxy explicitly on which port it has to connect with Bank.
    Basis people were trying to use curl command line option to pick up the file and send it to third party. Is there any way, we can run this script in PI.(Note that we are not able to connect to server)
    Please let me know if anyone has implemented it in their project or worked on such kind of requirement.
    Thanks in advance.
    PS: Currently we are trying to use FTP adapter (FTP using SSL) in PI version 7.0.

    Hi Experts,
    We have a requirement for one of our clients wherein we have to connect to a third party using secure data transfer.
    Currently, the third party supports only FTPs (neither SFTP nor VPN is possible). The issue is we need to connect to our internal proxy server first which in turn will connect us to third party's server authenticating for the given userid and password in the FTP channel(using SSL).
    FTPs does not provide us the provision to connect to third party server over a web proxy.
    Moreover, FTPs supports a dynamic range of ports so we need to tell our internal proxy explicitly on which port it has to connect with third party.
    Basis people were trying to use curl command line option to pick up the file and send it to third party. Is there any way, we can run this script in PI.(Note that we are not able to connect to server)
    Please let me know if anyone has implemented it in their project or worked on such kind of requirement.
    Thanks in advance.
    PS: Currently we are trying to use FTP adapter (FTP using SSL) in PI version 7.0.

  • SnpsFTP not working with Windows domain/username

    Hi All
    We are using the following script to delete a file in FTP server. Works well with UNIX FTP server but fails with WINDOWS FTP server. Windows FTP username happens to be of format "domain/username". Is backslash causing the issue?
    Jython
    import snpsftp
    ftp = snpsftp.SnpsFTP('#PVV_SFTP_SERVER', ur"#PVV_SFTP_USER", 'PVV_PLAINPWD')
    ftp.delete ('#PVV_SFTP_FOLDER/#PVV_FILE_NAME');
    ftp.close()
    Error Message
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (most recent call last):
    File "<string>", line 2, in <module>
    File "/apps/oracle/product/ODI11116_frsh/oracledi.sdk/lib/Lib/snpsftp.py", line 50, in __init__
    self.connect(host, port)
    File "/apps/oracle/product/ODI11116_frsh/oracledi.sdk/lib/Lib/snpsftp.py", line 58, in connect
    self.ftp.connect(host, port)
    File "/apps/oracle/product/ODI11116_frsh/oracledi.sdk/lib/Lib/ftplib.py", line 129, in connect
    raise socket.error, msg
    socket.error: (146, 'Connection refused')
    Regards
    Prasad Jayakumar

    There is a misunderstanding from my side. Windows server uses SFTP. Is there any script or ODI tools available to delete a file in remote server via SFTP. Thank you.

Maybe you are looking for