Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

FTP wrong file directory


graywacke Feb 21, 2013 07:08 AM

I got a working code for sending ftp file via gprs extend modem. I'm having now a problem wherein the file uploaded in the ftp server is not in the designated folder (it's outside the folder) and if it is outside the designated folder, it is not visible with our FTP manager and can be viewed only using FireFTP and Filezilla.

Is there any simple code that I can insert in the program to drive the files in the proper folder?

I'm using: Success= FTPClient (Host,User,Password,LastFileName,Filename,0) to upload ftp file.

Any idea will be greatly appreciated. Thanks


Sam Feb 22, 2013 03:10 AM

Success= FTPClient (Host,User,Password,LastFileName,"/SpecialDir/" & Filename,0)

Log in or register to post/reply in the forum.