Hello
I use this to download a file from the ftp server
DownloadFile("/somefolder/files/1.zip", False, File.DirRootExternal, "1.zip")
I wane replace the "/somefolder/" part with a input from a edittext1.text
I tried FTP.DownloadFile("/" & edittext1.text & "/files/1.zip", False, File.DirRootExternal, "1.zip")
and that wont work, how can I get this done?
thanks
I use this to download a file from the ftp server
DownloadFile("/somefolder/files/1.zip", False, File.DirRootExternal, "1.zip")
I wane replace the "/somefolder/" part with a input from a edittext1.text
I tried FTP.DownloadFile("/" & edittext1.text & "/files/1.zip", False, File.DirRootExternal, "1.zip")
and that wont work, how can I get this done?
thanks