04-06-05 10:57 PM
"s" <applepie2005@gmail.com> writes:
> I am ftping a .tmp file to a third party unix server. This .tmp file
> needs to be renamed as .txt file after its been ftp'ed completely.
> i kind of now the whole thg except renaming.. shoulld it be a big
> deal?
You should be able to use "rename" to change the name. Your man page
should have this information.
ftp> rename xxx.tmp xxx.dat
350 File exists, ready for destination name
250 RNTO command successful.
The display for your client or server might be different.
Joe
[ Post a follow-up to this message ]
|