AndreasG Posted January 25, 2012 Posted January 25, 2012 Hi, I'm trying to set up an automatic download to field and processing of an electronic ordering process. When I tested it on our own server with mock files and everything, it worked fine. However, when I connect to our clients FTP FTPeek returns an empty file list through FTPeek_GetFileList. I am in the right directory. I tried connecting with the sample client to verify the problem and the client also showed an empty directoy. I get no error from GetLastError. The folder is a virtual folder set up by the client to be seen through the FTP. FileZilla on the other hand sees the files as they are and I can download them as files. I don't want to though. The log looks like this: 2012-jan-25 16:22:59 com.prosc.fmkit.PluginBridge$3 run KONFIG: === Executing plugin function FTPeek_ConnectFTP on thread AWT-AppKit === 2012-jan-25 16:23:00 com.prosc.ftpeek.GenericFTPModel connect INFO: Connected to server btsftpi01.wm.net 2012-jan-25 16:23:00 com.prosc.fmkit.PluginBridge$3 run KONFIG: === Executing plugin function FTPeek_GetFileList on thread AWT-AppKit =$ 2012-jan-25 16:23:00 com.prosc.ftpeek.GenericFTPModel getFileList INFO: Getting FTP file list from specified directory 2012-jan-25 16:23:00 com.prosc.ftpeek.GenericFTPModel getFileList INFO: pwd: /ftp/laromedia 2012-jan-25 16:23:00 com.prosc.ftpeek.GenericFTPModel dirDetails INFO: dirPath used for getting files:/ftp/laromedia 2012-jan-25 16:23:01 com.prosc.fmkit.PluginBridge$3 run KONFIG: === Executing plugin function FTPeek_LastError on thread AWT-AppKit === 2012-jan-25 16:23:01 com.prosc.fmkit.PluginBridge$3 run KONFIG: === Executing plugin function FTPeek_Disconnect on thread AWT-AppKit === 2012-jan-25 16:23:01 com.prosc.ftpeek.GenericFTPModel disconnect INFO: Disconnected from server btsftpi01.wm.net It doesn't really tell me that much. Help?
Recommended Posts
This topic is 4939 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now