Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

FTP Transfer Complete.but no files found??

559321Jul 31 2007 — edited Aug 1 2007
Hi,
I have a very strange problem. I am FTPing some files on the remote server through shell script. My shell script looks like this:

ftp -vn $NODENAME <<ENDFTP
quote user $desuser
quote pass $despswd
cd $desdir
lcd $srcdir
ascii
prompt
mput $srcfile
quit
ENDFTP

It gives me the messages like
'Transfer Complete' "412 bytes sent."

But when I actually check on the remote server, I can not find any files there.
I tried transfering by FTP> prompt directly, but in this case also it shows the massage but I do not see any files...
1. Am I missing something?
2. Is it transferring to somewhere else (like default path) ?
3. How can I find the location of the files?

Please help.

Thanks!
Yogini
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 29 2007
Added on Jul 31 2007
4 comments
2,901 views