-------------
Gibt es (simple) Lösungen, die automatisch mit einem FTP-Server kommunizieren? So auf die Art ..
Code: Select all
IF file exists on FTP-Input
THEN move to d:\input
IF file exists on d:\output
THEN move to FTP-output
Peter
Moderators: Hacker, Stefan2, white
Code: Select all
IF file exists on FTP-Input
THEN move to d:\input
IF file exists on d:\output
THEN move to FTP-output