unix - Create file at Remote directory in sftp -


i want place 1 file @ remote directory server : dsfjnejfn.co.in user:gytkl trying below commands

sftp gytkl@dsfjnejfn.co.in

sftp> put dummy.txt getting below error message sftp> put dummy.txt stat dummy.txt: no such file or directory

can please tell me how place file @ ftp directory ?

try entering entire path file dummy.txt. seems not able find source file in current directory.

best.


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

image - ClassNotFoundException when add a prebuilt apk into system.img in android -