FTP Transfer Complete.but no files found??
559321Jul 31 2007 — edited Aug 1 2007Hi,
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