I'm trying to transfer many folders + files by using lftp I have: BIGFOLDER/folder1/file1.blah BIGFOLDER/folder1/file2.blah BIGFOLDER/folder1/file...blah BIGFOLDER/folder2/.. BIGFOLDER/folder.. BIGFOLDER/file1.blah BIGFOLDER/file2.blah BIGFOLDER/file....blah SSH: lftp -u user,pass -p 21 www.site.com cd www queue -n 1 mget -c BIGFOLDER/* & But it didn't work.. any ideas? :angry: