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

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -