Re: FTP From Integrated projects
- From: Roy Brown <Roy_now_free_from_spam@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 11 Dec 2007 20:23:44 +0000
In message <FF62D8A679AD0345A71D4C845939B21406D2EB5B@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>, Ray Shahan <rshahan@xxxxxxxxxxxxxxxxx> writes
Kent, the CWD may be Current Work Directory, and if this is the case, it
amounts to the same thing as PWD.
CWD in some FTPs is the command 'Change Working Directory', which is accomplished in most FTPs by CD; including the HP3000 FTP and the Microsoft FTP running on my Windows XP PC.
Hence the following:
ftp> cwd reskit
Invalid command.
ftp> cd reskit
250 CWD command successful.
Notice, though, that after issuing the successful 'cd', the response includes CWD (Current? Change? Who knows?)
However, a 'Remotehelp' in this session (which is from my PC to Microsoft's FTP server) reveals that CWD is a command supported on the remote server, and CD isn't.
ftp> remotehelp
214-The following commands are recognized(* ==>'s unimplemented).
ABOR
ACCT
ALLO
APPE
CDUP
CWD
DELE
........
How dumb is any of this, when a 'standard' product isn't always implemented in a standard way? Ho hum.......
Anyway, the thing to do is to change your FTP script to issue CD, not CWD, assuming that you can do this.
--
Roy Brown 'Have nothing in your houses that you do not know to be
Kelmscott Ltd useful, or believe to be beautiful' William Morris
* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *
.
- References:
- Re: FTP From Integrated projects
- From: Ray Shahan
- Re: FTP From Integrated projects
- Prev by Date: Re: OT: Replacing Cell phone....
- Next by Date: Re: OT: Replacing Cell phone....
- Previous by thread: Samba Porting Whitepaper and SCSI Pass-Through Documents on JAZZ
- Next by thread: Integarted Service and FTP from HP3000
- Index(es):
Relevant Pages
|