Simple FTP problem

I'm trying to post the test page (and associated CSS page) that I mentioned earlier. But, I'm doing something wrong with the way I've defined my local/remote in Manage Sites. The new files are supposed to go into a subfolder at this location: www.keithpurtell.com/kthings/
However, when I "put" the test page and css, it is not going into the kthings subfolder. The two files are instead arriving one level up, outside the kthings sub-folder. Here is what I show in the remove server definition:
(Basic)
Server Name: Remote Server
Connect using: FTP
FTP Address: 209.200.112.178  (Port: 21)
Username: [i've not included this here]
Password: *****************
(Test button)
Root Directory: [blank]
Web URL: http://www.keithpurtell.com/kthings/
What am I doing wrong?

Aha! Success! Thanks to your two tips. Now I want to diagnose problems on this page. One at a time; I don't want all the answers to every flaw you see ... I want to work and try to figure out most of this myself. Please ignore the attempted fly-out navigation links at top left for now (I'm looking at this in FireFox by the way).
What about my images? You can see how I handled them years ago; putting them in boxes so text would flow around them. I turned on the borders so you could see that. Obviously they are not indenting 140 pixels like the text. I tried placed the first image/table inline the paragraph, but that obviously failed. Comments? I'm still reading Eric Meyer's book ("Cascading Style Sheets/The Definitive Guide"): Maybe I just need a pointer to the right chapter?
http://www.keithpurtell.com/kthings/a_body_vance_divs.htm

Similar Messages

  • Apple unable to deal with simple ftp problem.

    Leopard 5.5 will not allow me to upload ftp to my website. Web development using a MAC just leaped to the dark ages. Any help out there. What are these guys doing?

    AFter I moved from 5.4 to 5.5 I noticed that I was not able to upload files to my website using transmit (FTP). I checked worked with Transmit people, Hostgator people (Sever), and Apple. I can upload with a PC. I can connect using at least 6 different FTP Programs. I can download with them all, but I can upload with none. It stalls and sometimes leaves the title of the file, but empty.
    I have talked with Apple twice and they say there is a problem... but have no clue what to do. With no hope they will do anything.
    I have tried archiving Leopard and starting over... the only thing I have not tried is wiping the drive... I just got a new macbook and hoped it would work... not so... again Apple is clueless.
    Hope that explains a little.
    I have been working for over a year without a problem until last month

  • Real simple xslt problem/question

    Hi, i have a real simple xslt problem but i just cant figure out how to do it by looking at various examples on the net. i have a xml document and in it are some elements with a "result" tag name. i want to use xslt to reproduce exactly the same xml document except with an attribute called "id" added to those elements with a "result" tag name. i'm sure that theres a simple solution to it but i just cant figure it out. any helps greatly appreciated, thanks

    Start with the XSLT identity transform (I don't have it handy and it's fairly long, but you should be able to google it up). Add this:<xsl:template match="result">
      <result id="">
        <xsl:apply-templates>
      </result>
    </xsl:template>

  • JDeveloper IDE simple setting problem

    Hi,
    Recently we switched to JDeveloper from Visual Cafe .I have a simple setting problem.How can I set the options so that IDE gives, the core java classes and packages,and our application classes and packeges, prompts in imports as well as in code.Where to set the options.
    eg: when I write
    import java. it should prompt all the pakages.
    Thanks in advance.
    -Gopal
    null

    I am not sure I understand what you are requesting, but ...
    You can configure JDeveloper projects to include various libraries by default.
    This is done by selecting menu Tools | Default Project Properties.../ Libraries tab.
    You should define a library for your classes.
    You can import any of the packages / classes from all the libraries which your project includes.
    It would be incorrect for a tool to automatically add a bunch of import lines at the top of every file because each file should import what it needs and just as importantly, not import what it does not need depending on the component type (e.g. a servlet should not include javax.swing.* ).
    An easy way to import elements into JDeveloper is to type in something like:
    import java.
    // and then type in Ctrl Space
    and this launches the package browser, you can select packages or classes to import.
    You can also do this at the variable declaratiton point such as typing in:
    foo() {
    Frame x
    // Press Control Alt Space
    and this will correctly change the type (Frame) to the type you select in the package browser and add the import statement.
    -John
    null

  • NAS200 Ftp problem

    Hi,  
    I have a little problem with my NAS200. When I try to connect to ftp, I got an error like this:
    200 transfer type changed to ascii
    227 entering passive mode
    Whats wrong ?

    Hi gieras. Has this worked before? Have you tried to access it using another computer? Possble reason why you can't access it is Windows firewall settings on your computer. I am not really familiar with the error codes that you mentioned but I've read another post here that may help: https://community.linksys.com/t5/Network-Storage/NAS200-FTP-Problem/td-p/120996

  • Simple OOP Problem. Help!

    This is just a simple OOP problem that i cant decide on a best
    implementation for.
    im passing an object to an instance of, 'TabbedFrame', which is just
    a frame with a Tabbed Pane in it that is holding custom panels.
    however, these custom panels need access to the object being
    passed to 'TabbedFrame' and to some methods in it.
    i cant make them static however so how do i gain access to them?
    is my only option to pass the 'TabbedFrame' to each panel?
    like - jtabbedpane.add( "Panel 1", new mypanel1(this));
    here is code:
    new TabbedFrame( DataObject );
    public class TabbedFrame{
    public TabbedFrame(DataObject do){
    this.do = do;
    jtabbedpane.add( "Panel 1", new mypanel1() );
    DataObject do;
    public class mypanel1{
    public mypanel1(){
    // need access to DataObject of the 'TabbedFrame' object that instantiated
    // this 'mypanel1' and to some of its methods
    }i would just pass the DataObject to evey panel (there are 12) but
    i also need to be able to call methods in the 'TabbedFrame'.
    Any help would be appreciated!

    Modify mypanel1's constructor:
    public class mypanel1{
    TabbedFrame tf;
    public mypanel1(TabbedFrame tf){
    this.tf = tf;
    // need access to DataObject of the 'TabbedFrame' object that instantiated
    // this 'mypanel1' and to some of its methods
    DataObject theDo = tf.getDataObject();
    tf.someMethod(); // Call method on the TabbedFrame
    }In TabbedFrame:
    public TabbedFrame(DataObject do){
    this.do = do;
    // Modify call to constructor to pass "this" TabbedFrame.
    jtabbedpane.add( "Panel 1", new mypanel1(this) );
    }

  • FTP Problems with Dreamweaver 8

    The webmaster for the library I work for recently had
    difficulty with her computer. She did a system restore from her
    discs, and, after that, reinstalled Dreamweaver 8. She sent me an
    email to let me know she needed my assistance setting her DW FTP
    back up.
    While her computer was down I decided to reorganize the
    website files. There were dozens of old files and most of the
    images and html were scattered throught the main part of the file
    tree. She really liked the changes, but, after connecting her to
    the site and downloading all the files, a problem arose.
    Once she got her laptop back home every time she'd connect to
    the FTP she got a group of folders named "Windows, Linux,
    Speedtest" and a few others. I contacted our webhost and they told
    me this meant she was logging in anonymously. We have our login
    name and password in correctly, though, so this shouldn't happen.
    No one at our ISP could help me do to them not being familiar with
    Dreamweaver.
    After playing around with the machine a bit I found that if I
    deleted the site from the FTP and re-did it using the same folders
    then the first connection was succesful. But, after disconnecting,
    the same problem happens again.
    I found this article and wondered if it could be causing our
    problem.
    http://kb.adobe.com/selfservice/viewContent.do?externalId=3491671c
    The only thing that makes me think it might not be is the
    fact that our login and password stays in the box, but, for some
    reason, the FTP is connecting anonymously. Could her doing a
    recovery have led to this? Maybe there's an update she needs to
    apply that she didn't get after doing the recovery?

    It's hard to know what kind of things happened with your
    moving stuff around
    outside of DW.
    Suffice it to say that most FTP problems are router/firewall
    related. Does
    this help at all?
    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
    ==================
    "WesleyThomas" <[email protected]> wrote in
    message
    news:[email protected]...
    > The webmaster for the library I work for recently had
    difficulty with her
    > computer. She did a system restore from her discs, and,
    after that,
    > reinstalled
    > Dreamweaver 8. She sent me an email to let me know she
    needed my
    > assistance
    > setting her DW FTP back up.
    >
    > While her computer was down I decided to reorganize the
    website files.
    > There
    > were dozens of old files and most of the images and html
    were scattered
    > throught the main part of the file tree. She really
    liked the changes,
    > but,
    > after connecting her to the site and downloading all the
    files, a problem
    > arose.
    >
    > Once she got her laptop back home every time she'd
    connect to the FTP she
    > got
    > a group of folders named "Windows, Linux, Speedtest" and
    a few others. I
    > contacted our webhost and they told me this meant she
    was logging in
    > anonymously. We have our login name and password in
    correctly, though, so
    > this
    > shouldn't happen. No one at our ISP could help me do to
    them not being
    > familiar
    > with Dreamweaver.
    >
    > After playing around with the machine a bit I found that
    if I deleted the
    > site
    > from the FTP and re-did it using the same folders then
    the first
    > connection was
    > succesful. But, after disconnecting, the same problem
    happens again.
    >
    > I found this article and wondered if it could be causing
    our problem.
    >
    http://kb.adobe.com/selfservice/viewContent.do?externalId=3491671c
    >
    > The only thing that makes me think it might not be is
    the fact that our
    > login
    > and password stays in the box, but, for some reason, the
    FTP is connecting
    > anonymously. Could her doing a recovery have led to
    this? Maybe there's an
    > update she needs to apply that she didn't get after
    doing the recovery?
    >

  • Simple FTP

    Hi,
    I am trying to write a simple function to do a simple FTP transfer of a file created locally by a Java console app on my machine to a remote UNIX machine. Can anyone help? Thank you and take care.
    Sean

    Don't bother, it's nowhere near as simple as you first imagine it to be. Use one that already exists, like Apache commons-net
    http://jakarta.apache.org/commons/net/apidocs/org/apache/commons/net/ftp/FTPClient.html

  • Simple ftp program

    I'm looking for a simple ftp program for my MacBook.
    I've checked out Cyberduck, but it doesn't quite seem to be what I'm looking for.
    On my windows computer I use a program called FTP Commander, which has an extremely simple interface (http://chisuki.net/images/ftpscreencap.JPG <- screencap) and I'm looking for something about the same... except it has to be for Mac, of course..
    Also, it has to be freeware.
    Does anybody have any recommendations?

    It costs money, but I use Transmit...
    http://www.versiontracker.com/dyn/moreinfo/macosx/16683
    And it looks quite a bit like your JPG, though instead of Arrows
    <-
    ->
    You just double click on the side/file you want transfered.

  • Simple FTP Reader problem

    Hi.
    At first my mission is to read from FTP server. So I have created FtpAdapter which have JNDI name eis/Ftp/FtpAdapter (default that comes with SOA Suite).
    At WebLogic FtpAdapter configuration I have changed property host to working ftp server. Every other property I leave it default just as it is.
    I have done Credential Mappings from weblogic username to ftp username and password.
    In my BPEL Process there is just one Receive which uses operation Get to get file from ftp server.
    Next there is one Java Embedding with System.out.println("Hello World!");
    Deployment on soa server is successful.
    But when I try to start up this project there are some strange outputs on soa server console:
    +SEVERE: JCABinding=>  \[ProjectName.FtpAdapter/1.0\] :update Unable to notify adapter of property changes+
    WARNING: FTP Adapter ProjectName PollWork::run exiting, Worker thread will die
    Is there anything else I have missed in SOA documentation? Is there any property that I have to change it?
    Thx
    Regards
    Edited by: zmeda on 1.9.2009 14:28

    Hi zmeda,
    It seems that you are using Windows FTP server.
    Did you check properties in your adapter:
    * listParserKey changed from UNIX to WIN (doc: http://download.oracle.com/docs/cd/E12839_01/integration.1111/e10231/adptr_file.htm#BABECEGD)
    * serverType from UNIX to WIN (doc: http://download.oracle.com/docs/cd/E12839_01/integration.1111/e10231/adptr_file.htm#CIABDJEF)
    Regards

  • Dreamweaver CS3 FTP problem

    Hi,
    I am unable to connect to my remote server using my new copy
    of Adobe Dreamweaver CS3
    When I test the FTP connection I get an error message
    I can connect without problems to my remote server using
    Microsoft Frontpage and the exact same FTP address, login, and
    password - so it is not the server which is at fault
    Things I have tried without success
    My hosting company told me to either leave the host directory
    box blank or put a / in it. Neither of these options work
    I have tried retyping my login details carefully.
    I have tried checking the ‘use passive FTP’ box
    I have tried putting a colon and the port number after the
    FTP address
    I have tried writing the FTP address with and without the
    ftp:// symbol
    I have tried setting the FTP time out preferences at 60secs,
    30 secs, 120 secs, 10 secs, and 5 secs
    I am wondering what else to try, and how I can check whether
    or not the software is being blocked by a firewall (in Norton for
    example - my windows firewall is switched off) as I do remember
    getting a message about this during the install. Or would it be a
    good idea to uninstall and reinstall the software?
    I would be most grateful for any further information or
    advice.
    Many thanks
    Pippa

    > When I test the FTP connection I get an error message
    What is the error message?
    Here's my experience.
    1. A firewall (any firewall, including but not restricted to
    SP2) may be
    blocking your attempts. It's best to completely disable them
    while you are
    troubleshooting this.
    2. The FTP host field should usually always be filled in like
    this -
    ''www.domain.com'' (without the quotes) and with NO leading
    protocol (e.g.,
    http:// or ftp://) (of course, you can always
    use the IP address, too).
    3. Enabling Passive FTP (usually the default for 3rd party
    FTP programs) in
    your Remote site definition can often be the gating factor in
    a balky FTP
    connection.
    Make sure you use those guidelines and usually your
    connection problem will
    be solved.
    By the way, if you find that #1 allows the connection to
    proceed, then you
    have to figure out what it is about your firewall that is
    blocking
    transmissions. CS3 allows you to fine tune firewall support
    via the
    Remote site definition, but you may also need to do a very
    simple thing of
    permitting CS3 to make outgoing connections in the Firewall
    configuration.
    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
    ==================
    "Pippa Mattinson" <[email protected]> wrote
    in message
    news:[email protected]...
    > Hi,
    >
    > I am unable to connect to my remote server using my new
    copy of Adobe
    > Dreamweaver CS3
    >
    > When I test the FTP connection I get an error message
    >
    >
    > I can connect without problems to my remote server using
    Microsoft
    > Frontpage
    > and the exact same FTP address, login, and password - so
    it is not the
    > server which is at fault
    >
    > Things I have tried without success
    > My hosting company told me to either leave the host
    directory box blank or
    > put
    > a / in it. Neither of these options work
    > I have tried retyping my login details carefully.
    > I have tried checking the ?use passive FTP? box
    > I have tried putting a colon and the port number after
    the FTP address
    > I have tried writing the FTP address with and without
    the ftp:// symbol
    > I have tried setting the FTP time out preferences at
    60secs, 30 secs, 120
    > secs, 10 secs, and 5 secs
    >
    > I am wondering what else to try, and how I can check
    whether or not the
    > software is being blocked by a firewall (in Norton for
    example - my
    > windows
    > firewall is switched off) as I do remember getting a
    message about this
    > during
    > the install. Or would it be a good idea to uninstall and
    reinstall the
    > software?
    > I would be most grateful for any further information or
    advice.
    >
    > Many thanks
    >
    > Pippa
    >

  • FTP Problem DW4

    I've been using DW4 since it came out (no money to upgrade)
    and haven't had
    any real problems until now.
    Suddenly I can't access any FTP sites. I manage to connect to
    the site -
    though sometimes with different sites I get a "can't get
    remote server time"
    error. But other than the root directory folder, i see no
    files and can't
    access or upload anything. It's not a problem with the server
    because I
    have numerous different servers and they're all suddenly
    doing the same
    thing.
    Any ideas what happened and how to fix it? I tried a
    reinstall (not an
    uninstall, just installed over the top because I don't want
    to loose my
    sites) but it didn't help.
    Thanks

    If you are on a router, you don't need a firewall....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Tal" <[email protected]> wrote in message
    news:[email protected]...
    >I dont' know that I do, considering I have a modem router
    AND a wireless
    >router - but i haven't had time to research whether or
    not this really
    >eliminates the need for a software firewall - I know some
    say it's still
    >essential.
    >
    >> Do you *need* a firewall at all? How are you
    connecting to the internet?
    >>
    >> --
    >> Murray --- ICQ 71997575
    >> Adobe Community Expert
    >> (If you *MUST* email me, don't LAUGH when you do
    so!)
    >> ==================
    >>
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >>
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    >> ==================
    >>
    >>
    >> "Tal" <[email protected]> wrote in message
    >> news:[email protected]...
    >>> I'm using the same firewall I always have - and
    I checked the settings
    >>> and for DW it's still allowing incoming/outgoing
    communication so I have
    >>> no idea why this is happening.
    >>>
    >>>
    >>>> This is almost diagnostic for a firewall
    somewhere - is it possible
    >>>> that one has sneaked into your Windows
    installation?
    >>>>
    >>>> --
    >>>> Murray --- ICQ 71997575
    >>>> Adobe Community Expert
    >>>> (If you *MUST* email me, don't LAUGH when
    you do so!)
    >>>> ==================
    >>>>
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >>>>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >>>>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >>>>
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    >>>> ==================
    >>>>
    >>>>
    >>>> "Tal" <[email protected]> wrote in
    message
    >>>> news:[email protected]...
    >>>>> No change in my firewall, when i had the
    prob the first thing i tried
    >>>>> was disabling the firewall. Selecting
    the passive option seems to
    >>>>> work - are you able to tell me why? it's
    not something i've ever used
    >>>>> before - and why would this have
    suddenly happened? I don't suppose
    >>>>> there's a simple way to change all my
    sites to passive is there?
    >>>>>
    >>>>>>A change in your firewall, perhaps?
    Have you tried enabling passive
    >>>>>>FTP?
    >>>>>>
    >>>>>> --
    >>>>>> Murray --- ICQ 71997575
    >>>>>> Adobe Community Expert
    >>>>>> (If you *MUST* email me, don't LAUGH
    when you do so!)
    >>>>>> ==================
    >>>>>>
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >>>>>>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >>>>>>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >>>>>>
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    >>>>>> ==================
    >>>>>
    >>>>>
    >>>>>>> I've been using DW4 since it
    came out (no money to upgrade) and
    >>>>>>> haven't had any real problems
    until now.
    >>>>>>>
    >>>>>>> Suddenly I can't access any FTP
    sites. I manage to connect to the
    >>>>>>> site - though sometimes with
    different sites I get a "can't get
    >>>>>>> remote server time" error. But
    other than the root directory
    >>>>>>> folder, i see no files and can't
    access or upload anything. It's
    >>>>>>> not a problem with the server
    because I have numerous different
    >>>>>>> servers and they're all suddenly
    doing the same thing.
    >>>>>>>
    >>>>>>> Any ideas what happened and how
    to fix it? I tried a reinstall (not
    >>>>>>> an uninstall, just installed
    over the top because I don't want to
    >>>>>>> loose my sites) but it didn't
    help.
    >>>>>>>
    >>>>>>> Thanks
    >>>>>>>
    >>>>>>
    >>>>>>
    >>>>>
    >>>>>
    >>>>
    >>>>
    >>>
    >>>
    >>
    >>
    >
    >

  • Remote and Testing Server FTP Problems

    I have a Dreamweaver site defined. I have an 2 domains and 2
    FTP accounts. I am using one for my remote server and one for my
    testing server. When I go to preview, it uploads the file to the
    remote server instead of the testing server. Then it goes and tries
    to view the file on the testing server and there is a file not
    found error. If I try the same thing but use 2 network drives or 1
    network drive and 1 FTP account (remote or testing), everything
    works as expected. Any ideas why this happens?

    Sounds like you are properly configured. I don't have a good
    idea why this
    is not working....
    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
    ==================
    "supwoman" <[email protected]> wrote in
    message
    news:fj1jbs$mt8$[email protected]..
    >I have one Dreamweaver site defined.
    >
    > I have one domain (www.1.com) and an FTP account to
    upload files to the
    > folder
    > pointed to by that domain. I am using this information
    for my remote
    > server as
    > part of my Dreamweaver site.
    >
    > I have another domain defined (www.2.com) and another
    FTP account to
    > upload
    > files to the folder pointed to by this domain. I am
    using this information
    > for
    > my testing server as part of my Dreamweaver site.
    >
    > The pages I am building are Coldfusion, so I want to be
    able to test them
    > before deploying them to my live site (www.1.com). I
    cannot setup a local
    > server to do my testing.
    >
    > So, I should be able to checkout a file test.cfm, make
    some changes, then
    > hit
    > the server debug button to preview those changes. It
    should upload the
    > file to
    > the testing server and take me to the
    www.2.com/test.cfm. Then, when I
    > finished
    > testing and check in the file it should upload it so it
    is found at
    > www.1.com/test.cfm.
    >
    > The problem I have is that when I got to test, it
    uploads the file to
    > www.1.com/test.cfm instead of www.2.com/test.cfm.
    >
    > If I use network drives instead of two FTP accounts,
    everything works
    > fine. I
    > hit the server debug button, it transfers the file to
    the right place.
    >
    > Sorry, if I didn't explain that well.
    >
    >

  • Simple button problem

    I am having a real problem creating a simple button - I have
    created a Flash file using Action script 2, and when I create a
    simple button - text with a rectangle as a background, (see
    http://www.elkhavenestate.com),
    and the over state is behaving in a bizarre fashion. This is my
    first time using CS3, so is there a new control that I'm
    missing?

    I take it that it's the Home button. It appears to have a
    selectable text field or something in it, which is causing the
    problem. Either change that to a static text field or set its
    selectable property to false. The other two buttons appear to be
    fine, so maybe you can just duplicate one of them and turn it into
    the Home button.
    If I picked the wrong button, let me know.

  • FTP problem: connection going idle or missing; takes a minute to refresh

    Hi, i hope i explain myself, please forgive me my lack of tech-language and if i'm redundant:
    In my office we got a G5 dual that we turn into a server (Mac OS Server 10.5.7) for a couple of websites (for external use). I need this guys to have FTP access for some file sharing. Server is up, websites and databases are running fine, remote administration in local and external network is flawless, everything seems fine, except for the FTP: When i connect with cyberduck or any other FTP app, the authentication is done quickly but then, the connection goes idle (like it didn't exists) so the folder listing takes about a minute. Then, as soon as you get the listing, if you try to put something (i.e, a big file of 50mb, using the local network), the app makes a quick login but then it goes idle again (same, about a minute) and when the connections appears, the transfer goes really fast, after the transfers ends connection goes idle again a minute before managing the folder listing. I know that the connection "goes idle" or "disappears" because i started using little snitch to take a look at it. It appears like if the ftp app wasn´t even trying to connect, then suddenly, it´s there and connects/transfers. Every operation takes this minute to get going. If i try it with a browser, well, it times out. This is happening in both, local and external connection. But every other service is working cool.
    Can you give me any ideas about this matter?
    Message was edited by: rdlfo

    Ok, rather than going for the most problematic protocols known to modern networking, try with something simple.
    Don't test with ftp, test with sftp.
    I would initially suspect you're running into issues with firewalls here; beyond transmitting your credentials in cleartext, the design of ftp is inherently extremely allergic to firewalls, and particularly to transfers over connections that involve both local and remote firewalls.
    ftp is funky here in that it needs two connections between the client and the server, and the second connection tends to get blocked. An ftp active-mode connection has a back-connect from the ftp server to an ephemeral port on the client; traversing firewalls from server to client. An ftp passive-mode connection has a forward connection; a second parallel connection from the client to a specified (usually) ephemeral port on the ftp server; traversing the firewalls.
    Ignoring explicit transfer-mode selection, various clients can (transparently) try to switch between active and passive, too.
    My preferred approach is to avoid ftp. At all. Use sftp. sftp is far easier to punch through firewalls. And sftp doesn't transmit your username and password in cleartext, for that matter.
    The other part of this effort is around ensuring proper file protections and ownership in the web server directories. The web-facing file ownership should be user:www (often root:www) and the www user (the web server) should be able to read its web files, but (in general) should not be able to write to the web files or directories. This is defensive.

Maybe you are looking for

  • How do I view playback position while a clip is playing?

    I just want to see where I am in the clip. For example, 5:03... 7:14... etc. I literally cannot figure out how to simply show where I am in the clip. This seems ridiculous. What am I doing wrong?  I have clips I need to edit based on time stamps... w

  • Error when creating a new Data Source

    All, This is on BI Publisher 11g. When I create a new data source and supply password and then click "Apply" button on top right corner, i get following error Error 500--Internal Server Error From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1: 10.

  • NAC Framework with TrendMicro Policy Server? External Posture Assessment?

    Hi I've got a NAC Framework 2.1 setup using NAC-L2-802.1x with 2950 switches and so far it's working great. I've recently begun testing NAC with TrendMicro OfficeScan, which includes the Trend Policy Server for Cisco NAC. I've imported the Trend.adf

  • Shuts down after start up screen

    Hi, Trying to help out a friend. Her lappy shuts down after the initial screen and sound. Power supply seems ok. Any suggestions? thanks

  • Photo Sorting on iPad and iPhone all screwed up - HELP

    I don't know when exactly this happened - but in one of the recent updates in the last two months of either iTunes, iPhoto, or iOS something was changed in the photo sorting algorithms. iPhoto does not seem to dictate the sort order any more? I have