Hello all , I just need to create a folder in an other machine using ssh or samba ; for example i execute :
os.mkdir( rachid@rachid:/home/rachid/Bureau/new, 0777 );
but It shows the next error :
OSError: [Errno 2] No such file or directory: 'rachid@rachid:/home/rachid/Bureau/new'
Thank you for answering .