diff --git a/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java b/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java index c355be1b924..9f3de6bd639 100644 --- a/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java +++ b/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java @@ -663,7 +663,8 @@ class RemoteImportWizardPage1 extends WizardResourceImportPage implements Listen SystemSelectRemoteFolderAction action = new SystemSelectRemoteFolderAction(this.getShell()); action.setShowNewConnectionPrompt(true); action.setShowPropertySheet(true, false); - action.run(); + action.setFoldersOnly(true); + action.run(); IRemoteFile folder = action.getSelectedFolder(); if (folder != null) { clearErrorMessage();