hi habe mir ebend nen ftp upload geptoggt meine code

:

Dim sLocalPath As String = "c:\Test.txt" '
Dim sLocalFile As String = "Test.txt" '
Dim sFTPHost As String = "ftp.xxxx.qw.ohost.de"
Dim sUserName As String = "xxxx"
Dim sPassword As String = "waasy"
My.Computer.Network.UploadFile(sLocalPath & sLocalFile, sFTPHost & My.Computer.Clock.LocalTime.DayOfWeek & "_" & sLocalFile, sUserName, sPassword, True, 500, FileIO.UICancelOption.DoNothing)
MsgBox("Uploadet")


nur bekomme ich immer diesen fehler


"ftp.xxxx.qw.ohost.de5_Test.txt" ist keine gültige Remotedateiadresse. Eine gültige Adresse muss ein Protokoll, einen Pfad und einen Dateinamen enthalten. Parametername: address