RE: "get" command and a absolute path

From: Alun Jones [MSFT] (alunj_at_online.microsoft.com)
Date: 09/01/04


Date: Wed, 01 Sep 2004 17:02:51 GMT


> From: "Matt" <anonymous@discussions.microsoft.com>
>
> I have been working with a local installation of IIS to
> see if I could figure out a configuration that allows a
> unix machine to perform a "get" command with an absolute
> path. So far, no luck.
>
> Once a login is done I try to
> run "get .../.../..../.../file.txt
>
> (.../.../...) are just subdirectories.
>
> Then I get the return "no such file or directory"
> The files are there. I can "CD" to the directory and get
> the file ok, just can't us "get" and an absolute path. It
> will work from other windows systems but not from a unix
> system.
>
> It it the windows setting or something with the ftp on the
> unix system?

Usually, when something works from all FTP clients except one or two, it's
worth looking at the behaviour of the FTP clients as a likely cause of the
problem.

Most command-line FTP clients allow you to set a "debug" and/or "verbose"
mode, in which they will display commands sent and responses received. In
the Windows FTP client, ftp.exe, for instance, you can run "ftp -d" to
enter debug mode (it's already in verbose mode), so that you can see
exactly the commands and responses. You'll probably find similar options
for your Unix FTP client.

That will then allow you to see exactly what's different, and hopefully
show why this is failing.

One hint on Unix is to avoid any use of the "\" (backslash) character, as
it means something different there.

Alun.
~~~~



Relevant Pages

  • Re: Are FTP Clients on unix boxes turned off?
    ... > how unix sysadmins typically look at ftp clients on a unix box. ... Do sysadmins perceive using ftp clients on unix boxes as a security ...
    (comp.unix.admin)
  • Re: Are FTP Clients on unix boxes turned off?
    ... >> how unix sysadmins typically look at ftp clients on a unix box. ... > I prefer to use ssh-enabled services, like scp. ... > security isn't important that's not a problem. ...
    (comp.unix.admin)
  • Re: Are FTP Clients on unix boxes turned off?
    ... Divakar wrote: ... > how unix sysadmins typically look at ftp clients on a unix box. ... Do sysadmins perceive using ftp clients on unix boxes as a security ...
    (comp.unix.admin)
  • Are FTP Clients on unix boxes turned off?
    ... how unix sysadmins typically look at ftp clients on a unix box. ... Do sysadmins perceive using ftp clients on unix boxes as a security ...
    (comp.unix.admin)
  • Re: SSH1 FTP client for Windows
    ... >>Are there any FTP clients for Windows XP that supports SSH1 other than ... Supports SSH1 only. ... > and then install TTSSH in the same directory. ... a free Windows SSH1/2 client available from MIT. ...
    (comp.security.ssh)