Hi all! I successfully use NET lib FTP for upload files. But I did not make file upload. I checked the user rights - the user have full administrator access for ftp server. What I need to set the port number on line
21 or 20 for a successful upload file? And tell me which mode
is best used for stable uploading files to FTP server
B4X:
ibFTP.Initialize("eventFTP", "ftp.inform.kz", 20, "#####", "111111")
B4X:
ibFTP.PassiveMode = False or True