I have a windows nt server 4 and a windows 98 machine. At the server, I have the directory \temp. At the windows 98 machine, I have a directory \windows\temp\directory1 and windows\temp\directory2 which contains some files. I want to ftp the files from the client to the server. Is there any command that I can use to ftp the files from the \windows\temp\direcrory1 and windows\temp\directory2 ? I have used mput (mput \windows\temp\*.*) command but it is used for transferring files at the temp directory without transferring files in the directory1 and directory2. It said that there is a permission access denied.
If not, is there any free ftp tool that can fix the problem ?
Thank you