Is it possible to copy files through ftp connection? -
i use following code put file local machine remote machine:
open abc b lcd c:\interfaces\kgr-arv\xml ascii prompt prompt cd /usr/qkreditnethome/interface/temp put c:\interfaces\kgr-arv\xml\*kgrrequest*qua.xml y quit bye
is there way, using ftp command, copy file /usr/qkreditnethome/interface/temp /usr/qkreditnethome/interface/temp2 ?
thanks in advance!
depending on os can take third-party software mounts remote ftp part of local filesystem, , use regular system copy routines.
Comments
Post a Comment