B4i Question File Name issue when loading to ftp - drgottjr (first post)    Apr 30, 2020   (1 reaction) you're better off using http(s) instead of ftp. almost everything you upload and download nowadays is via http(s). or scp (secure copy).
if you have to use ftp, you need to google "ftp unicode" and study a little. it's not totally clear. if the client is, in fact, sending a file name in unicod B4i Question [SOLVED] - iNET - ftp issue - Erel (first post)    Feb 04, 2021   (1 reaction) It is expected to reuse the same connection.
This code works fine here:
ftp.PassiveMode = True
For i = 1 To 10
File.WriteString(xui.DefaultFolder, i, i)
Wait For (ftp.UploadFile(xui.DefaultFolder, i, False, target & i)) FTP_UploadCompleted (ServerPath As String, Success As Boolean)
Lo B4i Question FTP file upload with SSL - Jmu5667 (first post)    Feb 04, 2021   (1 reaction) I have just done this on B4a this morning and have implemented it on B4i, it does not appear to support it, or I have missed something. B4i Question FTP.List and umlauts - Swissmade (first post)    Oct 28, 2022 You only list the files so maybe rename the ä to ae what means the same in german. B4i Question ftp.list error with B4i - Alex.Gi    Jun 06, 2024 Hello,
I've a strange error with B4i.
Same code runs well on B4A and B4J.
the following error is trigged after List command.
<B4IExceptionWrapper: Error Domain=caught_exception Code=0 "Error reading from stream: Error Domain=NSPOSIXErrorDomain Code=49 "Can't assign requested address" UserInfo={_kC B4i Question Take a photo and send file using FTP - Dionatan Moretti    May 06, 2022 Hi.
I've looked for a lot and found some solutions. But I don't know where i'm missing...
I need to take a photo using camera and send the captured image using ftp... B4A ok, it's worked fine... but doesn't work in B4I.
The code that i'm using is:
Sub camera1_Complete (Success As Boolean, Image B4i Question FTP uploaded file not accessible on server - Semen Matusovskiy (first post)    Jan 30, 2021   (1 reaction) Try to add ftp.PassiveMode = True after ftp.Initialize B4i Question new iphone too fast - MarcoRome (first post)    Dec 21, 2023   (1 reaction) I don't think it's a speed problem ( if that were the case i would be worried ) , Wait For still waits for the operation to be completed.
you most likely have something inside the code.
Just try with the following example code:
Dim sf As Object = FTP1.DownloadFile(ServerPath, True, File.DirAssets, B4i Question ATS Error only on distribution - Marco Maria Vilucchi (first post)    Jun 25, 2017 sorry, the url for FTP is:
ftp.mamavisoftware.it B4i Question view a pdfV - toro1950    Oct 11, 2023 Sub remove fl = EditText1.text & ".pdf" ftp.Initialize("ftp", "ftp.mysito.it", 21, "addresses", "password") Dim sf As Object = ftp.DeleteFile("mysito.it/myfolder/" & fl) Wait For (sf) ftp_DeleteCompleted(ServerPath As String, Success As Boolean) If Success Then hd.ToastMe Page: 1   2   3   4   5   6   7   Powered by ColBERT |