Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
FTP Upload - Special characters
#2
Update :

Found out the solution by myself :-)
I roamed in the forum and found out what i needed Smile

Just in case :

Macro testupload
Code:
Copy      Help
Ftp f
f.Connect("ftp.server.test" "user" "pwd" 21 0 1)
f.DirSet(F"temp")
f.SetProgressDialog(1 "Progress")

str filename="Voici le Maître.jpeg"
filename.ConvertEncoding(CP_ACP CP_UTF8)

f.FilePut(F"$desktop$\Voici le Maître.jpeg" F"{filename}")


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)