red30 Well-Known Member Licensed User Longtime User Jun 18, 2018 #1 I'm using the Net library to work with the server. Can I transfer to the server not a file but an entire folder with files? Or can I create a folder on the server?
I'm using the Net library to work with the server. Can I transfer to the server not a file but an entire folder with files? Or can I create a folder on the server?
Erel B4X founder Staff member Licensed User Longtime User Jun 18, 2018 #2 You need to transfer the files one by one. It is quite simple to do with a for loop and Wait For FTP_UploadCompleted. red30 said: Or can I create a folder on the server? Click to expand... Yes. See FTP.SendCommand. Upvote 0
You need to transfer the files one by one. It is quite simple to do with a for loop and Wait For FTP_UploadCompleted. red30 said: Or can I create a folder on the server? Click to expand... Yes. See FTP.SendCommand.