Question regarding SSHExec.FileAttributes
Is there anyone out there that is familiar with SSHExec.FileAttributes? All I want to do is set the mtime file attribute for a file I plan to ftp. The documentation for SSHExec.FileAttirbutes states that mtime requires an int.Ok, easy enough. But I want to pass it a timestamp that will the date as well as time. Can I do this? I've tried passing it a timestamp in the form of MMddyymmss but when I check the timestamp of the file after setting the attributes, it does not match what I expect.
Any help would be greatly appreciated.
TIA,
Jennifer

