Hi all!
I would need to make a com object to handle FTP transfer from a
script. (Put file)
My problem is that I need to tell the FTPserver how to handle my file.
In the "cmd ftp-client" you do that with the "quote" command, like:
quote site xlate=iso88591
quote site blksize=8000
quote site lrec=100
put "My file" "transferd file"
Does anybody know more about what and how this quote command does, and
how to program it.
I have found a lot of examples and com objects to do the "put file"
part, but nothing about how to first send this quote thing
information.
Greatfull for any info on this!
/Per
|