Closed dineshPallapa closed 1 year ago
I am trying create a directory in my remote location.
Is their any command equivalent in scp as sftp.
# create a directory sftp.mkdir! "/path/to/directory"
Hope, Get some response. Thanks!
scp.session.exec!('mkdir xyz')
Yep either use sftp or create dir with remote command, or just recursive copy and empty directory.
I am trying create a directory in my remote location.
Is their any command equivalent in scp as sftp.
Hope, Get some response. Thanks!