SUMMARY: FTP weirdity....

From: Ravi Channavajhala <ravi.channavajhala_at_csfb.com>
Date: Mon Oct 01 2001 - 20:08:34 EDT
Thanks to William Hataway, who was able to jog my memory (
its getting rusty!!!), the reason is the FTP client looks
for the exact path on the getting system to copy this into
when using full paths.  In my case

the getting client doesn't have

/db_dumps/oracle/DNYFTI02/export, hence the ENOENT.  Same
goes for /var/test, as an ordinary user I cant write to
/var, again getting the file into lcd works.

Thanks also to Stephen Harris (sweh@mpn.com).

Case closed.

-ravi

CSFB
NY NY 10010

On Mon, 1 Oct 2001, Ravi Channavajhala wrote:

>Hi All,
>
>I cant seem to remember this, but why does ftp get with full path
>/<XXX>/<XXX>/file fails, but cd to /<XXX>/<XXX> and then get file
>succeeds?  ftp is happening between two solaris hosts, with the
>remote file system being vxfs, OS is solaris 2.7.  I'm using
>SUN-FTP.  Please refrain from making suggestions like use WU-ftpd
>etc., I am aware of different FTP servers, my query is specific,
>it has to do with SUN ftp.
>
>The problem is only when using full path names....
>
>Example below
>
>ftp> bi
>200 Type set to I.
>ftp> get /db_dumps/oracle/DNYFTI02/export/report.txt
>/db_dumps/oracle/DNYFTI02/export/report.txt: No such file or directory
>ftp> cd /db_dumps/oracle/DNYFTI02/export/
>250 CWD command successful.
>ftp> get report.txt
>200 PORT command successful.
>150 Binary data connection for report.txt (192.168.1.2,46592) (36291
>bytes).
>226 Binary Transfer complete.
>local: report.txt remote: report.txt
>36291 bytes received in 0.027 seconds (1311.01 Kbytes/s)
>ftp> cd /
>250 CWD command successful.
>ftp> get /db_dumps/oracle/DNYFTI02/export/report.txt
>/db_dumps/oracle/DNYFTI02/export/report.txt: No such file or directory
>
>Also, sometimes I get a permission problem trying with a full path
>on a different file system,
>
>ftp> get /var/test
>/var/test: Permission denied
>ftp> cd /var
>250 CWD command successful.
>ftp> get test
>200 PORT command successful.
>150 Binary data connection for test (192.168.1.2,46830) (67 bytes).
>226 Binary Transfer complete.
>local: test remote: test
>
>Any ideas?  If I need a patch for FTP please let me know.
>
>Thanks.
>
>-ravi
>
>CSFB
>NY NY 10010
>
>


This message is for the named person's use only.  It may contain 
confidential, proprietary or legally privileged information.  No 
confidentiality or privilege is waived or lost by any mistransmission.
If you receive this message in error, please immediately delete it and all
copies of it from your system, destroy any hard copies of it and notify the
sender.  You must not, directly or indirectly, use, disclose, distribute, 
print, or copy any part of this message if you are not the intended 
recipient. CREDIT SUISSE GROUP and each of its subsidiaries each reserve
the right to monitor all e-mail communications through its networks.  Any
views expressed in this message are those of the individual sender, except
where the message states otherwise and the sender is authorised to state 
them to be the views of any such entity.
Unless otherwise stated, any pricing information given in this message is 
indicative only, is subject to change and does not constitute an offer to 
deal at any price quoted.
Any reference to the terms of executed transactions should be treated as 
preliminary only and subject to our formal written confirmation.




_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers
Received on Mon Oct 1 19:10:23 2001

This archive was generated by hypermail 2.1.8 : Thu Mar 03 2016 - 06:42:26 EST