cURL / Mailing Lists / curl-users / Single Mail

curl-users

Changing to a directory on MVS

From: Lisa M Saichompoo <lisas_at_unr.edu>
Date: Wed, 22 Nov 2006 15:32:12 -0800

I'm trying to put a file on a MVS system and I can't seem to make it
change the owner to TEDDY1. The user name is FROG1. Is there a way to
tell it explicitly to change directories to TEDDY1?

 

The last line should read

 < 250 "TEDDY1." is the working directory name prefix.

 

This is the curl statement I'm using...

 

curl -v --ftp-ssl -K /u02/scripts/loads/ftpssl_frog1.txt --use-ascii

-T "/u02/downloads/hris/flexuploads/hrupd.data" ftp://server/teddy1

 

 

< 220 Connection will close if idle for more than 15 minutes.

> USER frog1

< 331 Send password please.

> PASS pass

< 230 FROG1 is logged on. Working directory is "FROG1.".

* We have successfully logged in

> PWD

< 257 "'"FROG1.'" is working directory.

* Entry path is ''FROG1.''

* protocol connect phase DONE

* DO phase starts

> CWD teddy1

< 250 "FROG1.TEDDY1." is the working directory name prefix.

 

Any help would be appreciated, thank you!
Received on 2006-11-23