File Check in Server usinf FTP

junaidahmed

Well-Known Member
Licensed User
Longtime User
As I am using FTP for File Transfer from Device to Server.It works fine,but I Would like to Know how to Check some file exist or not , for example in device we are doing code as

if File.Exists(File.DirRootExternal & "/Diary/Local/",MyList.Get(count)) Then .

My Question how to check file exist or not like ABOVE STATEMENT in Server.
 

Mahares

Expert
Licensed User
Longtime User
Ahmed: Can you please explain the steps you took to get FTP set up and working for you, since it is apparently working well for you. I tried B4Aserver and could not get it working. I am looking for another way where I can simply have the ability to transfer files back and forth from PC to device remotely.
Thanks
 
Upvote 0
Top