Midnight Commander - connecting an ftp site with @ in username

How would I have to write the needed parameters if the host needs to have login name in the form of [email protected]? This  - [email protected]:[email protected] - did not work in MC.

Try %40 instead of @.
eg. username%[email protected]
That works in Firefox.

Similar Messages

  • Connect to FTP site with Apache commons net FTP client through Proxy

    Hello,
    I am trying to run this simple code to connect to FTP site through a proxy.
    import org.apache.commons.net.ftp.FTP;
    import org.apache.commons.net.ftp.FTPClient;
    public class MyTest {
    public static void main(String[] args) {
    String ftpHostName = "ftp.xxx.com";
    int ftpPort = 21;
    String ftpUserName = "myUserName";
    String ftpPassword = "myPassword";
    System.setProperty("socksProxyHost" ,"10.148.0.131");
    System.setProperty("socksProxyPort", "1080");
    FTPClient ftpClient = new FTPClient();
    try {
    System.out.println("connecting");
    ftpClient.connect(ftpHostName, ftpPort);
    System.out.println("connected");
    System.out.println("loging in");
    boolean successLogin = ftpClient.login(ftpUserName, ftpPassword);
    if(successLogin)
    System.out.println("success login");
    else
    System.out.println("fail login");
    catch (Exception e) {
    e.printStackTrace();
    finally {
    try {
    System.out.println("loging out");
    ftpClient.logout();
    System.out.println("disconecting");
    ftpClient.disconnect();
    catch (Exception e) {
    e.printStackTrace();
    I am getting the following error:
    C:\temp\ftp\test>java.exe -cp ./commons-net-ftp-2.0.jar;. MyTest connecting
    java.net.SocketException: Malformed reply from SOCKS server
    at java.net.SocksSocketImpl.readSocksReply(SocksSocketImpl.java:87)
    at java.net.SocksSocketImpl.connectV4(SocksSocketImpl.java:265)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:437)
    at java.net.Socket.connect(Socket.java:519)
    at org.apache.commons.net.SocketClient.connect(SocketClient.java:176)
    at MyTest.main(MyTest.java:23)
    loging out
    java.lang.NullPointerException
    at org.apache.commons.net.ftp.FTP.sendCommand(FTP.java:471<ftp://FTP.java:471>)
    at org.apache.commons.net.ftp.FTP.sendCommand(FTP.java:534<ftp://FTP.java:534>)
    at org.apache.commons.net.ftp.FTP.sendCommand(FTP.java:583<ftp://FTP.java:583>)
    at org.apache.commons.net.ftp.FTP.quit(FTP.java:794<ftp://FTP.java:794>)
    at org.apache.commons.net.ftp.FTPClient.logout(FTPClient.java:697)
    at MyTest.main(MyTest.java:39)
    I am able to do this using a different FTP client library, ftp4j-1.5.1<ftp://ftp4j-1.5.1> using the following code:
    import it.sauronsoftware.ftp4j.FTPClient;
    import it.sauronsoftware.ftp4j.connectors.SOCKS4Connector;
    public class MyTestFtp4J {
    public static void main(String[] args) {
    String ftpHostName = "ftp.xxx.com";
    int ftpPort = 21;
    String ftpUserName = "myUserName";
    String ftpPassword = "myPassword";
    FTPClient ftpClient = new FTPClient();
    ftpClient.setConnector(new SOCKS4Connector("10.148.0.131", 1080));
    try {
    System.out.println("connecting");
    ftpClient.connect(ftpHostName, ftpPort);
    System.out.println("connected");
    System.out.println("loging in");
    ftpClient.login(ftpUserName, ftpPassword);
    System.out.println("success login");
    catch (Exception e) {
    e.printStackTrace();
    finally {
    try {
    System.out.println("disconecting");
    ftpClient.disconnect(true);
    catch (Exception e) {
    e.printStackTrace();
    So I know the proxy settings are correct.
    The java version I used to compile and run my apps is 1.6.0_06 Does anyone can help figure out what is wrong when I use the Apache commons net FTP client?
    Thank you
    Jon

    Is the old AirPort Extreme base station (AEBS)
    configured so that the option to distribute IP
    addresses is DISABLED? If so, configure the new AEBS
    to act as a bridge.
    Are you suggesting I use a set-up with TWO AEBSs? Set up a bridge (not sure how) and then use the old AEBS to connect to the DSL modem and broadcast to the new Extreme which will then be the router to the other computers on the network?
    Do you have any port mapping or default host enabled
    on the old AEBS?
    I do not understand, not do I see these options in the Base Station utitlity; perhaps they are in the FTP options--but that, I'm sorry to say, is not obvious to my inspection.
    Duane, can you give me a few more basic instructions? Thanks
    iMac 17    

  • 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...

  • 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.

  • Deploying unity connection at remote site with CUCM at central site

    I am planning to deploy Unity connection at remote site while the CUCM is at central site only. Will appreciate of someone can shd some light on this, has anyone already deplyed same scenario , any specific requirements to take care of please ?
    Thanks in advnace,
    AB

    AB,
    Yes, having your Unity Connection server at a different location than your CUCM is supported.  
    I cannot really help you with specifc requirements as it largely depends on exactly how you intend to deploy it and what features you intend to enable.  Clustering, Digital Networking, Unified Inbox, etc.. all have their own additional requirements the whole of which would not fit into a message board post.
    However, specific bandwidth and latency requirements are listed in the "System Requirements for Cisco Unity Connection Release 8.X.   http://www.cisco.com/en/US/partner/docs/voice_ip_comm/connection/8x/requirements/8xcucsysreqs.html
    The SRND and the System Requirements should get you on the  right  track.  I would encourage you to read both documents fully and  then  come back with any specific design questions you may have.
    -Steven

  • Issues connecting to FTP sites from OS/X Computers

    Hello,
    I have a network that is mixed with Windows and OS/X Lion, Snow Leopard machines. We access external FTP servers to download files that are needed. None of my OS/X machines are able to connect to the FTP servers while all of my Windows machines are able to without a problem. What is even more strange is that if I attemp to connect to the server using a port such as 221 instead of 21, waiting for it to fail, and then connecting on 21, it works.
    Our network is using private ip addresses and the firewall is a Firebox appliance.
    Any ideas?
    Here is a log from terminal ftp:
    ftp> open ediftp.XXXXXXXXX.com
    Connected to ediftp.XXXXXXX.com.
    220 Gene6 FTP Server v3.10.0 (Build 2) ready...
    Name (ediftp.XXXXXXX.com:jim): USERNAME
    421 Service not available, remote server has closed connection.
    ftp: Login failed
    ftp>
    And here is the log from Filezilla that shows a connection when using the invalid port trick:
    Status:          Resolving address of ediftp.xxxxxxx.com
    Status:          Connecting to xxx.xx.xxx.xxx:21...
    Status:          Connection established, waiting for welcome message...
    Response:          220 Gene6 FTP Server v3.10.0 (Build 2) ready...
    Command:          USER xxxxx
    Error:          Could not read from socket: ECONNRESET - Connection reset by peer
    Error:          Could not connect to server
    Status:          Waiting to retry...
    Status:          Resolving address of ediftp.xxxxxxx.com
    Status:          Connecting to xxx.xx.xxx.xxx:221...
    Error:          Connection attempt interrupted by user
    Status:          Delaying connection for 1 second due to previously failed connection attempt...
    Status:          Resolving address of ediftp.xxxxxxx.com
    Status:          Connecting to xxx.xx.xxx.xxx:21...
    Status:          Connection established, waiting for welcome message...
    Response:          220 Gene6 FTP Server v3.10.0 (Build 2) ready...
    Command:          USER xxxxxx
    Response:          331 Password required for xxxxxx.
    Command:          PASS **********
    Response:          230 User xxxxxxx logged in.
    Command:          SYST
    Response:          215 UNIX Type: L8
    Command:          FEAT
    Response:          211-Extensions supported:
    Response:           AUTH TLS
    Response:           CCC
    Response:           CLNT
    Response:           CPSV
    Response:           EPRT
    Response:           EPSV
    Response:           MDTM
    Response:           MFCT
    Response:           MFMT
    Response:           MLST type*;size*;create;modify*;
    Response:           MODE Z
    Response:           PASV
    Response:           PBSZ
    Response:           PROT
    Response:           REST STREAM
    Response:           SIZE
    Response:           SSCN
    Response:           TVFS
    Response:           UTF8
    Response:           XCRC "filename" SP EP
    Response:           XMD5 "filename" SP EP
    Response:           XSHA1 "filename" SP EP
    Response:          211 End.
    Command:          CLNT FileZilla
    Response:          200 Noted.
    Command:          OPTS UTF8 ON
    Response:          200 UTF8 OPTS ON
    Status:          Connected
    Status:          Retrieving directory listing...
    Command:          PWD
    Response:          257 "/" is current directory.
    Command:          TYPE I
    Response:          200 Type set to I.
    Command:          PASV
    Response:          227 Entering Passive Mode (173,56,68,239,115,193)
    Command:          MLSD
    Response:          150 Data connection accepted from xx.xx.xxx.xxx:37545; transfer starting.
    Response:          226 Transfer ok.
    Status:          Directory listing successful
    Jim

    this is most likely a local firewall issue on the the Vista computer combined with your NAT not doing hairpinning.  please see Matthew Kaufman's detailed treatment of the NAT/firewall issue at
       http://forums.adobe.com/message/1064983#1064983

  • Connect to existing site with DreamweaverMX 2004 (Was: DreamweaverMX 2004)

    How do I connect to my exisiting website with the DreamweaverMX 2004?  I just got a new computer and the people who did my website no longer work on website designing.  They have left me on my own!

    MX 2004 is a mighty old relic. It's probably not going to run right if at all on a modern operating system. 
    If you download a 30 day trial of CS6 or CC, you might have better luck.
    http://www.adobe.com/products/creativecloud/free-trial.html
    The first step is to define your Local Site folder.   Go to Site > New site. 
    Tell DW where you would like to keep site files on your local hard drive.  See screenshots.
    Then click on Servers & tell DW what your remote site log-in details are:
    Root Directory is what your web host told you to use for your HTML files.  This varies by host and could be public_html or www or htdocs or none.  If unsure, check with your hosting provider.
    More options:  check the settings recommended by your hosting provider.
    Hit Test button to connect.  If all is good, hit Save.
    In the DW Files Panel (F8), click on Remote Server.  Click the green DOWN arrow to GET  files from the server.
    Switch to Local View, and edit your site pages...
    Nancy O.

  • Connecting Multiple Remote Sites with VPN Passthrough

    I have several Win2003SBS sites requiring VPN passthrough from remote clients some using the VPN Connectoid supplied with the SBS (on the RWW - "Download Connection Manager". The requirement is for an DSL modem router with at least 10 tunnels which also supports GRE. The device should support ADSL2 as a minimum and SDSL is preferred.
    A more detailed diagram is attached. Access to the Web Server will be required from both the LAN and WAN sides later.
    Any suggestions please?

    3700 Series multiservice access routers supports GRE, SDSL, ADSL.Refer the following URL for more information
    http://cisco.com/en/US/products/hw/routers/ps282/products_data_sheet09186a00800921f0.html

  • Midnight Commander fails when entering directories with special chars

    I'm not sure if I should tackle this problem here, but here it goes.
    Few days ago I installed Arch, and I'm pretty happy with it. It works lean & clean, but there are still some issues that irritate me. One of these is MC, which acts kind of odd.
    When I enter a directory containing some "special" characters in it's name (eg. "directory_name_has_underscores") it messes MC's view up displaying a warning message saying: "Cannot change to: /prefix/directory_name_has_underscores". However, I can browse through the (with disorted view) directory's contents, until I do Ctrl+O, and return. If I do that I get back to the /prefix/, i.e. the place, just before entering the directory "directory_name_has_underscores".
    I used Slackware before, and haven't experienced any problems back then.
    Those may help understanding the issue:

    It needs a patch since a recent bash update. I would suggest enabling the community repository in pacman.conf and installing mc-utf8 instead, which (a) has been patched already and (b) works with utf8.

  • Can't connect to ftp site using Valet Router

    I can connect going directly through the cable modem

    MNBobrow wrote:
    I can connect going directly through the cable modem
    You need to open ports for that... CLICK HERE FOR INFO
    "Sometimes your knight in shining armor is just a retard in tin foil.."-ARCHANGEL_06

  • Connecting to an URL with a username and password?

    hey, I was trying to connect to a URL using:
    URL url = new URL("http://%20:[email protected]/Status.htm");
    but it gets the 401 access denied page...
    Does anyone know how to get it to login correctly?

    See http://www.javaworld.com/javatips/jw-javatip47.html

  • With MobileMe Closed: How to forward iweb "web.me..." address to new FTP site and custom domain name?

    I had a mobile me "web.me.com..." domain name and know I need to upload to a new FTP site with a new domain.  I know how to do that but am wondering...
    Is there a way to forward my old web.me address to the new domain?  I'll probably be using GoDaddy's or 1&1 domain hosting. 
    There are many people who have my old web.me address and I won't be able to tell them the new address.  I don't want them to go away if they see the "mobile me closed" page and don't know where my new site is at.  I just want it to automatically forward.
    thanks

    Its too late to do that as the forward would need to be on the Apple server and its closed now.
    The best you can do is to sign up for hosting and get a domain name...
    http://www.iwebformusicians.com/iWeb/Website-Hosting.html
    Republish your site from iWeb to the new server...
    http://www.iwebformusicians.com/iWeb/Publish-Website.html
    ... and then follow the SEO steps on this page to get your site found by the search engines...
    http://www.iwebformusicians.com/Search-Engine-Optimization/SEO.html

  • FTP upload with Flex 3

    Is it possible to upload a partiular file, in this case a
    users answer file, to an FTP site with out any interaction from the
    user. For example, when they are done the test, upload the answer
    file to an FTP site (without using cold fusion or asp or
    .net)?

    I have downloaded the coded and converted it to work with
    Flex 3 (changed it to WindowedApplication, and updated the
    FlexFTP-app.xml file). When i run it, I get the following:
    220 jpl Microsoft FTP Service (Version 5.0).
    USER jhughes
    331 Password required for jhughes.
    PASS *****
    230 User jhughes logged in.
    PASV
    227 Entering Passive Mode (66,109,241,93,12,42).
    LIST
    125 Data connection already open; Transfer starting.
    226 Transfer complete.
    TYPE I
    200 Type set to I.
    PASV
    227 Entering Passive Mode (66,109,241,93,12,43).
    STOR //test.txt
    550 /test.txt: Access is denied.
    It allows me to connect when I have the correct password but
    it will not allow me to upload or download files. Any ideas?

  • Unable To Connect To Some Sites

    I am unable to connect to some sites, with the error message "Safari can’t connect to the server." I cannot connect to the site with Firefox either.
    Example sites are: www.bostonpizza.com and www.airmiles.ca
    However, I am able to connect to these sites when I boot into WinXP.
    I have tried pinging the sites in question, getting the following error message: "ping: sendto: No route to host"
    It looks like something is bonked with my OS X settings. I have tried the following without any luck:
    1. Reseting the computer
    2. Clearing Safari's cache
    3. Reseting PRAM settings using OptCmd+pr key commands on startup
    4. Using OpenDNS in the network DNS settings
    I am connected directly to a Linksys ADSL Ethernet modem, and my firewall is set to allow all incoming connections. I'm not running PeerGuardian, and as far as I know I'm not running anything in the background that would bork my network.
    Any help or suggestions would be greatly appreciated.
    Thanks,
    Orest
    I have tried doing a traceroute when running in WinXP, with the following information:
    racing route to www.bostonpizza.com [64.40.107.95]
    over a maximum of 30 hops:
    1 8 ms 8 ms 8 ms d75-152-160-1.abhsia.telus.net [75.152.160.1]
    2 7 ms 7 ms 7 ms 154.11.184.193
    3 9 ms 8 ms 7 ms peer.clgrab21gr02.bb.telus.com [154.11.3.42]
    4 20 ms 20 ms 20 ms rc2wh-pos0-0-2-0.vc.shawcable.net [66.163.77.197]
    5 20 ms 20 ms 20 ms ra2wh-tge2-1.vc.shawcable.net [66.163.69.186]
    6 22 ms 21 ms 21 ms rx0wh-net-nation.vc.bigpipeinc.com [64.251.87.170]
    7 21 ms 21 ms 21 ms www.bostonpizza.com [64.40.107.95]
    Trace complete.

    Thanks for the replies, unfortunately I still haven't resolved the issue. I would say 99% of the sites I visit work fine, but for some reason the odd site won't work.
    This is the results for the ping on my Mac OS X system:
    PING www.bostonpizza.com (64.40.107.95): 56 data bytes
    ping: sendto: No route to host
    I can access the site running WinXP in Parallels, and I can access the site in question when I use bootcamp to boot into WinXP, using the same network hardware and same connections.
    It looks like from the ping, DNS is working and able to translate the site name, but for some reason cannot access the site.
    This is the results of a traceroute that I ran while booted in WinXP:
    Tracing route to www.bostonpizza.com [64.40.107.95]
    over a maximum of 30 hops:
    1 8 ms 8 ms 8 ms d75-152-160-1.abhsia.telus.net [75.152.160.1]
    2 7 ms 7 ms 7 ms 154.11.184.193
    3 9 ms 8 ms 7 ms peer.clgrab21gr02.bb.telus.com [154.11.3.42]
    4 20 ms 20 ms 20 ms rc2wh-pos0-0-2-0.vc.shawcable.net [66.163.77.197]
    5 20 ms 20 ms 20 ms ra2wh-tge2-1.vc.shawcable.net [66.163.69.186]
    6 22 ms 21 ms 21 ms rx0wh-net-nation.vc.bigpipeinc.com [64.251.87.170]
    7 21 ms 21 ms 21 ms www.bostonpizza.com [64.40.107.95]
    Trace complete.
    When booted in Mac OS X, I am able to ping every listed IP address in the WinXP traceroute, except for the last one, 64.40.107.95.
    Still no idea what is going on, my network troubleshooting toolbox consists of pretty much ping, and googling error messages.
    Thanks,
    Orest

  • Cannot connect to web site or get podcast

    Around Xmas, I noticed that one of the podcasts I subscribe to through itunes had stopped updating. I then tried going to the source site with Safari, and it too wouldn't load. I chalked it up to a server being down, and tried again a couple days later. Turns out the site seems fine. I can get to it from work (on an XP machine), I can ping it from my emac just fine, but trying to get to it through Safari or Camino returns nothing. The connection doesn't time out (I let the page request run overnight once just to see what happens). I have flushed the lookupd, rebooted the router and emac. I have checked the router logs, and it doesn't appear to even log the request for the site. I can get to the site using one of the browsing anonymizer systems. Frankly I'm stumped. I hadn't made any changes at that time. I have since loaded the latest 10.4 update, and run the update permissions, reset Safari. Still nothing.
    Any thoughts? The site I am referring to is www.wdwinfo.com. I posted something on one of their other sites, and got a response from another Mac user that he/she was also having this problem, but no solutions.
    Any suggestions would be appreciated.
    John.

    Thanks for the suggestions. I tried it with another account on the same computer. I also tried your suggestion on the dns servers as well. Your suggestions also had me try something else. I have an ibook, so I pulled it up, using airport to connect to the same dsl router via wifi. I tried to connect to the site with the ibook, with the same result. No connection, it just sits and spins when I try to connect.
    Could it be the router somehow?

Maybe you are looking for

  • HP 5520 all in one printer: Problem installing software

    Nightmare trying to install software - have tried from CD and from web. Installation error Call to DriverPackageInstall returned error 1627 for package 'C\Program Files\HP\HP Photosmart 5520 series\Driver Store\Pipeline\hpvp109.inf' Any advice would

  • Frozen white screen when using red eye reduction

    Hi, can anyone help when using red eye button on hp mediasmart photo my photo turns white and I loose my cursor, the only thing I can do is control, alt and delete to log me off.  I have a S5206 desktop with factory settings (which I haven't touched

  • Itune is telling me I put in the wrong password. Which is not and now itune just reedem my itune card. and Im not able to buy anymusic

    I had created account. I enter my information. I also enter my itune card. After I enter my itune card. It said you can shop now. So, I had went to purchase music. And a box pop up telling me I need to enter my apple Id. I did that and it now say Im

  • Purchase Group-ID & Purchase group Name

    Hi All My requirment is i need to populate purchase group ID and purchase group name in the alv.Please give me any FM for these values. First of all my doubt is group ID means?Is it char 3 type.? Thanks Vamsi

  • Frame Relay Configuration

    All, Sorry for asking this, but I have been beating my head against the wall here. I am getting a T1 installed in my residence for internet connectivity. I am using an old wic-1-dsu-t1-v1 in a 2610 router. I am unable to get this configuration workin