powershell $session.GetFiles
Hello WinSCP forums
I'm having a bit of a strange problem that I hope you guys can help me with.
I've produced a powershell script, which contacts an ftp server, deletes files based on one mask before downloading based on another.
The connection is made and my script deletes successfully, but when it comes to downloading I get "No such file or directory."
The relevant line reads
The filenames have a structure of
Timestamp and number are just digits, nothing more.
winscp v577
WinServer 2008 R2
/HLM
I'm having a bit of a strange problem that I hope you guys can help me with.
I've produced a powershell script, which contacts an ftp server, deletes files based on one mask before downloading based on another.
The connection is made and my script deletes successfully, but when it comes to downloading I get "No such file or directory."
The relevant line reads
$downloadResult = $session.GetFiles(($remotePath + "ftpPINVOI*.*"), $localPath, $True, $transferOptions)
ftpPINVOI_[timestamp]_[number].txt
Timestamp and number are just digits, nothing more.
winscp v577
WinServer 2008 R2
/HLM