Trying to connect to my ftp from work.

I'm guessing that the number that shows on the easylink advisor under the computer would be that computer's ip address. When I've tried connecting, it won't connect and I followed the port forwarding instructions so I'm at a loss here??

I can think of the following possibilities:
- Outgoing FTP traffic from your workplace is not allowed
- Incoming FTP traffic to your home network is not allowed (your ISP prohibits this traffic)
- Packets are getting dropped at the firewall (either on the broadband modem or software firewall on the FTP server itself)

Similar Messages

  • Hi there, I am trying to connect to my server at work from home using a vpn connection. It connects fine and the time ticks along, but when i click go - connect to server, it comes up with connection failed. Please help!

    Hi there, I am trying to connect to my server at work from home using a vpn connection. It connects fine and the time ticks along, but when i click go - connect to server, it comes up with connection failed. Please help!

    ... when i click go - connect to server, it comes up with connection failed.
    If you're trying to connect to a Bonjour server on the remote network, that won't work over a layer 3 VPN. Use something like Hamachi or one of the SSH-tunnelling Bonjour proxy apps for that.

  • Error message when trying to connect to an FTP address

    I am trying to connect to an FTP address. When I use Finder > Go> Connect to server... and type in the FTP address I want and click on "connect", I get an error message:
    The operation cannot be completed because one or more required items cannot be found (Error code -43)
    What could this mean? I automatically get all updates.
    Thanks everyone, Mike Storer, Los Angeles.
    G-4 tower   Mac OS X (10.4.8)  

    This article may help explain the Error -43
    http://docs.info.apple.com/article.html?artnum=107032
    Even though the article is about connecting to an SMB share, most of it can still hold true when connecting via FTP.
    If you haven't yet, you may want to try using a 3rd party FTP application, such as CyberDuck http://www.versiontracker.com/dyn/moreinfo/macosx/14426
    Ben

  • I just got a new Mac yesterday and I am trying to connect my Logitech headset for work but can't!  I plug it into the USB but nothing pops up and I can't find where I go to look to see if it's connected.  HELP!

    I just got a new Mac yesterday and I am trying to connect my Logitech headset for work but can't!  I plug it into the USB but nothing pops up and I can't find where I go to look to see if it's connected.  HELP!

    Ask the Verizon store to exchange your iPhone for a different iPhone 4.
    UPDATE - Sure, try ckuan's solution first.  Then use mine if that fails.
    Message was edited by: sberman

  • I'm trying to connect through the FTP client Filezilla. When I try to login with the wizard, it gives me a "503 Failure of Data Connection" reply; when I attempt to login myself, it gives me a "530 Login Authentication Failed." HELP!!!

    My current softward is: Mac OS X Lion 10.7.5 (11G63)
    When I attempt to use the Filezilla connection wizard I get the following message:
    Connecting to probe.filezilla-project.org
    Response: 220 FZ router and firewall tester ready
    USER FileZilla
    Response: 331 Give any password.
    PASS 3.7.1.1
    Response: 230 logged on.
    Checking for correct external IP address
    Retrieving external IP address from http://ip.filezilla-project.org/ip.php
    Checking for correct external IP address
    IP 27.0.19.56 ch-a-bj-fg
    Response: 200 OK
    PREP 52470
    Response: 200 Using port 52470, data token 1871898076
    PORT 27,0,19,56,204,246
    Response: 200 PORT command successful
    LIST
    Response: 150 opening data connection
    Response: 503 Failure of data connection.
    Server sent unexpected reply.
    Connection closed
    When I attempt to login Host/Username/Password myself I get the following message:
    Status:          Resolving address of amyhoney.com
    Status:          Connecting to 184.168.54.1:21...
    Status:          Connection established, waiting for welcome message...
    Response:          220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
    Response:          220-You are user number 12 of 500 allowed.
    Response:          220-Local time is now 04:05. Server port: 21.
    Response:          220-This is a private system - No anonymous login
    Response:          220 You will be disconnected after 3 minutes of inactivity.
    Command:          USER 5475****
    Response:          331 User 5475**** OK. Password required
    Command:          PASS ********************
    Response:          530 Login authentication failed
    Error:          Critical error
    Error:          Could not connect to server
    Now before anyone points out the obvious: my username and password are correct. I've already gone through changing them so I know they are.
    Additionally, I've pretty much tried EVERYTHING I've read online, from messing with "terminal" (and subsequently the FTP and STFP options) to changing the sharing options and turning on file sharing/remote management as well as just turning off my Firewall completely.
    Now I've used Filezilla before when I first published my site and everything worked fine. My site is published through Wordpress so most of my editing was done through simply logging into my "wp-login." I recently changed the theme and in order to change the header image in that theme I have to do it through my "wp-content" folder, which means I need to use Filezilla. I feel like a complete moron right now considering I've had my site for about a year and can't even doing something this simple.
    I've read that the newer version of Lion/Mountain Lion don't support automatice FTP anymore, which (as I mentioned prior) I attempted to fix through Terminal. However, nothing I do seem to do works.
    Can someone walk me through fixing this? And I do mean 'walk me through'. I'm not a tech-savvy nerd who knows all the lingo, I just know the basics so sorry if my ignorance offends you.
    HELP!!

    First be sure login and password are OK. Sometimes the address starts wit "http://..." and sometime starts with "ftp://...". Try both normal FTP access and Scure FTP access (SFTP). At the end, contact the site's provider.

  • Trying to connect to a ftp server

    I am able to connect to Cerberus (5.0.0.5) using the web browser or using a CoreFTP client, but I can't connect programatically using org.apache.commons.net.ftp.FTPClient. 
    Below is my code (this is actually using the java ftpclient through Coldfusion) :
    ftpsClient = CreateObject("java","org.apache.commons.net.ftp.FTPClient").init();
    ftpsClient.connect(JavaCast("string","xxx.xxx.xxx.xxx"),21);
    connected = ftpsClient.isConnected();
    login = ftpsClient.login(JavaCast("string","username"),JavaCast("string","password"));
    This is what I see in the ftp server log file:
    2011/12/13 13:47:54  [0]  Client connected to Cerberus FTP Server 5.0.0.5 on 'machine'
    2011/12/13 13:48:41  [1]  Incoming connection request on FTP interface 0 at xxx.xxx.xxx.xxx
    2011/12/13 13:48:41  [1]  FTP connection request accepted from xxx.xxx.xxx.xxx
    2011/12/13 13:48:45  [1]  USER svc.script
    2011/12/13 13:48:45  [1]  331 User svc.script, password please 
    At this point the Coldfusion/Java client returns "Truncated server reply".  I also tried not using the login, and instead sending the user command and pass command separately like this:
    userCmd = ftpsClient.sendCommand(JavaCast("string","USER" ),JavaCast("string","username" ));
    But as soon as I send the "USER" command I see the above in the log file and the same reply, "Truncated server reply".
    When I use the cfftp tag like this:
    <cfsetting requesttimeout="1000">
    <cfftp action="open" connection="ftptest" secure="false"
        server="xxx.xxx.xxx.xxx" port="21"
        username="username" password-"password" timeout="1000" stoponerror="true">
    I receive a "java.net.ConnectException: Connection timed out: connect"
    Does anyone have any ideas?  Thanks much.

    This has been resolved.
    There is a bug in the apache commons ftpclient that misinterprets /r in the welcome message.  The ftp server people made a change that fixes this.
    With cfftp, when I changed the server attribute on the cfftp open to the server name instead of the ip address, it started working.  To me this is a bug in ColdFusion, you should be able to use the ip address.
    The other thing I noticed is when you use getfile, you have to set the the failifexists attribute to "false".  If you don't, it fails every time and the file has a "0" size, whether the file actually does exist.  To me, another bug.

  • How do I move over stored connections on Fire FTP from one PC to another PC ?

    I have about twenty stored connection in my ftp client on FTP Tools. How do I move these connections from one PC to another, like bookmarks?

    Your FTP logins are stored with your other saved passwords. This article describes the files that that store this data: [[Recovering important data from an old profile]]. If you only need to move data in one direction, you could copy the two files and then drop them into your active settings (Firefox profile) folder on the second PC to replace the existing ones.
    To easily access your active settings folder, use:
    Help > Troubleshooting Information > "Show Folder" button
    If you need to merge data between the two profiles, I don't know whether you can do that without an add-on. In theory Sync should do it, but... I'm not sure I trust Sync yet. Backups definitely would be recommended before trying it.

  • How do I connect my dell laptop from work to my 27 mac monitor?, how do I connect my dell laptop from work to my 27 mac monitor?

    I received a 27 LED apple/mac monitor --not the 2011/12 version though.
    I want to use with my work computer--a dell laptop.  I can't seem to find the right adaptor to connect the two.
    I need a dvi port converter that also connects to my vga on my laptop (so need the male end of hte vga since my laptop has the female end).
    I only found 1 adaptor but it ends with a dvi on a vga.  I don't have hdmi on my laptop either--tried that adaptor as well when I couldn't see on the pic when I ordered that it was hdmi not usb).  Please help.  I have read so many blogs that say it can be done.

    BDAqua wrote:
     …try one of these... 
    http://eshop.macsales.com/item/NewerTech/VIDU2DVIA/
    BDAqua,
    I'm flabbergasted!      I wasn't aware of that technology.  I'll try reading up on it after I get some sleep; maybe I'm just dreaming right now.
    Would that kind of device work with my lowly MacBook running Snow Leopard 10.6.8?
    (Don't laugh.  I literally rescued it from the trash when my wife discarded it.  It's my only Mac-Intel machine.)
    Hardware Overview:
      Model Name:    MacBook
      Model Identifier:    MacBook2,1
      Processor Name:    Intel Core 2 Duo
      Processor Speed:    2 GHz
      Number Of Processors:    1
      Total Number Of Cores:    2
      L2 Cache:    4 MB
      Memory:    2 GB
      Bus Speed:    667 MHz
      Boot ROM Version:    MB21.00A5.B07
      SMC Version (system):    1.13f3
      Serial Number (system):    W8XXXXXXGQ
      Hardware UUID:    00000000-0000-1000-8000-001B631BC56F
      Sudden Motion Sensor:
      State:    Enabled
    Graphics/Displays:
    Intel GMA 950:
      Chipset Model:    GMA 950
      Type:    GPU
      Bus:    Built-In
      VRAM (Total):    64 MB of Shared System Memory
      Vendor:    Intel (0x8086)
      Device ID:    0x27a2
      Revision ID:    0x0003
      Displays:
    Color LCD:
      Resolution:    1280 x 800
      Pixel Depth:    32-Bit Color (ARGB8888)
      Main Display:    Yes
      Mirror:    Off
      Online:    Yes
      Built-In:    Yes
    Display Connector:
      Status:    No Display Connected

  • Trying to connect to an FTP server

    I have files on an FTP server through my university but now that I bought a mac I don't know how to access them. My university's website lists the server ftp://[email protected]/../../users/, but I tried typing this in the address bar on Safari and it doesn't work. It asks me for my name and my password and then thinks but is unable to connect. I can give you any more information you need to help me solve this problem, just ask. Thank you very much for your time,
    Sara

    Hi Sara,
    FTP on the Mac is a bit lacking still, I use TranmitX myself...
    http://www.panic.com/transmit/
    Though there are several other ones, some Freeware, or Shareware ones...
    http://www.versiontracker.com/php/search.php?mode=basic&action=search&str=ftp&pl t%5B%5D=macosx&x=0&y=0
    Not saying it can't be done the way your trying... OSX reads ftp at the moment, but doesn't write it yet... or is it vice versa!?
    I can't think of any more info you could give to help, other than your Login Info, which wouldn't be wise in a post, and though I try to be 100% trustworthy... YOU don't know that! LOL :_)
    Putting that ftp/url into my Transmit tells me that username was denied, as was Sara! So I feel quite certan TransmitX could do it for you.

  • FTP error cannot make connection to host, ftp not working in browsers

    hi
    bear with me as im not webmaster, using dreamweaver mx and
    today i cant up load anything just keep getting ftp error occurred
    - cannont make connection to host.
    so figured to was a problem with my hosts and its all fine
    their end, ive tryed it in passive and not passive. And if i try to
    view the ftp in a browser (ie7 and firefox) not the site but
    ftp.mysite.com (im sure theres a tech name for it i dont no)
    nothing is displaying, now this is only happening on my computer
    and my isp(rang them they say its fine).
    how to i fix this is it a dreamweaver problem a browser
    problem or just some box i need to tick on my comp??
    Hope you can help, will be a life saver

    hi
    bear with me as im not webmaster, using dreamweaver mx and
    today i cant up load anything just keep getting ftp error occurred
    - cannont make connection to host.
    so figured to was a problem with my hosts and its all fine
    their end, ive tryed it in passive and not passive. And if i try to
    view the ftp in a browser (ie7 and firefox) not the site but
    ftp.mysite.com (im sure theres a tech name for it i dont no)
    nothing is displaying, now this is only happening on my computer
    and my isp(rang them they say its fine).
    how to i fix this is it a dreamweaver problem a browser
    problem or just some box i need to tick on my comp??
    Hope you can help, will be a life saver

  • Trying to Connect the HANA Cloud from the Local System

    Hi,
    I am using the 30Days of free trial of the HANA Cloud and trying to Access from the Local System.
    I have configure the All setting in Eclipse Kepler vesiona and also able to configure the my HANA Cloud Server in Local eclipse.
    But for the Database Connectivity I have to do the cofigure the same through the database middleware driver selection.
    But I dont have any idea about database middleware driver selection, Please suggest what exactly it is and from where i can get this to insalle in local system.
    Thanks & Reagrds.
    Praveer.

    airplay is a std that apple created if sony didn't build the playstation to support airplay you can't use it
    you should check sonys site or the manual if your playstation support airplay

  • Trying to connect with a rep from abroad and can't connect by phone or chat.

    Please help....
    Turned on my global data plan before leaving the US but got to Brazil and no connection. Has happened before a few times.
    I need support and can't seem to get to it. I go into the contact us page, put in the issue, say I want to chat with a rep and nothing happens.
    I was told that the 800 or 909 number listed as a number I can call from overseas from my phone would work even without my international service working but no.... nothing.
    Any suggestions?

        I'm so sorry you're unable to use your phone while in Brazil. Are you able to call from a different phone at all? The numbers you can try to call are 800-711-8300 or from Brazil, 908-559-4899. If still unsuccessful, please reach out to us on Twitter at @VZWSupport
    Thank you,
    VanessaS_VZW

  • Trying to connect to my Network from a new printer and my daughter's new pc

    I have never been the most fluent of computer people, but Apple always seemed to make things easy. Now, however I am stumbling. My daughter's got a Compaq laptop with built in wireless capability and altho' it registers full bars on my airport extreme and express network, I can't seem to connect. It says I need a "network security key, or passphrase" for my network. I have put in the password that I use, but it makes no difference. I have searched, but probably not thoroughly enough or in the right places, and have made no progress. The same problem happens with my new hp, wireless printer. Is there anybody out there with an answer to this very frustrating problem?

    Hello, and thank you for responding. I am sorry that I haven't posted more info. Here goes.
    I am on both a mac book pro and a Mac 10 OS X 10.4.11 desk top. My daughter's new pc uses Windows Vista Home Premium. It's the most basic compaq laptop. She has found other things, but not how to connect. It just always comes up with the same message about Network Security Key or passphrase. The same message appears when I try to log on to the wireless network with the printer even after following the instructions. My airport base station is at the bottom of the house, but throughout I have airport express to keep the signal high. If other mac users come round and log on they just have to put in my password, but this doesn't seem to work. I'm afraid I don't even know how to turn off my password. Sorry. If you can still help I'd be delighted.

  • How do i expoert files from Outlook and import them into iphone? operate with Mac OSx at home and trying to convert contacts and calendars from work and carrying on iphone. txs

    How do I export calendar and contact files in Outlook and import them into iphone 4. I operate Mac OS X at home and wish to carry my work information with me on my iPhone.

    You do not export anything.
    Instead, sync the content from Outlook to your device via iTunes.
    Try reading the manual, it's included on the device or here.

  • Trying to connect to oracle 11gr2  from excel

    How can I connect from excel to oracle 11g like in version 10 that we used to do it with an odbc, I couldn´t find the driver alone, I only find an ODTwithODA.... package that has many other utilities.

    You need an Oracle client installation of some type. That package is one, and there's others available. That one does contain what you need, and some other stuff you don't care about. It's probably the easiest one to use in terms of getting up and running quickly.

Maybe you are looking for