Re: Errror trying to upload file using vb.net Code
The correct syntax is:
As documented:
https://winscp.net/eng/docs/library_session_putfiles
transferResult = mySession.PutFiles("\\aiken\ProdCognos\ITExtracts\studentlist.csv", "/studentlists/", False, myTransferOptions)
As documented:
https://winscp.net/eng/docs/library_session_putfiles